Commit Graph
795 Commits
Author SHA1 Message Date
Henry Schimke dabb8a9d08 Merge branch 'dx_film_edge_read_support' of github.com:rxing-core/rxing into dx_film_edge_read_support 2024-01-16 14:25:27 -06:00
Henry Schimke 5892f92e72 wip: add dxo edge barcode (inop) 2024-01-16 14:25:18 -06:00
Henry A SchimkeandGitHub 12eedd1672 Merge pull request #43 from rxing-core/rmqr_port
rMQR port from zxing-cpp
2024-01-16 13:04:43 -06:00
Henry Schimke 9261c40f31 fix: include cfg directive for new test case 2024-01-16 12:46:18 -06:00
Henry Schimke fe9e997e11 Merge branch 'rmqr_port' of github.com:rxing-core/rxing into rmqr_port 2024-01-16 12:42:58 -06:00
Henry Schimke 6edd1f03ce chore: clippy fixes 2024-01-16 12:42:46 -06:00
Henry Schimke 595c51a9d1 port: QRCode: fix crash reported in cpp issue 700
https://github.com/zxing-cpp/zxing-cpp/commit/d1c34452b0a0a9a4936666e969c88f774f399c78
2024-01-16 12:42:46 -06:00
Henry Schimke 4139d83bfb chore: clippy cleanup 2024-01-16 12:42:46 -06:00
Henry Schimke 7f02bd0725 port: rMQR: improve detection rate by using finder sub pattern
https://github.com/zxing-cpp/zxing-cpp/commit/677fc21c7d6f9e43e6e1852ab801d16e27d4c563
2024-01-16 12:42:46 -06:00
Henry Schimke 9aebf3acaf port: rMQR: improve pure detection of large symbols
https://github.com/zxing-cpp/zxing-cpp/commit/c581d8b0bbbe5862f72eda07ecb50fed5cc6bb83
2024-01-16 12:42:46 -06:00
Henry Schimke 6faf506398 chore: cargo fmt 2024-01-16 12:42:46 -06:00
Henry Schimke c9e10ea9ca chore: clippy cleanup 2024-01-16 12:42:46 -06:00
Henry Schimke 42e2910f62 port: QRCode: restructure Format and Version code after rRMQ addition
https://github.com/zxing-cpp/zxing-cpp/commit/f27106c78c78287bf74d22958c83a09da6986e92
2024-01-16 12:42:46 -06:00
Henry Schimke f4d9766275 chore: clippy cleanup 2024-01-16 12:42:46 -06:00
Henry Schimke 7d6a3ced04 chore: convert bitwise is_odd check to is_odd() 2024-01-16 12:42:46 -06:00
Henry Schimke d31da2f858 feat: initial port for Rectangular Micro QR
This is the intial port for rMQR support. Directly ported from https://github.com/zxing-cpp/zxing-cpp/commit/7a294f2f3c8c31b8b5c9c62a03bceb9af11dea6f#diff-5d6a0ddd024f3102876492f502a41becde594de81f46d942b87b64cbfdc1985b

subsequent improvements will be incorporated in future patches.
2024-01-16 12:42:46 -06:00
Henry Schimke cf47d8a826 perf: QRCode: skip extra version check
ported from: https://github.com/zxing-cpp/zxing-cpp/commit/ac88bce74311fdbf376faf0bc88e90d0990d048a

