This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
Watch
2
Star
0
Fork
You've already forked QR-Code-generator
0
Code
Issues
Projects
Releases
Wiki
Activity
2b4bd9ee24
QR-Code-generator
/
c
History
Project Nayuki
2b4bd9ee24
Refactored private C function fillRectangle() to remove unused size parameter.
2017-04-25 05:38:33 +00:00
..
Makefile
Reduced lines in copyright notice of each source file (related to commit
4bba4c03ed
).
2017-04-24 20:41:54 +00:00
qrcodegen-demo.c
Reduced lines in copyright notice of each source file (related to commit
4bba4c03ed
).
2017-04-24 20:41:54 +00:00
qrcodegen-test.c
Reduced lines in copyright notice of each source file (related to commit
4bba4c03ed
).
2017-04-24 20:41:54 +00:00
qrcodegen-worker.c
Reduced lines in copyright notice of each source file (related to commit
4bba4c03ed
).
2017-04-24 20:41:54 +00:00
qrcodegen.c
Refactored private C function fillRectangle() to remove unused size parameter.
2017-04-25 05:38:33 +00:00
qrcodegen.h
Changed C code to prepend a size info byte to beginning of QR Code arrays. This has no visible behavioral change when using qrcodegen APIs, but the array data will be different and all buffers need one extra byte. Old code using the API needs to be recompiled because the buffer length calculation macros changed.
2017-04-25 05:31:15 +00:00