This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
Watch
1
Star
0
Fork
0
mirror of
https://github.com/status-im/QR-Code-generator.git
synced
2026-08-27 07:41:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
QR-Code-generator
/
c
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
History
Alex Jbanca
bddb1a406f
chore: Enable arm build
2023-03-10 08:53:09 +02:00
..
Makefile
chore: Enable arm build
2023-03-10 08:53:09 +02:00
qrcodegen-demo.c
In C version, added many explicit integer type casts for signedness, with the help of GCC's "-Wsign-conversion" and "-Wconversion".
2019-07-22 16:31:22 +00:00
qrcodegen-test.c
Updated C test suite for an internal function because the parameter is size_t and not int. (The function and test were introduced in commit 08108ee6d8ae.)
2019-07-22 17:56:28 +00:00
qrcodegen-worker.c
Fixed indentation in a line of C code.
2019-07-22 17:31:19 +00:00
qrcodegen.c
Simplified QrCode.getPenalty() in all language versions except Rust, related to commit
1439e8e4a5
.
2020-01-29 17:52:21 +00:00
qrcodegen.h
Fixed argument type of qrcodegen_encodeSegmentsAdvanced() mask in C code.
2019-02-14 01:53:57 +00:00