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 18:38:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
cpp
History
Project Nayuki
501d254a0f
Deleted unused header #include.
2017-04-17 16:41:41 +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
Deleted unused header #include.
2017-04-17 16:41:41 +00:00
QrCode.hpp
Updated C++ QrCode private methods to replace some int variables with long to prevent overflow.
2017-04-17 16:41:20 +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