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
af6a247121
Tweaked logic in QrSegment.makeEci() to reduce redundancy, in all languages except Rust.
2018-10-04 19:26:21 +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
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 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
Tweaked logic in QrSegment.makeEci() to reduce redundancy, in all languages except Rust.
2018-10-04 19:26:21 +00:00
qrcodegen.h
Reformatted a bit of whitespace in C code, to match other languages (commit 5a5626edb27e).
2018-09-17 04:15:29 +00:00