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 97e0388cb7
Simplified the argument check in BitBuffer.appendBits() by tightening the input range, also removed some parentheses.
8 years ago
..
BitBuffer.cpp Simplified the argument check in BitBuffer.appendBits() by tightening the input range, also removed some parentheses. 8 years ago
BitBuffer.hpp Revamped C++ BitBuffer code to be based on std::vector<bool>, updated dependent code. 8 years ago
Makefile Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago
QrCode.cpp Inlined the 'size' variable in getAlignmentPatternPositions() in 3 language versions. 8 years ago
QrCode.hpp Simplified and tweaked various small pieces of C++ code. 8 years ago
QrCodeGeneratorDemo.cpp Renamed 'packedKanjiData' constant in demo programs. 8 years ago
QrCodeGeneratorWorker.cpp Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago
QrSegment.cpp Simplified and tweaked various small pieces of C++ code. 8 years ago
QrSegment.hpp Updated C++ QrSegment class to accept and store std::vector<bool> instead of BitBuffer. 8 years ago