Commit Graph

801 Commits (7a052cc5b230ab7d661f70ca0589d98cce425af0)
 

Author SHA1 Message Date
Project Nayuki 0741701504 Added simple build script for TypeScript.
5 years ago
Project Nayuki 8fbfc087d2 Updated Java path in Python batch tester due to Maven subdirectories (commit 5483653b53).
5 years ago
Project Nayuki c5ad557eea Updated the finder pattern detector logic in the other 6 language versions to match Java code.
5 years ago
Project Nayuki 6794ebefa7 Inlined the Java-version finder-like pattern detector into the penalty score calculation logic in a non-trivial way, keeping behavior identical but reducing {declarations, computations, comments, explanations}.
5 years ago
Project Nayuki 1ca214499b Renamed a local variable in all language versions (although the Java version has different logic).
5 years ago
Project Nayuki b2ff7ce765 Replaced the finder-like pattern detection algorithm with a more sophisticated and accurate one, including documentation comments, only for the Java version of the library. This fixes nearly all the false negatives/positives in the previous implementation.
6 years ago
Project Nayuki 40d24f38aa Fixed argument type of qrcodegen_encodeSegmentsAdvanced() mask in C code.
6 years ago
Project Nayuki a072562461 Simplified an integer comparison in C code.
6 years ago
Project Nayuki ec729bf269 Moved an #include in C++ code for correctness.
6 years ago
Project Nayuki ba1e9bcd25 Readme: Updated copyright year.
6 years ago
Project Nayuki 3a28ba7dfd Added missing null check in C code after malloc.
6 years ago
Project Nayuki df55fd6504 Rearranged variables, updated comment.
6 years ago
Project Nayuki 47541e1b29 Simplified some code in getPenaltyScore().
6 years ago
Project Nayuki 655bb970ce Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification.
6 years ago
Project Nayuki f4f971f384 Inverted some if-else statements in getPenaltyScore().
6 years ago
Project Nayuki b2671166ce Renamed many variables in getPenaltyScore(), in preparation for future changes.
6 years ago
Project Nayuki 8551314425 Added/updated/deleted some comments.
6 years ago
Project Nayuki df729db98b Added "data too long" exception class, changed code to make use of it, updated Javadoc comments.
6 years ago
Project Nayuki 2f4b0e8fd8 Tweaked drawFormatBits() and drawDummyFormatBits() to use end-exclusive range in second copy for clarity.
6 years ago
Project Nayuki 04e1942b16 Tweaked a Javadoc comment.
6 years ago
Project Nayuki fd083f70e8 Reordered calls to applyMask()/drawFormatBits() for conceptual clarity, without changing output (because masks don't affect format bits), in all language versions.
6 years ago
Project Nayuki 22319bf90f Tweaked Rust code to inline handle_constructor_masking().
6 years ago
Project Nayuki 2359d68243 Tweaked C++ code to inline handleConstructorMasking() because the mask field is private instead of public const.
6 years ago
Project Nayuki 76de28378e Added a const to C code for safety.
6 years ago
Project Nayuki 19c73fcaea Merged.
6 years ago
Project Nayuki 86149fa1b2 Updated Python and Rust package version number.
6 years ago
Project Nayuki 8e54f6ffa6 Added a working Maven pom.xml file, in order to release the library on The Central Repository.
6 years ago
Project Nayuki 2cfcd5e859 Tweaked some names and types in TypeScript code.
6 years ago
Project Nayuki 08886d2a3e Simplified a bit of code in JavaScript, TypeScript, Python.
6 years ago
Project Nayuki a24466089b Tweaked 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).
6 years ago
Project Nayuki 313b93d5b0 Tweaked JavaScript code to use String.substring() instead of the deprecated non-standard substr().
6 years ago
Project Nayuki 5483653b53 Moved Java source files into new subdirectories for Maven standard layout.
6 years ago
Project Nayuki 52b885fae1 Updated Java code - changed QrSegmentAdvanced.makeSegmentsOptimally() to throw DataTooLongException and synchronize logic and Javadoc with QrCode class, changed Javadoc of DataTooLongException.
6 years ago
Project Nayuki af872343c0 Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification, in all languages.
6 years ago
Project Nayuki 5ac0e2a938 Inverted some if-else statements in QrCode.getPenaltyScore() without changing behavior, in all languages.
6 years ago
Project Nayuki 111b20b2b9 Tweaked logic in QrCode.getPenaltyScore() for future expansion, without changing behavior, in all languages.
6 years ago
Project Nayuki a14de3d959 Renamed colorX, colorY local variables in QrCode.getPenaltyScore() to just color, in all language versions.
6 years ago
Project Nayuki 025400e706 Tweaked a package-private Rust function to not be public.
6 years ago
Project Nayuki c36c4a28eb Updated Java, C++, Python, Rust worker programs to catch the new exception; removed error message string comparisons.
6 years ago
Project Nayuki 8da8107cc2 Updated 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.
6 years ago
Project Nayuki 4635e8a8a8 Added new unused "data too long" exception/error class to Java, C++, Python, Rust code.
6 years ago
Project Nayuki 3da57e5aa0 Fixed Rust code examples in multiple files (due to commit 9628e25971).
6 years ago
Project Nayuki badeca0dc9 Imported QrSegmentAdvanced from the parent project, changed a constant to be package-private, updated readme.
6 years ago
Project Nayuki f2ea49b7d4 Tweaked QrCode.drawFormatBits() to use end-exclusive range in second copy for clarity, in most languages.
6 years ago
Project Nayuki e883e31f0a Updated Rust crate version number.
6 years ago
Project Nayuki d234e1c73b Added Rust documentation comments for Version and Mask struct+impl.
6 years ago
Project Nayuki 38d8d3377f Added Rust crate summary documentation comment.
6 years ago
Project Nayuki d2e2f8b596 Tweaked comments in Rust code to end in a period, for enum constants.
6 years ago
Project Nayuki 40858c7b11 Tweaked comments in Rust code to reflow the hard line wrapping, without changing HTML output.
6 years ago
Project Nayuki 7d84b8b128 Tweaked comments in Rust code to fix Rust-specific facts.
6 years ago