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-24 10:28:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
cpp
History
Project Nayuki
7c173b79b4
Simplified code for 'upward' variable in all language versions, without changing behavior.
2017-04-20 04:18:22 +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
Simplified code for 'upward' variable in all language versions, without changing behavior.
2017-04-20 04:18:22 +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