Commit Graph

98 Commits

Author SHA1 Message Date
Chris Wood
93bbb676d8 Further test cases 2024-01-02 15:43:34 +00:00
Chris Wood
8f9f0bfa42 Code refactor and numeric support 2023-12-31 21:30:41 +00:00
Chris Wood
75d56b7282 Add Telepen read / write functionality 2023-12-31 09:40:35 +00:00
Henry Schimke
bcb97f639e update to 0.4.8 2023-07-13 11:54:15 -05:00
Henry
ef999a4eb0 clippy fix 2023-04-28 19:41:23 -05:00
Henry Schimke
e05fae5b6a datamatrix fails but could be an issue with text 2023-04-28 17:12:53 -05:00
Henry Schimke
57d4f82e7c all tests except SA pass 2023-04-28 16:45:18 -05:00
Henry Schimke
4d703c4e51 all tests but 7 (SA) and inverted pass 2023-04-28 13:25:49 -05:00
Henry Schimke
6aee7a66b9 progress on passing tests 2023-04-27 10:59:39 -05:00
Henry Schimke
96cadb8e66 some progress in passing images 2023-04-26 13:17:57 -05:00
Henry Schimke
b216a446ee ported latest c++ changes, does not pass all tests 2023-04-25 15:59:47 -05:00
Henry Schimke
d841c1d751 slight change 2023-04-25 13:00:42 -05:00
Henry Schimke
cf530422c9 port over c++ tests and weights 2023-04-24 19:09:01 -05:00
Henry Schimke
60c14ea556 copy over c++ tests for mqr and cpp 2023-04-24 18:58:30 -05:00
Henry Schimke
c29a5547b4 add specific cpp test cases 2023-04-03 16:09:54 -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
2b3ed37924 add tests for bitmatrix out of bounds panic
addresses #27 and #28
2023-03-21 09:57:58 -05:00
Henry Schimke
3d75de7183 DetectPureQR ported 2023-03-20 11:09:06 -05:00
Henry Schimke
33ea52c3f7 Add test case for cropped, transposed, luma8 image 2023-03-20 10:00:24 -05:00
Henry Schimke
15859b9f10 rename character set and rename methods 2023-03-04 11:47:39 -06:00
Henry Schimke
9431031147 cargo clippy && fmt 2023-03-04 11:17:17 -06:00
Henry Schimke
a0b8b68869 repurpose CharacterSetECI as encoding abstraction 2023-03-04 11:17:17 -06:00
Steve Cook
d2ab7de5dd Add error reporting to tests 2023-03-02 00:06:30 -05:00
Steve Cook
70b1ef270f Update tests 2023-03-01 22:49:07 -05:00
Vukašin Stepanović
755e4a6e69 add missing imports 2023-02-15 12:59:25 +00:00
Vukašin Stepanović
8ee616d96b refactor to use common result type 2023-02-14 23:01:05 +00:00
Henry Schimke
d31e5bf6a1 clippy doesn't need to run in tests 2023-02-11 10:49:50 -06:00
Henry Schimke
92f15be032 standardize empty string to String::default()
This replaces "".to_owned() "".to_string() and String::from("")
2023-02-04 13:13:05 -06:00
Henry Schimke
fb60cfc5a3 fix issue with metadata testing 2023-02-01 12:23:00 -06:00
Henry Schimke
e024573905 several backported fixes (some are not supported and are not included in tests) 2023-01-28 18:33:58 -06:00
Henry Schimke
e4f6fe0daf fix mirrored and remove unsuported test case 2023-01-28 17:38:48 -06:00
Henry Schimke
ce37f1cf98 cleanup 2023-01-28 17:10:54 -06:00
Henry Schimke
5637c26fb6 add datamatrix tests 2023-01-28 15:19:29 -06:00
Henry Schimke
13c7a4deb0 add additional tests from c++ 2023-01-28 15:14:45 -06:00
Henry Schimke
42d40de755 cargo clippy --fix 2023-01-27 15:24:24 -06:00
Henry Schimke
58e6827e89 cargo fmt 2023-01-27 15:14:01 -06:00
Henry Schimke
d2728e0414 bring in updates from maxicode detection 2023-01-27 15:12:49 -06:00
Henry Schimke
9efab236e3 long running qrcode fix
zxing 110ef9e8f2733c051dd00e95bddc1bff6ab94ca5
2023-01-09 10:39:19 -06:00
Henry Schimke
fb0b626635 cargo fmt 2023-01-05 11:32:23 -06:00
Henry Schimke
b69f23711c clippy --fix 2023-01-05 11:32:10 -06:00
Henry Schimke
b375e04160 move to OnceCell binarizer cache 2023-01-05 11:29:29 -06:00
Henry Schimke
65f7c4d01b update for shared state and improved performance 2023-01-02 16:38:05 -06:00
Henry Schimke
9ff68e6974 rename multi barcode methods to snake case 2022-12-31 13:15:30 -06:00
Henry Schimke
f59507ce2a add missing to_string methods in pdf417 2022-12-31 11:56:14 -06:00
Henry Schimke
4f93092656 more warnings clenaup 2022-12-31 11:02:28 -06:00
Henry Schimke
29a4040f2d cleanup more warnings and deprecated function use 2022-12-30 17:00:35 -06:00
Henry Schimke
b383d7b0d4 many warnings cleaned up 2022-12-30 16:19:45 -06:00
Henry Schimke
ed0dcefa79 all integrations pass 2022-12-29 17:58:42 -06:00
Henry Schimke
09f25bfacc fixed datamatrix detection (incorrect) in ean13 2 2022-12-29 17:33:45 -06:00