QR-Code-generator/cpp
Project Nayuki 908dbbfb31 Added initial values to some variables in C and C++ code to avoid potential compiler warnings. 2017-12-10 16:36:02 +00:00
..
BitBuffer.cpp Simplified the argument check in BitBuffer.appendBits() by tightening the input range, also removed some parentheses. 2017-08-18 03:33:03 +00:00
BitBuffer.hpp Converted Java BitBuffer comments to Javadoc, updated related comments in most other language versions. 2017-08-18 03:36:00 +00:00
Makefile Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 2017-04-24 20:41:54 +00:00
QrCode.cpp Added initial values to some variables in C and C++ code to avoid potential compiler warnings. 2017-12-10 16:36:02 +00:00
QrCode.hpp Added integer constants for QR Code min/max version numbers, made use of new constants in library and example applications, in all language versions except C. 2017-10-23 04:42:53 +00:00
QrCodeGeneratorDemo.cpp Added integer constants for QR Code min/max version numbers, made use of new constants in library and example applications, in all language versions except C. 2017-10-23 04:42:53 +00:00
QrCodeGeneratorWorker.cpp Changed C++ QrCode class to eliminate const from fields, updated related code. 2017-09-06 04:03:52 +00:00
QrSegment.cpp Tweaked usages of C++ QrSegment::Mode class to be passed by value instead of const reference. 2017-09-06 04:06:57 +00:00
QrSegment.hpp Tweaked usages of C++ QrSegment::Mode class to be passed by value instead of const reference. 2017-09-06 04:06:57 +00:00