This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
Watch
2
Star
0
Fork
0
You've already forked QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
synced
2025-02-25 02:45:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
cpp
History
Project Nayuki
2ffc439340
Updated comments in drawFunctionPatterns() of all other language versions to synchronize with C code.
2017-04-20 06:39:59 +00:00
..
BitBuffer.cpp
Updated C++ ByteBuffer and QrSegment code to check and handle integer overflow strictly.
2017-04-17 16:32:14 +00:00
BitBuffer.hpp
Changed syntax so that every class member is explicitly prefixed with public/private like in Java/C# style, without changing any functionality.
2017-04-08 22:54:11 +00:00
QrCode.cpp
Updated comments in drawFunctionPatterns() of all other language versions to synchronize with C code.
2017-04-20 06:39:59 +00:00
QrCode.hpp
Simplified code in all language versions of the library (C, C++, Java, JavaScript, Python) and reduced table size, without changing behavior.
2017-04-19 23:06:40 +00:00
QrCodeGeneratorDemo.cpp
Deleted unused arguments for main(), replaced return code with named constant.
2017-02-25 19:24:56 +00:00
QrSegment.cpp
Updated C++ ByteBuffer and QrSegment code to check and handle integer overflow strictly.
2017-04-17 16:32:14 +00:00
QrSegment.hpp
Changed syntax so that every class member is explicitly prefixed with public/private like in Java/C# style, without changing any functionality.
2017-04-08 22:54:11 +00:00