Project Nayuki
|
6dfb842afa
|
Tweaked Java and C++ code and comment slightly.
|
2017-08-26 18:57:52 +00:00 |
Project Nayuki
|
6b2cfd98dc
|
Fixed the upper limit of ECI values to be more permissive according to the spec, in almost all language versions except C.
|
2017-08-26 18:43:54 +00:00 |
Project Nayuki
|
5b060413b6
|
Added length check and tweaked a cast in C++ code.
|
2017-08-18 04:06:11 +00:00 |
Project Nayuki
|
3305d230c1
|
Added rvalue reference (xvalue) constructor version for C++ QrSegment, updated code to use it.
|
2017-08-18 03:43:28 +00:00 |
Project Nayuki
|
9f2c8d9e96
|
Simplified and tweaked various small pieces of C++ code.
|
2017-08-18 00:17:11 +00:00 |
Project Nayuki
|
5279a4c88b
|
Updated C++ QrSegment class to accept and store std::vector<bool> instead of BitBuffer.
|
2017-08-18 00:14:16 +00:00 |
Project Nayuki
|
573c5bba9d
|
Simplified C++ code by removing qualifying prefix when calling static functions.
|
2017-08-18 00:11:23 +00:00 |
Project Nayuki
|
777a9365f1
|
Fixed and updated C++ code regarding integer overflow checks.
|
2017-08-18 00:09:51 +00:00 |
Project Nayuki
|
4a62fb138a
|
Updated C++ QrSegment's constructor and fields to use BitBuffer instead of vector<uint8_t>.
|
2017-08-17 21:49:53 +00:00 |
Project Nayuki
|
20a05141ec
|
Added C++ QrSegment constructor taking BitBuffer argument, updated existing code to use it.
|
2017-08-17 21:29:15 +00:00 |
Project Nayuki
|
5a47e04b52
|
Revamped C++ BitBuffer code to be based on std::vector<bool>, updated dependent code.
|
2017-08-17 21:18:31 +00:00 |
Project Nayuki
|
2c1991adad
|
Simplified C++ code by using for-each loop.
|
2017-08-17 21:04:21 +00:00 |
Project Nayuki
|
a610a3d8df
|
Added support for making Extended Channel Interpretation (ECI) segments - in Java, C++, JavaScript, and Python language versions.
|
2017-05-08 18:04:10 +00:00 |
Project Nayuki
|
106e31d9c7
|
Simplified/deoptimized C++ code to use string search instead of lookup table for alphanumeric mode encoding. Also tightened the error checking in QrSegment::makeAlphanumeric(). As a side effect this now makes text encoding correct on non-ASCII systems (e.g. EBCDIC).
|
2017-05-08 06:10:56 +00:00 |
Project Nayuki
|
ed56fcfe8f
|
Tweaked some C++ code to use 'using std::vector;' to reduce verbosity.
|
2017-05-05 21:03:08 +00:00 |
Project Nayuki
|
d17ff80b1a
|
Updated some C++ implementation code to be stricter by adding appropriate 'using' directives for C standard library types.
|
2017-05-05 20:57:13 +00:00 |
Project Nayuki
|
58046f902f
|
Updated some C++ implementation code to be stricter by prepending std:: prefix for C standard library types.
|
2017-05-05 20:56:32 +00:00 |
Project Nayuki
|
3da7c7b7dc
|
Fixed potential overflow in C++ code, in worst case when int type is int16.
|
2017-04-24 20:47:32 +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
|
36f9dc11c4
|
Fixed more integer overflow checks in C++ code to be stricter (related to commit 873652a82f ).
|
2017-04-21 15:49:16 +00:00 |
Project Nayuki
|
cc2a5d4ce9
|
Reduced redundancy in C++ code by wrapping .cpp source files in namespace{} blocks.
|
2017-04-21 05:30:59 +00:00 |
Project Nayuki
|
873652a82f
|
Updated C++ ByteBuffer and QrSegment code to check and handle integer overflow strictly.
|
2017-04-17 16:32:14 +00:00 |
Project Nayuki
|
e062a386d0
|
Deleted copyright year in all source files, updated year in readme document.
|
2017-02-10 03:19:39 +00:00 |
Nayuki Minase
|
5692e951dd
|
Revamped QrCode.encodeSegments() to add parameters to make a much richer API, in all language versions; updated JavaScript demo script to handle new semantics.
|
2016-04-16 03:53:58 +00:00 |
Nayuki Minase
|
ca7e7a60a7
|
Moved QrCode.encodeTextToSegment() to QrSegment.makeSegments() and changed the function's code somewhat, in all language versions; updated JavaScript demo script to handle new semantics.
|
2016-04-16 01:44:24 +00:00 |
Nayuki Minase
|
008fddf4be
|
Added C++ port of the library.
|
2016-04-15 04:26:37 +00:00 |