Commit Graph

832 Commits (8329a7108fc22be3e1eec0a9f9318978579e3621)
 

Author SHA1 Message Date
Project Nayuki a492346364 Clarified C qrcodegen-worker so that two internal variables use size_t instead of int.
5 years ago
Project Nayuki ae0ff71ff1 Clarified C qrcodegen-test testAddEccAndInterleave() so that its internals use size_t instead of int.
5 years ago
Project Nayuki 68d4cb5217 Clarified C qrcodegen-test addEccAndInterleaveReference() so that its internals use size_t instead of int.
5 years ago
Project Nayuki 9312480978 In C version, added many explicit integer type casts for signedness, with the help of GCC's "-Wsign-conversion" and "-Wconversion".
5 years ago
Project Nayuki a8a91e0d38 In C++ version, fixed all remaining implicit integer signedness conversions with the help of GCC's "-Wsign-conversion" and "-Wconversion".
5 years ago
Project Nayuki 419b5ae2d7 In C++ version, added some more explicit casts for integer signedness and width.
5 years ago
Project Nayuki 1fb40bc113 In C++ version, added explicit integer casts for second argument of calls to BitBuffer.appendBits().
5 years ago
Project Nayuki c3479c0043 In C++ version, added explicit casts from int/long to uint32_t for first argument of calls to BitBuffer.appendBits().
5 years ago
Project Nayuki 1edf83109f Updated readme text, synchronized package-info Javadoc text with the readme.
5 years ago
Project Nayuki f05a8f9098 Replaced the finder-like pattern detection algorithm with a more sophisticated and accurate one, synchronizing with the parent project.
5 years ago
Project Nayuki 42c357ae1c Renamed a local variable.
5 years ago
Project Nayuki 4671dca0ad Tweaked a bit of code for simplicity.
5 years ago
Project Nayuki afc12dc9d2 Synchronized some code with the parent project, without changing behavior.
5 years ago
Project Nayuki 6d6e0f3fde Added and updated many comments, almost all at the member level (rarely within functions), some with original wording, some synchronizing with the main qrcodegen project.
5 years ago
Project Nayuki 960b9cd32d Deleted some static imports.
5 years ago
Project Nayuki fa7a092672 Deleted some section comments.
5 years ago
Project Nayuki f8f01c4d4e Refactored logic in QrTemplate and ReedSolomonGenerator into new Memozier class.
5 years ago
Project Nayuki 1207d89c33 Added another feature point to the readme.
5 years ago
Project Nayuki f759146df3 Deleted hand-written JavaScript code in favor of compiling from TypeScript, updated directories and readme.
5 years ago
Project Nayuki 1e24fcf67a Tweaked TypeScript code to make it compatible with ECMAScript 5. Main change is demoting class BitBuffer into plain arrays. This makes the TypeScript code architecture diverge slightly from the other 5 supported OOP languages.
5 years ago
Project Nayuki 907813a82c Fixed reStructuredText syntax for describing the Python package.
5 years ago
Project Nayuki 8407d37839 Updated package version numbers.
5 years ago
Project Nayuki b7c9ccfff9 Simplified and clarified a few bits of code, without changing behavior.
5 years ago
Project Nayuki ee5e4ca121 Tweaked a few comments.
5 years ago
Project Nayuki b6aa563812 Tweaked a comment in QrCode.reedSolomonComputeDivisor() in 4 language versions.
5 years ago
Project Nayuki 76127b8bfe Renamed functions and variables, and updated comments, thus synchronizing the C language version with the previous changeset.
5 years ago
Project Nayuki b5aaadf758 Demoted ReedSolomonGenerator from a class to a set of functions, and changed some names and comments, in all languages except C. This reduces code verbosity but doesn't change public APIs or visible behavior. The code organization is similar to the finder-like-pattern-detector feature.
5 years ago
Project Nayuki cc9176cdbe Removed a blank line for stylistic consistency.
5 years ago
Project Nayuki bf03981d7e Tweaked batch tester to avoid Python children generating .pyc files.
5 years ago
Project Nayuki 5ec3109cb9 Added TypeScript command line worker program, updated its build script.
5 years ago
Project Nayuki 9c337e5329 Simplified Python worker program, mainly due to bytearray.
5 years ago
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