QR-Code-generator/cpp
Project Nayuki b89bb889a5 Tweaked C++ and Rust code to not use character entities (left over from copying Javadoc). 2018-10-05 07:29:20 +00:00
..
BitBuffer.cpp Updated C++ code to use standard exception classes instead of bare C strings. 2018-08-21 23:12:42 +00:00
BitBuffer.hpp Updated and mostly synchronized comment for BitBuffer.appendBits(), in all languages except C. 2018-10-04 20:07:10 +00:00
Makefile Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit a3dcc36dd4) due to problematic linkage in some enviroments. 2018-09-17 03:26:41 +00:00
QrCode.cpp Updated QrCode constructor argument checks in most languages to synchronize logic. 2018-10-05 02:27:00 +00:00
QrCode.hpp Tweaked C++ and Rust code to not use character entities (left over from copying Javadoc). 2018-10-05 07:29:20 +00:00
QrCodeGeneratorDemo.cpp Slightly tweaked demo programs for clarity. 2018-10-04 19:09:26 +00:00
QrCodeGeneratorWorker.cpp Fixed C++ worker program due to changing exceptions from string to object (related to commit 4ca232b949). 2018-08-26 03:31:09 +00:00
QrSegment.cpp Tweaked logic in QrSegment.makeEci() to reduce redundancy, in all languages except Rust. 2018-10-04 19:26:21 +00:00
QrSegment.hpp Added and updated miscellaneous comments. 2018-10-05 00:23:28 +00:00