This website requires JavaScript.
Explore
Help
Sign In
openharmony
/
third_party_qrcodegen
Watch
1
Star
0
Fork
0
You've already forked third_party_qrcodegen
mirror of
https://github.com/openharmony/third_party_qrcodegen.git
synced
2026-07-21 08:06:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6fb34fddc19dccd0e76fe5d12e00fa0bd2ef13e2
third_party_qrcodegen
/
c
T
History
Project Nayuki
764749bd8a
Added spaces around multiplication operators in QrCode.getAlignmentPatternPositions() for all language versions, for consistency with other code.
2021-07-28 17:32:33 +00:00
..
Makefile
Removed the test worker program in every language and the Python batch tester, because this is not core functionality and is hard to explain.
2021-07-28 17:09:18 +00: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
Changed the word "black" to "dark" in {comments, local variables,} in order to match the vocabulary in the QR Code specification document.
2021-07-27 23:35:06 +00:00
qrcodegen.c
Added spaces around multiplication operators in QrCode.getAlignmentPatternPositions() for all language versions, for consistency with other code.
2021-07-28 17:32:33 +00:00
qrcodegen.h
Updated C API comments to match the existing code logic requiring non-overlapping array buffers.
2021-07-28 17:21:25 +00:00