forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note: this is an intermediary release on the way to 2.0. This code is (supposed to be) API compatible (via the ReadBarcode.h interface) with v1.3.0 but contains quite a few additional deprecations. It still has SO number 1, which is as wrong as it was for release v1.3.0 and it is not ABI compatible with 1.3 either. 2.0 will be basically 1.4 but with all deprecated API removed and the final fix for #333. Main changes Reader support for Micro QRCode by @corbers prepared switch from std::wstring based utf16 to std::string based utf8 results, use new ZX_USE_UTF8 macro to transition to the upcoming 2.0 API much improved 'binary' data support via new Result::bytes() API, see #334 for a detailed background discussion. new Result::contentType() API returning information about the type of content (like text vs. binary, etc.) better standards conformance with respect to ECI handling, see Results::bytesECI() support for proper ECI handling across structured append symbols (see MergeStructuredAppendResults()) new Result::error() API with improved error handling, see also DecodeHints::returnErrors() removed all internal header files from the installed set, so only the ReadBarcode.h based APIs are supported from here on out removed all sample images from the 'source' distribution zip/tar balls (much reduced size) Minor changes lots of little bug fixes smaller per process runtime memory (thanks to @vkrause) clang-13 and gcc-13 compilation fixes ported Qt example code to Qt6 experimental multi-symbol detection support for DataMatrix when compiled with c++-20 python read_barcode returns None if no symbol was found fix error in multi-symbol detection of linear codes (sometimes reported 1 symbol as 2) new -bytes and -errors options in ZXingReader support tryRotate for PDF417 symbols
- Loading branch information
Showing
3 changed files
with
10 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2022/05/10 05:50:32 wiz Exp $ | ||
$NetBSD: distinfo,v 1.3 2022/07/14 13:23:34 wiz Exp $ | ||
|
||
BLAKE2s (zxing-cpp-1.3.0.tar.gz) = 15124d59cb561371425a4e567d971a368621a8404a6ad570f2937072ace9bf43 | ||
SHA512 (zxing-cpp-1.3.0.tar.gz) = 27821667dea3d09b91bf9825ff25483ed658d850fd238009f1c7e43b1b09e62d24b3a2cd78d4e39d29725931b32bfce3e21e7ec871830b3ad69a5a69c72d8de8 | ||
Size (zxing-cpp-1.3.0.tar.gz) = 97938087 bytes | ||
BLAKE2s (zxing-cpp-1.4.0.tar.gz) = e7719a2668dcc79935667eb28bf9b5abfc9eff4612034f11f69045352fad2bc3 | ||
SHA512 (zxing-cpp-1.4.0.tar.gz) = 05c5b9282f13b76fa0897b21e5b73cb7df0c52e62f1a2d9760fe774aa0378fde97f5f9896690b65b28b4b96ba6ad2703bed53ffaf9d3784636d29cbe860d4bad | ||
Size (zxing-cpp-1.4.0.tar.gz) = 1018225 bytes |