2c9044de6bSimplified a bit of TypeScript code.
master
Project Nayuki
2025-01-23 07:20:57 +0000
82b60dd505Simplified demo TypeScript code by using the HTML element hidden attribute instead of CSS display:none.
Project Nayuki
2025-01-23 07:19:51 +0000
a3d116e863turned comments into javadocs
#215
Luca Vercelli
2025-01-13 15:09:02 +0100
Merge branch 'nayuki:master' into master
#206
Michael Wipplinger
2024-11-18 15:06:47 +0100
f40366c40dSimplified some Rust code by using slice.chunks().
Project Nayuki
2024-11-18 05:22:06 +0000
2b28bc2671Tweaked some length calculations to panic on overflow.
Project Nayuki
2024-11-18 04:28:09 +0000
dfe47102e6Simplified a bit of code with usize.div_ceil() (Rust 1.73).
Project Nayuki
2024-11-18 04:24:45 +0000
9648a4d7b0Simplified HTML code by nesting <input> in <label>, tweaked CSS to fit, with no visual changes.
Project Nayuki
2024-11-10 15:47:25 +0000
1e2709c5bfFix portability problem with ar(1) on macOS.
#207
Thomas Klausner
2024-09-28 10:29:24 +0200
8276a6ca9fremove qt-related settings from cmakelists.txt
Michael.Wipplinger
2024-09-24 20:32:57 +0200
ab5129f925clean up a bit
Michael.Wipplinger
2024-09-24 20:23:23 +0200
79bbfb5656add a cmakelists.txt
Michael.Wipplinger
2024-09-24 20:13:28 +0200
856ba8a74bSimplified some unrelated pieces of code.
Project Nayuki
2024-09-01 01:45:03 +0000
8329a7108fSlightly simplified the calculation of alignment pattern spacing in a non-obvious way, adapted from David Evans's "Lean QR" project.
Project Nayuki
2024-09-01 01:43:33 +0000
49a66a2b8bAdded missing metadata to Rust-no-heap's Cargo.toml, bumped the version because qrcodegen-no-heap 1.8.0 was already published on Crates.io.
Project Nayuki
2023-08-20 19:03:48 +0000
5fb88bfa67Renamed the Rust-no-heap implementation in Cargo.toml.
Project Nayuki
2023-08-20 18:08:12 +0000
93237ecbd6Add basic scheme implementation
#189
José Bollo
2022-08-18 20:34:43 +0200
fix: make noheap version have different name so it's easier for Cargo to be found
#181
Slesarew
2023-06-19 15:31:09 +0300
22fac31bdfChanged the TypeScript input demo to add a download link for bitmap and vector output formats, and stop displaying the SVG XML code.
Project Nayuki
2023-04-28 21:17:01 +0000
5d9ec8dfddReplaced some Rust object method calls with primitive arithmetic in order to support constant evaluation.
Project Nayuki
2023-02-17 23:50:47 +0000
13e37016bdAdded directives to Rust code to suppress a stylistic lint check.
Project Nayuki
2023-02-17 23:47:53 +0000
607046d7feTweaked Rust code to avoid unused parentheses warning.
#175
Martin Milata
2023-02-16 16:42:24 +0100
b7698192e8Changed Version::new to const in Rust code.
#174
Martin Milata
2023-02-16 16:29:32 +0100
c147f7e328Clarified a magic value in C code and reflowed some associated comments.
Project Nayuki
2023-02-03 00:26:30 +0000
bd68e4bc63feat(javascript): enable use with NPM
#168
Guillaume FORTAINE
2022-12-23 00:11:07 +0100
e237eb0d0bAllow the assert to be redefined
#165
Gaspard Petit
2022-11-06 22:34:34 -0500
314b556c76Support non null-terminated string
#164
Gaspard Petit
2022-11-06 22:11:51 -0500
fa8281de83Add android support
2Ra66it
2022-05-14 17:14:39 +0300
1203d9f2cf[java-fast] Add pom.xml and move src to compile with maven
#143
Jochen Sprickerhof
2022-05-05 15:27:16 +0200
720f62bddbUpdated package version numbers.
v1.8.0
Project Nayuki
2022-04-17 04:14:51 +0000
64f04fa6cccorrection in penalty calculation
#134
meirumeiru
2022-03-11 19:45:43 +0100
4e41cb2c72Copied paragraphs in Rust comments for top-level QR-encoding functions for consistency.
Project Nayuki
2022-01-08 04:28:10 +0000
f3705873abRewrote comments for top-level QR-encoding functions in C, to correspond better to other language ports.
Project Nayuki
2022-01-08 04:26:56 +0000
33af976bbaFixed a misspelled word in C comments.
Project Nayuki
2022-01-08 03:42:50 +0000
d524de6153Changed to standard error classes in TypeScript code.
Project Nayuki
2022-01-07 17:42:50 +0000
33442ea74aUpdated copyright year in readme document.
Project Nayuki
2022-01-07 17:25:27 +0000
9e81969139Added a comment in Java QrSegmentAdvanced.makeSegmentsOptimally() functions to be consistent with QrCode.encodeSegments().
Project Nayuki
2022-01-07 06:04:32 +0000
daa3114dcfReplaced str.format() with f-strings in Python code.
Project Nayuki
2022-01-07 06:00:18 +0000
e6ef02e0f5Removed run-time type assertions in Python code in favor of static type hints.
Project Nayuki
2022-01-07 05:54:28 +0000
52a3273d8cUpdated documentation comments for QrCode::{encode_text(),encode_binary()} in Rust-no-heap and C ports.
Project Nayuki
2021-12-03 06:05:20 +0000
d4085a443aRevamped documentation comments about argument arrays in the C and Rust-no-heap ports.
Project Nayuki
2021-12-03 05:56:54 +0000
5990e6a99c- In the project (top-level) readme file, kept one language's code example and moved all others out to language-specific readme files. - Added a readme file for each programming language implementation (port) if it didn't already have one, mostly by copying the project readme text, and then added/edited a couple of feature points.
Project Nayuki
2021-12-01 06:01:50 +0000
d02fe511ccUpdated the content of language-specific readme files and package-level documentation comments.
Project Nayuki
2021-12-01 05:58:37 +0000
df44e259d1Added a paragraph to partially synchronize all readme files and package-level documentation comments.
Project Nayuki
2021-12-01 05:56:12 +0000
7a052cc5b2Removed references to other programming languages within language-specific overview/readme text.
Project Nayuki
2021-11-25 04:45:32 +0000
f39234b755Clarified the Rust-no-heap documentation example code.
Project Nayuki
2021-11-25 04:43:16 +0000
d0d0474e4cMerged two separate but related projects: - QR Code generator library (6 languages) (commit d8ea85f2e2) - Fast QR Code generator library (Java) (commit e3e8276149)
Project Nayuki
2021-11-14 21:40:35 +0000
e3e8276149Renamed directory, moved file.
Project Nayuki
2021-11-14 21:39:35 +0000
d8ea85f2e2Added another implementation in Rust, distinguished by performing no heap allocations and enabling no_std.
Project Nayuki
2021-11-14 21:37:26 +0000