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 36f9dc11c4
Fixed more integer overflow checks in C++ code to be stricter (related to commit 873652a82f).
8 years ago
..
BitBuffer.cpp Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks. 8 years ago
BitBuffer.hpp Changed syntax so that every class member is explicitly prefixed with public/private like in Java/C# style, without changing any functionality. 8 years ago
Makefile Added makefiles for C and C++ code bundles. 8 years ago
QrCode.cpp Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks. 8 years ago
QrCode.hpp Simplified code in all language versions of the library (C, C++, Java, JavaScript, Python) and reduced table size, without changing behavior. 8 years ago
QrCodeGeneratorDemo.cpp Reduced redundancy in C++ demo programs with 'using' directives. 8 years ago
QrCodeGeneratorWorker.cpp Reduced redundancy in C++ demo programs with 'using' directives. 8 years ago
QrSegment.cpp Fixed more integer overflow checks in C++ code to be stricter (related to commit 873652a82f). 8 years ago
QrSegment.hpp Changed syntax so that every class member is explicitly prefixed with public/private like in Java/C# style, without changing any functionality. 8 years ago