Commit Graph

13 Commits (00fb83d4d5733fa98bfeab430458cf8f3c1041c1)

Author SHA1 Message Date
Project Nayuki 4ca232b949 Updated C++ code to use standard exception classes instead of bare C strings. 7 years ago
Project Nayuki 97e0388cb7 Simplified the argument check in BitBuffer.appendBits() by tightening the input range, also removed some parentheses. 8 years ago
Project Nayuki 9f2c8d9e96 Simplified and tweaked various small pieces of C++ code. 8 years ago
Project Nayuki 777a9365f1 Fixed and updated C++ code regarding integer overflow checks. 8 years ago
Project Nayuki 5a47e04b52 Revamped C++ BitBuffer code to be based on std::vector<bool>, updated dependent code. 8 years ago
Project Nayuki 58046f902f Updated some C++ implementation code to be stricter by prepending std:: prefix for C standard library types. 8 years ago
Project Nayuki d6080663b9 Deleted unused header #include. 8 years ago
Project Nayuki a9c12dd705 Rearranged some overflow comparisons in C++ code for clarity, without changing behavior. 8 years ago
Project Nayuki b0123fee3d Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed). 8 years ago
Project Nayuki cc2a5d4ce9 Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks. 8 years ago
Project Nayuki 873652a82f Updated C++ ByteBuffer and QrSegment code to check and handle integer overflow strictly. 8 years ago
Project Nayuki e062a386d0 Deleted copyright year in all source files, updated year in readme document. 8 years ago
Nayuki Minase 008fddf4be Added C++ port of the library. 9 years ago