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 09:41:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ee5e4ca121c1038810edd5641a5d7ca07cad12da
QR-Code-generator
/
cpp
T
History
Project Nayuki
b5aaadf758
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
..
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
Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit
a3dcc36dd4
) due to problematic linkage in some enviroments.
2018-09-17 03:26:41 +00:00
QrCode.cpp
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
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
Slightly tweaked demo programs for clarity.
2018-10-04 19:09:26 +00:00
QrCodeGeneratorWorker.cpp
Updated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons.
2018-10-26 02:42:35 +00:00
QrSegment.cpp
Tweaked logic in QrSegment.makeEci() to reduce redundancy, in all languages except Rust.
2018-10-04 19:26:21 +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