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
5071995ab71bf1499f602271c5d132c80fd7538e
third_party_qrcodegen
/
cpp
T
History
Project Nayuki
5071995ab7
Replaced '>>' with '> >' in C++ code using templates, for robustness in parsing.
2017-04-17 02:01:32 +00:00
..
BitBuffer.cpp
Deleted copyright year in all source files, updated year in readme document.
2017-02-10 03:19:39 +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
Replaced '>>' with '> >' in C++ code using templates, for robustness in parsing.
2017-04-17 02:01:32 +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
Deleted copyright year in all source files, updated year in readme document.
2017-02-10 03:19:39 +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