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 10:28:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
c
History
Project Nayuki
87868d7920
Renamed loop variables in QrCode.{drawFinderPattern(),drawAlignmentPattern()} for clarity, in all languages (but somewhat differently in C).
2018-09-17 03:47:58 +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 a3dcc36dd477) due to problematic linkage in some enviroments.
2018-09-17 03:26:41 +00:00
qrcodegen-demo.c
Tweaked comment for kanji demo in multiple languages, so that it corresponds to the order in the sample text string.
2018-06-24 03:33:22 +00:00
qrcodegen-test.c
Removed C macros for MALLOC() to not support compiling code verbatim in C++ mode (undoing commit eb536b43c538).
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 eb536b43c538).
2018-09-17 02:41:39 +00:00
qrcodegen.c
Renamed loop variables in QrCode.{drawFinderPattern(),drawAlignmentPattern()} for clarity, in all languages (but somewhat differently in C).
2018-09-17 03:47:58 +00:00
qrcodegen.h
Simplified C code to directly assign useful values to the segment mode enum.
2018-09-17 03:31:00 +00:00