This website requires JavaScript.
Explore
Help
Sign In
openharmony
/
third_party_qrcodegen
Watch
1
Star
0
Fork
0
You've already forked third_party_qrcodegen
mirror of
https://github.com/openharmony/third_party_qrcodegen.git
synced
2026-07-18 17:55:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
31634fc05cece96ef2ac4254eef8de62ca0248c9
third_party_qrcodegen
/
cpp
T
History
Project Nayuki
31634fc05c
Fixed potential overflow in C and C++ code, in worst case when int type is int16.
2017-04-20 04:08:26 +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 and C++ code, in worst case when int type is int16.
2017-04-20 04:08:26 +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