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
7d49af97e1Updated documentation comments for three QrSegment members, in all language versions.
Project Nayuki
2018-10-05 00:21:12 +0000
4ee7f6df96Updated documentation comments for two QrSegment.Mode members, in all language versions.
Project Nayuki
2018-10-04 22:16:25 +0000
f9a40a31dbUpdated and mostly synchronized comment for BitBuffer.appendBits(), in all languages except C.
Project Nayuki
2018-10-04 20:07:10 +0000
49e0902d9fUpdated, added, synchronized section comments to show abstraction level in classes QrCode and QrSegment, in all languages except C.
Project Nayuki
2018-10-04 19:56:07 +0000
859438d183Moved QrCode class's max/min version constants, tweaked associated comments and blank lines, in all languages except C.
Project Nayuki
2018-10-04 19:40:43 +0000
af6a247121Tweaked logic in QrSegment.makeEci() to reduce redundancy, in all languages except Rust.
Project Nayuki
2018-10-04 19:26:21 +0000
0cded0ba36Aligned main comments in demo programs.
Project Nayuki
2018-10-04 19:08:23 +0000
dd47ef10c7Split long text constants in demo programs.
Project Nayuki
2018-10-04 19:06:54 +0000
667c744d8bUpdated and synchronized the QrCode class top-level documentation comment, in all languages except C.
Project Nayuki
2018-10-04 18:48:29 +0000
c8c29cc116Renamed variables in C++ demo program to start from 0.
Project Nayuki
2018-10-04 01:50:26 +0000
59e3933e8bAdded and updated comments in Java QrSegmentAdvanced.
Project Nayuki
2018-10-03 21:14:45 +0000
98741eb09aSlightly tweaked logic in Java QrSegmentAdvanced for robustness and efficiency.
Project Nayuki
2018-10-03 21:14:02 +0000
46b6425838Simplified some logic in Java QrSegmentAdvanced using Java SE 8 streams and lambdas.
Project Nayuki
2018-10-03 21:10:13 +0000
18ff8dc0e5Refactored Java QrSegmentAdvanced to move a piece of logic to a new function.
Project Nayuki
2018-10-03 21:01:23 +0000
012d469ca5Inlined some Java functions - refactored QrSegmentAdvanced, increased visibility of a constant in QrSegment.
Project Nayuki
2018-10-03 20:59:02 +0000