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-31 01:31:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec729bf2695300691f4b3a96ba5eaba083ebec00
QR-Code-generator
/
c
T
History
Project Nayuki
3a28ba7dfd
Added missing null check in C code after malloc.
2018-12-04 23:46:38 +00:00
..
Makefile
Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit
a3dcc36dd4
) due to problematic linkage in some enviroments.
2018-09-17 03:26:41 +00:00
qrcodegen-demo.c
Aligned main comments in demo programs.
2018-10-04 19:08:23 +00:00
qrcodegen-test.c
Removed C macros for MALLOC() to not support compiling code verbatim in C++ mode (undoing commit
eb536b43c5
).
2018-09-17 02:41:39 +00:00
qrcodegen-worker.c
Added missing null check in C code after malloc.
2018-12-04 23:46:38 +00:00
qrcodegen.c
Reordered calls to applyMask()/drawFormatBits() for conceptual clarity, without changing output (because masks don't affect format bits), in all language versions.
2018-11-04 19:26:33 +00:00
qrcodegen.h
Reordered functions and sections in C code for better flow for human readers, without changing functionality.
2018-10-08 18:01:14 +00:00