This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
Watch
2
Star
0
Fork
You've already forked QR-Code-generator
0
Code
Issues
Projects
Releases
Wiki
Activity
585e80e4f5
QR-Code-generator
/
c
History
Project Nayuki
7eac8beffe
Updated C and C++ makefiles to exclude warnings and sanitizers by default, instead recommending extra flags for manually doing a diagnostic/debug build.
2019-08-09 23:00:13 +00:00
..
Makefile
Updated C and C++ makefiles to exclude warnings and sanitizers by default, instead recommending extra flags for manually doing a diagnostic/debug build.
2019-08-09 23:00:13 +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
Updated C test suite for an internal function because the parameter is size_t and not int. (The function and test were introduced in commit 08108ee6d8ae.)
2019-07-22 17:56:28 +00:00
qrcodegen-worker.c
Fixed indentation in a line of C code.
2019-07-22 17:31:19 +00:00
qrcodegen.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.h
Fixed argument type of qrcodegen_encodeSegmentsAdvanced() mask in C code.
2019-02-14 01:53:57 +00:00