You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/cpp
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.
5 years ago
..
BitBuffer.cpp Inlined BitBuffer.getBytes() into its single usage (with simplification because the bit length is a multiple of 8) in most language versions, synchronized comment and variable name in Rust version. 6 years ago
BitBuffer.hpp Inlined BitBuffer.getBytes() into its single usage (with simplification because the bit length is a multiple of 8) in most language versions, synchronized comment and variable name in Rust version. 6 years ago
Makefile Updated C and C++ makefiles to exclude warnings and sanitizers by default, instead recommending extra flags for manually doing a diagnostic/debug build. 5 years ago
QrCode.cpp Added whitespace to align some code. 5 years ago
QrCode.hpp Demoted ReedSolomonGenerator from a class to a set of functions, and changed some names and comments, in all languages except C. This reduces code verbosity but doesn't change public APIs or visible behavior. The code organization is similar to the finder-like-pattern-detector feature. 5 years ago
QrCodeGeneratorDemo.cpp In C++ version, fixed all remaining implicit integer signedness conversions with the help of GCC's "-Wsign-conversion" and "-Wconversion". 5 years ago
QrCodeGeneratorWorker.cpp In C++ version, added some more explicit casts for integer signedness and width. 5 years ago
QrSegment.cpp In C++ version, fixed all remaining implicit integer signedness conversions with the help of GCC's "-Wsign-conversion" and "-Wconversion". 5 years ago
QrSegment.hpp Updated and synchronized documentation comments for QrSegment class's {top-level, constructor, makeBytes()}, in all languages. 6 years ago