QR-Code-generator/cpp
Project Nayuki 106e31d9c7 Simplified/deoptimized C++ code to use string search instead of lookup table for alphanumeric mode encoding. Also tightened the error checking in QrSegment::makeAlphanumeric(). As a side effect this now makes text encoding correct on non-ASCII systems (e.g. EBCDIC). 2017-05-08 06:10:56 +00:00
..
BitBuffer.cpp Updated some C++ implementation code to be stricter by prepending std:: prefix for C standard library types. 2017-05-05 20:56:32 +00:00
BitBuffer.hpp Updated C++ header code to be stricter by prepending std:: prefix for C standard library types. 2017-05-05 20:55:32 +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 Simplified a few lines of code in constructor of ReedSolomonGenerator in all language versions. 2017-05-08 05:21:05 +00:00
QrCode.hpp Updated comment for QrCode.getNumRawDataModules() in all language versions. 2017-05-06 11:51:21 +00:00
QrCodeGeneratorDemo.cpp Updated some C++ implementation code to be stricter by adding appropriate 'using' directives for C standard library types. 2017-05-05 20:57:13 +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/deoptimized C++ code to use string search instead of lookup table for alphanumeric mode encoding. Also tightened the error checking in QrSegment::makeAlphanumeric(). As a side effect this now makes text encoding correct on non-ASCII systems (e.g. EBCDIC). 2017-05-08 06:10:56 +00:00
QrSegment.hpp Simplified/deoptimized C++ code to use string search instead of lookup table for alphanumeric mode encoding. Also tightened the error checking in QrSegment::makeAlphanumeric(). As a side effect this now makes text encoding correct on non-ASCII systems (e.g. EBCDIC). 2017-05-08 06:10:56 +00:00