834 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 0ec987b982 fix: src/oned/rss/expanded/rss_expanded_image_2_result_test_case.rs test should not be run when client_support is disabled 2023-12-31 13:40:00 -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 5fac0353e6 Code tidy-up 2023-12-31 11:43:23 +00: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 2664094767 Modify the concentric finder to guard array bounds
A potential resolution to Issue #36. In some cases the array positions suggested by the corner_positions array may be out of bounds for the points array. To resolve this, guard against out of bounds checks. In other cases, where the positions are matched, guard against having the start position of a slice go beyond the end position of the slice.
2023-11-06 09:52:39 -06:00
Henry Schimke 62e49b376d clippy --fix suggestions 2023-10-28 11:11:30 -05:00
Henry Schimke d05240ec68 bump version 2023-10-28 11:04:19 -05:00
Henry Schimke 5ea03cc066 updated cargo fmt 2023-10-28 11:04:14 -05:00
Henry Schimke 4c9ec95d00 basic clippy fixes 2023-10-28 10:57:42 -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 e633b10802 cleanup maxicode detector a bit 2023-05-31 10:32:37 -05:00
Henry Schimke 00fcb50b10 clippy 2023-05-30 16:13:23 -05:00
Henry Schimke 2ef19d37df c++ 33ce0dd7ece806083a631add36b1735a5a600763 2023-05-30 16:12:15 -05:00
Henry Schimke 94a2e9f418 c++ 1169e84911a8fe19a8fe21fe87a96d4afc8bbae9 2023-05-30 16:12:01 -05:00
Henry Schimke 22cabc2975 ported changes from c++ f80a9b923a14827cc78bb96703676c14ac61c1ed 2023-05-30 16:11:42 -05:00
Henry Schimke 07c1f17766 add minimum rust version to documentation
Fixes #35
2023-05-16 08:26:04 -05:00
Henry Schimke eb97b628a9 fix performance issue in PatternView:
Previously converting from a `PatternView` to an array reference required an intermediary step, and the creation of a new array on the stack. The new implementation can pass a reference to the underyling data directly, without that intermediary allocation.
2023-05-13 11:03:07 -05:00
Henry Schimke 7428d5b793 update cli 2023-05-10 09:52:04 -05:00
Henry Schimke 09c23ba450 update to v0.4.6 2023-05-10 09:44:44 -05:00
Henry A SchimkeandGitHub 59cf1df51f Merge pull request #34 from agkyunromb/rotate_fix&pdf417_compact_fix
fix rotate issue & fix size of pdf417_compact
2023-05-10 09:40:22 -05:00
agkyunromb f9c3ee5d2c fix rotate issue & fix size of pdf417_compact 2023-05-10 14:47:25 +08:00
Henry A SchimkeandGitHub 58b33d44cb add online link 2023-05-04 15:52:05 -05:00
Henry Schimke 08b50efe69 update version 2023-05-04 15:01:28 -05:00
Henry Schimke 4a1873f84d fix for all optional features 2023-05-04 15:00:54 -05:00
Henry Schimke 3fc068f49b swap point_f and point functions 2023-05-04 14:50:32 -05:00
Henry Schimke 80f06ecb3c move maxicode detector to PointT 2023-05-04 14:40:59 -05:00
Henry Schimke b508698334 more generic point in result_point_util 2023-05-04 14:15:14 -05:00
Henry Schimke 326da6808a clippy fix 2023-05-04 13:53:57 -05:00
Henry Schimke 634722a806 cargo clippy --fix 2023-05-04 13:45:57 -05:00
Henry Schimke e8501c1b6e cargo --fix 2023-05-04 13:17:15 -05:00
Henry Schimke 592a4d694c move more to generic points 2023-05-04 13:16:44 -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 e0305549e3 update readme 2023-04-29 10:56:39 -05:00
Henry Schimke 78e7dcc040 update versions 2023-04-29 10:51:38 -05:00
Henry Schimke 508f5f14c5 code cleanup 2023-04-29 09:58:04 -05:00
Henry ef999a4eb0 clippy fix 2023-04-28 19:41:23 -05:00
Henry 2afc6be3dc cargo fix 2023-04-28 19:15:25 -05:00
Henry A SchimkeandGitHub 9a8df1931b Merge pull request #30 from rxing-core/port_cpp_qrcode
Port cpp qrcode
2023-04-28 18:14:42 -05:00
Henry Schimke 09555a1d70 all tests pass ready to merge 2023-04-28 17:23:50 -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