Henry Schimke
|
858e555f76
|
chore: update many versions
|
2024-01-05 15:46:42 -06:00 |
|
Henry Schimke
|
e99a258abd
|
chore: update version
|
2024-01-04 13:08:27 -06:00 |
|
Henry Schimke
|
70d82863ef
|
chore: update deps for one-d
|
2024-01-04 11:33:47 -06:00 |
|
Henry Schimke
|
c3618919d7
|
chore: version update and cargo fmt
|
2024-01-02 17:10:56 -06:00 |
|
Henry A Schimke
|
e04354cb4a
|
Merge pull request #41 from rxing-core/client_build_optional
feat: make client builds optional
|
2024-01-02 16:59:40 -06:00 |
|
Henry A Schimke
|
aa7556d1eb
|
Merge pull request #39 from cpwood/main
Telepen support
|
2024-01-02 16:57:58 -06:00 |
|
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 |
|
Chris Wood
|
75d56b7282
|
Add Telepen read / write functionality
|
2023-12-31 09:40:35 +00: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 |
|