fd083f70e8Reordered calls to applyMask()/drawFormatBits() for conceptual clarity, without changing output (because masks don't affect format bits), in all language versions.
Project Nayuki
2018-11-04 19:26:33 +0000
2359d68243Tweaked C++ code to inline handleConstructorMasking() because the mask field is private instead of public const.
Project Nayuki
2018-11-04 19:16:28 +0000
76de28378eAdded a const to C code for safety.
Project Nayuki
2018-11-04 18:56:47 +0000
2cfcd5e859Tweaked some names and types in TypeScript code.
Project Nayuki
2018-11-01 18:00:22 +0000
08886d2a3eSimplified a bit of code in JavaScript, TypeScript, Python.
Project Nayuki
2018-11-01 18:00:02 +0000
a24466089bTweaked TypeScript code to change 'let' declarations to 'const' wherever possible; but avoiding variables where objects are internally mutated (i.e. strict C++/Rust-style constness).
Project Nayuki
2018-11-01 17:52:48 +0000
aa909de48badd qr_segment_advanced module for the Rust code
Magic Len
2018-11-01 16:40:11 +0800
313b93d5b0Tweaked JavaScript code to use String.substring() instead of the deprecated non-standard substr().
Project Nayuki
2018-10-28 18:27:12 +0000
5483653b53Moved Java source files into new subdirectories for Maven standard layout.
Project Nayuki
2018-10-27 03:02:36 +0000
52b885fae1Updated Java code - changed QrSegmentAdvanced.makeSegmentsOptimally() to throw DataTooLongException and synchronize logic and Javadoc with QrCode class, changed Javadoc of DataTooLongException.
Project Nayuki
2018-10-27 02:14:52 +0000
af872343c0Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification, in all languages.
Project Nayuki
2018-10-26 06:53:12 +0000
5ac0e2a938Inverted some if-else statements in QrCode.getPenaltyScore() without changing behavior, in all languages.
Project Nayuki
2018-10-26 05:24:21 +0000
111b20b2b9Tweaked logic in QrCode.getPenaltyScore() for future expansion, without changing behavior, in all languages.
Project Nayuki
2018-10-26 05:21:34 +0000
a14de3d959Renamed colorX, colorY local variables in QrCode.getPenaltyScore() to just color, in all language versions.
Project Nayuki
2018-10-26 03:47:04 +0000
025400e706Tweaked a package-private Rust function to not be public.
Project Nayuki
2018-10-26 02:42:49 +0000
c36c4a28ebUpdated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons.
Project Nayuki
2018-10-26 02:42:35 +0000
8da8107cc2Updated QrCode.encodeSegments() to throw DataTooLongException - in Java, C++, Python, Rust code. Rust code also changes return types from Option to Result. Updated Java and Rust documentation.
Project Nayuki
2018-10-26 02:42:04 +0000
4635e8a8a8Added new unused "data too long" exception/error class to Java, C++, Python, Rust code.
Project Nayuki
2018-10-26 02:39:46 +0000
3da57e5aa0Fixed Rust code examples in multiple files (due to commit 9628e25971).
Project Nayuki
2018-10-14 05:03:33 +0000
badeca0dc9Imported QrSegmentAdvanced from the parent project, changed a constant to be package-private, updated readme.
Project Nayuki
2018-10-13 21:22:52 +0000
f2ea49b7d4Tweaked QrCode.drawFormatBits() to use end-exclusive range in second copy for clarity, in most languages.
Project Nayuki
2018-10-13 19:54:30 +0000
123bc46c00Convert doc comments to rust format
#39
Ethan Pailes
2018-10-09 23:12:54 -0400
2f77345d24Simplified a bit of JavaScript and TypeScript code.
Project Nayuki
2018-10-09 01:41:05 +0000
4e774437b3Simplified some Rust code.
Project Nayuki
2018-10-08 22:39:18 +0000
0723ac0d17Updated Python and Rust package version number.
v1.3.0
Project Nayuki
2018-10-08 18:38:22 +0000
7dbfabd388Reordered functions and sections in C code for better flow for human readers, without changing functionality.
Project Nayuki
2018-10-08 18:01:14 +0000
614169fc88Fixed a comment in C code.
Project Nayuki
2018-10-08 03:02:56 +0000
72d350e3a0Added and updated comments.
Project Nayuki
2018-10-07 07:04:53 +0000
b967ae4aaeAdded and updated some strict overflow checks.
Project Nayuki
2018-10-07 07:00:35 +0000
83a3c3b957Added and updated comments.
Project Nayuki
2018-10-07 06:52:37 +0000
eb072ba84eSimplified small pieces of logic.
Project Nayuki
2018-10-07 06:52:30 +0000
3e6381cea8Renamed loop variables and swapped commutative arguments for clarity.
Project Nayuki
2018-10-07 06:50:45 +0000
6124187248Refactored QrTemplate to use QrCode.getBit().
Project Nayuki
2018-10-07 06:38:54 +0000
b669311c2eAdded Javadoc and informal comments to some members, which differ from the parent project.
Project Nayuki
2018-10-07 06:33:33 +0000
f6e7b17602Tweaked small pieces of code, synchronizing from the parent "QR Code generator library" project.
Project Nayuki
2018-10-07 06:25:12 +0000
132c8f32e2Added and updated many Javadoc and informal comments, synchronizing from the parent "QR Code generator library" project.
Project Nayuki
2018-10-07 06:19:22 +0000
35f3b292e7Converted Javadoc comments of non-public members of Java QrSegment class to informal comments.
Project Nayuki
2018-10-07 06:12:46 +0000
509881ea9fSlightly tweaked demo program for clarity.
Project Nayuki
2018-10-07 05:56:31 +0000
735994ed2aAligned main comments in demo program.
Project Nayuki
2018-10-07 05:56:01 +0000
820b2ca60aMoved QrCode class's max/min version constants, tweaked associated comments and blank lines.
Project Nayuki
2018-10-07 05:54:24 +0000
6a5fdc5687Tweaked whitespace for consistency.
Project Nayuki
2018-10-07 05:51:58 +0000
6f79d4c68eTweaked comments and statement order in QrCode constructor.
Project Nayuki
2018-10-07 05:51:10 +0000
b0a7a4240aAdded private helper function to reduce occurrences of low-level bit arithmetic.
Project Nayuki
2018-10-07 05:49:13 +0000
a6ef65d237Fixed initialization order in C++ code (due to commit 06d80aade3).
Project Nayuki
2018-10-06 04:49:29 +0000
950955a4c5Renamed QrSegment.getBits() to getData() in {Java, JavaScript, TypeScript, Python} code, to match C++ and Rust.
Project Nayuki
2018-10-06 04:49:04 +0000
c7bc281e18Inlined 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.
Project Nayuki
2018-10-06 04:44:03 +0000
8c262c00ddAdded and synchronized documentation comments for QrCode's scalar field accessor methods in C++ and Python with existing comments in Rust.
Project Nayuki
2018-10-06 03:46:20 +0000
f4b16f25b0Updated documentation comment for field QrCode.modules, in most languages.
Project Nayuki
2018-10-06 03:40:31 +0000
1c9a9cf60cTweaked a few documentation comments.
Project Nayuki
2018-10-06 03:37:21 +0000
efed57782eUpdated Javadoc-specific sections of the Java QrSegment class to add not-null qualifications.
Project Nayuki
2018-10-06 03:29:57 +0000
012d4a3e5fUpdated Javadoc-specific sections of documentation comments in Java classes.
Project Nayuki
2018-10-06 03:29:38 +0000
f011e52770Updated and synchronized documentation comments for QrCode's instance methods, in all languages.
Project Nayuki
2018-10-06 03:26:54 +0000
76f97dd0b8Updated and synchronized documentation comments for QrCode class's constructor and static factory functions, in all languages.
Project Nayuki
2018-10-06 03:11:03 +0000
fe2c384e97Moved and tweaked a comment in TypeScript code.
Project Nayuki
2018-10-05 21:20:09 +0000
95e5f14c36Updated and synchronized QrCode class's top-level documentation comment, in all languages.
Project Nayuki
2018-10-05 21:17:52 +0000
a5b6c28a1fUpdated and synchronized documentation comments for QrCode class's fields and constants, in all languages.
Project Nayuki
2018-10-05 20:56:50 +0000
eebae19fb2Reduced the use of the word "symbol" when referring to QR Codes, in all languages.
Project Nayuki
2018-10-05 20:30:26 +0000
7d31874345Updated Javadoc-specific sections of the Java QrSegment class to add not-null qualifications.
Project Nayuki
2018-10-05 19:45:46 +0000
2d12b392e8Updated Javadoc-specific sections of the Java QrSegment class.
Project Nayuki
2018-10-05 19:45:35 +0000
79796901eaUpdated and synchronized documentation comments for QrSegment class's {top-level, constructor, makeBytes()}, in all languages.
Project Nayuki
2018-10-05 19:38:36 +0000
85eb6493fdUpdated and synchronized documentation comments for QrSegment's constants/functions involving character sets, in all languages.
Project Nayuki
2018-10-05 19:34:42 +0000
aa39108f0dAdded/updated/synchronized documentation comments for QrSegment's accessor methods, in all languages except C.
Project Nayuki
2018-10-05 19:30:21 +0000
139e67eee2Updated and synchronized documentation comments for QrSegment's fields, in all languages.
Project Nayuki
2018-10-05 19:27:11 +0000
179f7be089Updated and synchronized QrCode.Ecc and QrSegment.Mode enums' documentation comments, in all languages.
Project Nayuki
2018-10-05 17:58:16 +0000
29479efedfUpdated class BitBuffer's documentation comments, in all languages.
Project Nayuki
2018-10-05 17:35:18 +0000
1f2de4bbbaTweaked Java QrSegmentAdvanced to be non-instantiable.
Project Nayuki
2018-10-05 07:32:35 +0000
b89bb889a5Tweaked C++ and Rust code to not use character entities (left over from copying Javadoc).
Project Nayuki
2018-10-05 07:29:20 +0000
c3992b646fTweaked Javadoc HTML code to convert all non-XML-predefined character entities to numeric form, for better compatibility with XHTML.
Project Nayuki
2018-10-05 07:28:19 +0000
b6bbaddf4fUpdated QrCode constructor argument checks in most languages to synchronize logic.
Project Nayuki
2018-10-05 02:27:00 +0000
06d80aade3Tweaked comments and statement order in QrCode constructor, in most languages.
Project Nayuki
2018-10-05 02:14:43 +0000
d060e97e03Tweaked two comments in QrCode constructor, in all languages except C.
Project Nayuki
2018-10-05 01:47:05 +0000
f63f7f79a6Tweaked comment and blank line in QrCode constructor in some languages.
Project Nayuki
2018-10-05 01:44:06 +0000
0a0ac19f9bAligned code involving QrCode grid fields, in most languages.
Project Nayuki
2018-10-05 01:42:57 +0000
fd64af3e50Rearranged QrCode constructor parameters in JavaScript/TypeScript/Python code to match order in Java/C++/Rust.
Project Nayuki
2018-10-05 00:56:29 +0000
ae7b5296f2Renamed a constructor parameter in JavaScript and TypeScript code.
Project Nayuki
2018-10-05 00:50:31 +0000
eab76f20d6Updated class QrCode's field comments, in most languages.
Project Nayuki
2018-10-05 00:40:49 +0000
028b377472Updated a section comment in class QrCode, in most languages.
Project Nayuki
2018-10-05 00:30:10 +0000
00fb83d4d5Added and updated miscellaneous comments.
Project Nayuki
2018-10-05 00:23:28 +0000
ac6ef8fe31Tweaked some miscellaneous code.
Project Nayuki
2018-10-05 00:23:09 +0000