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 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).
9 years ago
..
BitBuffer.cpp
BitBuffer.hpp
Makefile
QrCode.cpp Simplified a few lines of code in constructor of ReedSolomonGenerator in all language versions. 9 years ago
QrCode.hpp Updated comment for QrCode.getNumRawDataModules() in all language versions. 9 years ago
QrCodeGeneratorDemo.cpp
QrCodeGeneratorWorker.cpp
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). 9 years ago
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). 9 years ago