This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
Watch
2
Star
0
Fork
0
You've already forked QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
synced
2025-02-24 18:38:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
c
History
Project Nayuki
339efc46b8
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
..
Makefile
Reduced lines in copyright notice of each source file (related to commit 4bba4c03edce).
2017-04-24 20:41:54 +00:00
qrcodegen-demo.c
Reduced lines in copyright notice of each source file (related to commit 4bba4c03edce).
2017-04-24 20:41:54 +00:00
qrcodegen-test.c
Reduced lines in copyright notice of each source file (related to commit 4bba4c03edce).
2017-04-24 20:41:54 +00:00
qrcodegen-worker.c
Reduced lines in copyright notice of each source file (related to commit 4bba4c03edce).
2017-04-24 20:41:54 +00:00
qrcodegen.c
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
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