Commit Graph

93 Commits

Author SHA1 Message Date
Henry Schimke
2ac70a0f24 fix: client_support is on by default 2023-12-31 13:40:12 -06:00
Henry Schimke
1a40a64097 feat: move client decode library into a feature
breaking change: Client features must be be built specificially and are not included by default.
2023-12-31 13:30:35 -06:00
Henry Schimke
84a54d420d chore: various cleanups, version bump 0.4.12 2023-12-28 16:29:13 -06:00
Henry Schimke
c93594057b fixed mistake with 0.4.10 with 0.4.10 2023-11-06 09:54:26 -06:00
Henry Schimke
3d8c4f9668 update to 0.4.10 with #36 and dependency updates 2023-11-06 09:53:08 -06:00
Henry Schimke
d05240ec68 bump version 2023-10-28 11:04:19 -05:00
Henry Schimke
88a4083799 update to 0.4.9 2023-08-03 15:20:49 -05:00
Henry Schimke
09673e2381 move to more modern SVG read methods 2023-08-03 15:19:02 -05:00
Henry Schimke
bcb97f639e update to 0.4.8 2023-07-13 11:54:15 -05:00
Henry Schimke
163bbd8576 versoin update 0.4.7 2023-06-01 16:11:51 -05:00
Henry Schimke
09c23ba450 update to v0.4.6 2023-05-10 09:44:44 -05:00
Henry Schimke
08b50efe69 update version 2023-05-04 15:01:28 -05:00
Henry Schimke
74a830f462 switch to using Point in one-d-derive macros
Also start updates to make point more generic, still not complete or fully implemented.

Some code cleanup
2023-04-29 17:51:26 -05:00
Henry Schimke
78e7dcc040 update versions 2023-04-29 10:51:38 -05:00
Henry Schimke
789719d3eb adding result points to sampler 2023-04-22 11:44:37 -05:00
Henry Schimke
94ad7753c2 Merge branch 'main' into port_cpp_qrcode 2023-03-21 10:19:25 -05:00
Henry Schimke
890fb4901f v0.4.3 2023-03-21 10:16:46 -05:00
Henry Schimke
75313c26f8 Merge branch 'main' into port_cpp_qrcode 2023-03-20 10:29:14 -05:00
Henry Schimke
a260469ee6 update to v0.4.2 2023-03-19 15:33:32 -05:00
Henry Schimke
0a3ba35d4e Merge branch 'main' into port_cpp_qrcode 2023-03-16 14:28:33 -05:00
Henry Schimke
4bb228073a fix rotation regression for Luma8
part of #27. This is an issue with get_matrix after a rotation.
2023-03-16 14:01:31 -05:00
Henry Schimke
9527bb28f9 fix versions 2023-03-16 13:39:17 -05:00
Henry Schimke
d379dc9ded v0.4.0: This is a breaking change 2023-03-16 13:37:13 -05:00
Henry Schimke
e49f873bc9 incomplete port of detector 2023-03-13 12:35:58 -05:00
Steve Cook
0993b8b5ad Add benchmarks 2023-03-02 19:30:47 -05:00
Steve Cook
47e2444b11 Add binary optimizations 2023-03-02 09:10:25 -05:00
Steve Cook
51fcc98b34 Merge branch 'main' into thiserror
# Conflicts:
#	src/aztec/decoder.rs
#	src/datamatrix/decoder/decoded_bit_stream_parser.rs
2023-03-01 13:39:30 -05:00
Henry Schimke
24e35f4226 update versions 2023-03-01 09:23:14 -06:00
Henry Schimke
edc8e67685 move cli utility into repository
This commit also adds the `--workspace`` flag to the automated build and test scripts
2023-03-01 08:46:49 -06:00
Henry Schimke
8fc0e1029c initial move of one-d-proc-macros 2023-02-26 12:22:52 -06:00
Steve Cook
f8b29f37db Use thiserror for error handling with less boilerplate 2023-02-20 09:41:28 -05:00
Henry Schimke
b723cac24e update to version 0.3.1 2023-02-11 09:37:34 -06:00
Henry Schimke
ae7562af28 bump to v0.3.0
This is due to a breaking change in the NEEDS_RESULTPOINT_CALLBACK hint. This hint now accepts a closure instead of just a function pointer.
2023-02-04 11:10:00 -06:00
Henry Schimke
66543f9098 basic working otsu number binarizer 2023-02-02 18:57:54 -06:00
Henry Schimke
0ccb222b1a bump to 0.2.24 2023-02-02 14:18:13 -06:00
Henry Schimke
d29fece8bf update 0.2.23 2023-01-31 18:44:27 -06:00
Henry Schimke
00e3cc00fe update version number 2023-01-28 18:36:01 -06:00
Henry Schimke
d99927fd76 steps to move to v0.2.21 2023-01-27 15:37:40 -06:00
Henry Schimke
f9ec5c5dec add basic serde support 2023-01-26 13:52:31 -06:00
Henry Schimke
f5abe86922 basic support for maxicode detection 2023-01-23 17:14:01 -06:00
Henry Schimke
8a52d47959 port of the c++ datamatrix detector 2023-01-18 18:47:38 -06:00
Henry Schimke
36327480d8 prepare for v0.2.18 (wasm) 2023-01-15 15:53:09 -06:00
Henry Schimke
89ed131f20 move rand to dev-dependencies 2023-01-13 18:49:40 -06:00
Henry Schimke
5f91e4149c re-enable default image, update version 2023-01-13 10:28:20 -06:00
Henry Schimke
89d02c7ab1 add necessary declarations to build wihtout images 2023-01-13 10:26:08 -06:00
Henry Schimke
24cb4d1090 svg should be optional 2023-01-12 14:02:21 -06:00
Henry Schimke
d163f677e8 update details for v0.2.15 2023-01-12 13:59:44 -06:00
Henry Schimke
ec0512722d add svg_read support (basic) 2023-01-12 13:46:39 -06:00
Henry Schimke
a17a33e7e3 add svg output ability (behind flag) 2023-01-12 10:54:58 -06:00
Henry Schimke
283c7afc41 update to 0.2.14 2023-01-10 16:34:35 -06:00