The version bits have already been parsed during detection. If they would
have been wrong then, we would not have ended up here. If we did, there is
no point in reading them again.
2024-01-16 12:42:46 -06:00
Henry Schimke 37bde9b259 chore: clippy cleanups 2024-01-16 12:42:46 -06:00
Henry Schimke deb2de709b port: migrate to new cpp Version / FormatInformation 2024-01-16 12:42:46 -06:00
Henry Schimke eea448ae94 feat: ported qr-model1 support from zxing-cpp 2024-01-16 12:42:46 -06:00
Henry A SchimkeandGitHub d2b3bf6c1e Merge pull request #42 from SamWilsn/feature-fixes
Set `default-features = false` for image dependency
2024-01-16 12:41:38 -06:00
Henry Schimke b4b55ebb66 wip: add dxo edge barcode (inop) 2024-01-16 12:25:44 -06:00
Henry Schimke b7ea06b0a5 chore: clippy fixes 2024-01-14 17:31:28 -06:00
Henry Schimke 1ed9adbb26 port: QRCode: fix crash reported in cpp issue 700
https://github.com/zxing-cpp/zxing-cpp/commit/d1c34452b0a0a9a4936666e969c88f774f399c78
2024-01-14 17:28:00 -06:00
Henry Schimke 4136a310aa chore: clippy cleanup 2024-01-14 17:16:10 -06:00
Henry Schimke 30f9ed8976 port: rMQR: improve detection rate by using finder sub pattern
https://github.com/zxing-cpp/zxing-cpp/commit/677fc21c7d6f9e43e6e1852ab801d16e27d4c563
2024-01-14 17:14:55 -06:00
Henry Schimke 1a9cc55d80 port: rMQR: improve pure detection of large symbols
https://github.com/zxing-cpp/zxing-cpp/commit/c581d8b0bbbe5862f72eda07ecb50fed5cc6bb83
2024-01-14 09:48:22 -06:00
Henry Schimke 3d07788f2b chore: cargo fmt 2024-01-13 18:12:23 -06:00
Henry Schimke d87ebc5f73 chore: clippy cleanup 2024-01-13 18:11:55 -06:00
Henry Schimke c7422198d6 port: QRCode: restructure Format and Version code after rRMQ addition
https://github.com/zxing-cpp/zxing-cpp/commit/f27106c78c78287bf74d22958c83a09da6986e92
2024-01-13 15:20:15 -06:00
Henry Schimke 6a06762fd8 chore: clippy cleanup 2024-01-13 14:02:02 -06:00
Henry Schimke 693d1c25e4 chore: convert bitwise is_odd check to is_odd() 2024-01-13 13:56:43 -06:00
Henry Schimke 86689a87d9 feat: initial port for Rectangular Micro QR
This is the intial port for rMQR support. Directly ported from https://github.com/zxing-cpp/zxing-cpp/commit/7a294f2f3c8c31b8b5c9c62a03bceb9af11dea6f#diff-5d6a0ddd024f3102876492f502a41becde594de81f46d942b87b64cbfdc1985b

subsequent improvements will be incorporated in future patches.
2024-01-13 13:48:13 -06:00
Henry Schimke 415001f622 perf: QRCode: skip extra version check
ported from: https://github.com/zxing-cpp/zxing-cpp/commit/ac88bce74311fdbf376faf0bc88e90d0990d048a

The version bits have already been parsed during detection. If they would
have been wrong then, we would not have ended up here. If we did, there is
no point in reading them again.
2024-01-11 17:39:27 -06:00
Henry Schimke 5e50394ba6 chore: clippy cleanups 2024-01-11 17:35:23 -06:00
Henry Schimke d93a515f2b port: migrate to new cpp Version / FormatInformation 2024-01-11 17:28:46 -06:00
Henry Schimke 4ed49e10ff feat: ported qr-model1 support from zxing-cpp 2024-01-11 12:53:04 -06:00
Sam Wilson 169f2f6073 Allow disabling image features 2024-01-11 12:38:01 -05:00
Sam Wilson 7cb00fafd1 Test --no-default-features in CI 2024-01-11 00:32:16 -05:00
Sam Wilson bef115af81 Gate tests based on feature macros 2024-01-11 00:30:42 -05:00
Henry Schimke 087124f24a fix: update macro formatting 2024-01-05 15:46:56 -06:00
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 9c9aab7b90 perf: move regex compilation to Lazy init 2024-01-04 13:07:51 -06:00
Henry Schimke 6836fdb180 chore: more clippy fixes 2024-01-04 12:34:40 -06:00
Henry Schimke d068c19fb8 chore: cleanup some clippy errors 2024-01-04 12:26:47 -06:00
Henry Schimke 718b737877 fix: remove manual hex parsing in ResultParser 2024-01-04 12:16:15 -06:00
Henry Schimke 70d82863ef chore: update deps for one-d 2024-01-04 11:33:47 -06:00
Henry Schimke a70e9c5e0f chore: remove comments 2024-01-04 11:28:42 -06:00
Henry Schimke d98c5ca596 fix: remove unecessary arrayContains function frome coda_bar_reader and writer 2024-01-04 11:23:23 -06:00