QR-Code-generator/cpp
Project Nayuki b86466ecd5 - Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust.
- Tweaked code and comments due to feature removal: JavaScript, Python.
- Updated demo programs to reflect new API usage and add new example: C, C++, Java, Python, Rust.
2017-10-23 03:45:24 +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 - Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust. 2017-10-23 03:45:24 +00:00
QrCode.hpp - Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust. 2017-10-23 03:45:24 +00:00
QrCodeGeneratorDemo.cpp - Deleted constructors/functions/code for remasking existing QrCode object (due to doubtful real-world usefulness): C++, Java, JavaScript, Python, Rust. 2017-10-23 03:45:24 +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