QR-Code-generator/cpp
Project Nayuki 8997da4651 Converted Java BitBuffer comments to Javadoc, updated related comments in most other language versions. 2017-08-18 03:36:00 +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 Inlined the 'size' variable in getAlignmentPatternPositions() in 3 language versions. 2017-08-18 00:44:24 +00:00
QrCode.hpp Simplified and tweaked various small pieces of C++ code. 2017-08-18 00:17:11 +00:00
QrCodeGeneratorDemo.cpp Renamed 'packedKanjiData' constant in demo programs. 2017-08-17 21:52:08 +00:00
QrCodeGeneratorWorker.cpp Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 2017-04-24 20:41:54 +00:00
QrSegment.cpp Simplified and tweaked various small pieces of C++ code. 2017-08-18 00:17:11 +00:00
QrSegment.hpp Updated C++ QrSegment class to accept and store std::vector<bool> instead of BitBuffer. 2017-08-18 00:14:16 +00:00