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 09:44:36 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e83ac1cd628ec69c40db3906619aae87be958fe9
third_party_qrcodegen
/
cpp
T
History
Project Nayuki
c5d4709e0e
Tweaked a C++ integer cast.
2019-09-10 19:25:21 +00:00
..
BitBuffer.cpp
Inlined BitBuffer.getBytes() into its single usage (with simplification because the bit length is a multiple of 8) in most language versions, synchronized comment and variable name in Rust version.
2018-10-06 04:44:03 +00:00
BitBuffer.hpp
Inlined BitBuffer.getBytes() into its single usage (with simplification because the bit length is a multiple of 8) in most language versions, synchronized comment and variable name in Rust version.
2018-10-06 04:44:03 +00:00
Makefile
Updated C and C++ makefiles to exclude warnings and sanitizers by default, instead recommending extra flags for manually doing a diagnostic/debug build.
2019-08-09 23:00:13 +00:00
QrCode.cpp
Tweaked a C++ integer cast.
2019-09-10 19:25:21 +00:00
QrCode.hpp
Demoted ReedSolomonGenerator from a class to a set of functions, and changed some names and comments, in all languages except C. This reduces code verbosity but doesn't change public APIs or visible behavior. The code organization is similar to the finder-like-pattern-detector feature.
2019-07-14 16:54:00 +00:00
QrCodeGeneratorDemo.cpp
In C++ version, fixed all remaining implicit integer signedness conversions with the help of GCC's "-Wsign-conversion" and "-Wconversion".
2019-07-22 15:18:18 +00:00
QrCodeGeneratorWorker.cpp
In C++ version, added some more explicit casts for integer signedness and width.
2019-07-22 15:02:22 +00:00
QrSegment.cpp
In C++ version, fixed all remaining implicit integer signedness conversions with the help of GCC's "-Wsign-conversion" and "-Wconversion".
2019-07-22 15:18:18 +00:00
QrSegment.hpp
Updated and synchronized documentation comments for QrSegment class's {top-level, constructor, makeBytes()}, in all languages.
2018-10-05 19:38:36 +00:00