Commit Graph

13 Commits

Author SHA1 Message Date
Project Nayuki 419b5ae2d7 In C++ version, added some more explicit casts for integer signedness and width. 2019-07-22 15:02:22 +00:00
Project Nayuki c36c4a28eb 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
Project Nayuki 868b387d9a Fixed C++ worker program due to changing exceptions from string to object (related to commit 4ca232b949). 2018-08-26 03:31:09 +00:00
Project Nayuki 18f9b7c6ce Tweaked C++ code for style and robustness. 2018-02-26 20:21:23 +00:00
Project Nayuki 015c243fb2 Tweaked C++ worker program to be more robust to bad inputs. 2018-02-26 19:56:44 +00:00
Project Nayuki 3208954e81 Changed and simplified C++ code by converting Ecc from class to enum, updated related code. 2018-02-26 19:53:57 +00:00
Project Nayuki a138e6fbc3 Changed C++ QrCode class to eliminate const from fields, updated related code. 2017-09-06 04:03:52 +00:00
Project Nayuki 9c1a25aba4 Changed QrCode.getModule() in {Java, JavaScript, Python, C++} language versions to return Boolean instead of 0/1 - to match {C, Rust} language versions - and updated comments and usages. 2017-08-31 20:39:29 +00:00
Project Nayuki 6f9116dfcb Simplified C++ code with vector range constructor. 2017-08-31 20:25:39 +00:00
Project Nayuki 4d6185a5d3 Reorganized a chunk of code in worker program of {Java, Python, C, C++} language versions, without changing behavior. 2017-08-28 04:03:05 +00:00
Project Nayuki b0123fee3d Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 2017-04-24 20:41:54 +00:00
Project Nayuki dafd93dbdf Reduced redundancy in C++ demo programs with 'using' directives. 2017-04-21 05:38:44 +00:00
Project Nayuki 4f901df4fa Added test worker program for C++, added program name to Python batch tester. 2017-04-21 05:04:39 +00:00