QR-Code-generator/c
Project Nayuki af872343c0 Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification, in all languages. 2018-10-26 06:53:12 +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 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.c Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification, in all languages. 2018-10-26 06:53:12 +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