QR-Code-generator/c
Richard Ramos 1bcbf53e63 crosscompile to amd64 when building on darwin/arm64 2021-09-23 10:03:05 -04:00
..
Makefile crosscompile to amd64 when building on darwin/arm64 2021-09-23 10:03:05 -04: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 Simplified QrCode.getPenalty() in all language versions except Rust, related to commit 1439e8e4a5. 2020-01-29 17:52:21 +00:00
qrcodegen.h Fixed argument type of qrcodegen_encodeSegmentsAdvanced() mask in C code. 2019-02-14 01:53:57 +00:00