This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
Watch
1
Star
0
Fork
0
mirror of
https://github.com/status-im/QR-Code-generator.git
synced
2026-08-31 01:31:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
873652a82f213d5b956969d6a737eeb0cf268e70
QR-Code-generator
/
cpp
T
History
Project Nayuki
873652a82f
Updated C++ ByteBuffer and QrSegment code to check and handle integer overflow strictly.
2017-04-17 16:32:14 +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
Fixed potential overflow in C++ code, in worst case when int type is int16.
2017-04-17 02:02:33 +00:00
QrCode.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
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