Revisions of zxing-cpp

buildservice-autocommit accepted request 1130018 from Adam Majer's avatar Adam Majer (adamm) (revision 36)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 1130017 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 35)
- Add back %{optflags} in c++ flags
  This was unintentionally disabled when c++17 was forced
buildservice-autocommit accepted request 1116429 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1115985 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 33)
- Update to 2.1.0:
  * Considerable performance improvements in linear symbol detection (up to 2x speedup in select use cases of ReadBarcodes)
  * QRCode: major improvement in detection of high version symbols (see e.g. here)
  * DMDetector: reduce runtime overhead of c++-20 builds 
  * Refactor Python wrapper so the sdist includes the core library code 
  * wasm wrapper: add function to reader to scan multiple barcode 
  * Added a C wrapper
  * Python: improve error reporting
  * DMDetector: fix potential dead-lock
  * DMDecoder: support 144x144 symbols in legacy and compliant variants
- Remove the %check section since we are not building the tests.
buildservice-autocommit accepted request 1103217 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 32)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1103183 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 31)
Clean up and fix build on SLE15SP5
buildservice-autocommit accepted request 1082701 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 30)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1082699 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 29)
- Drop support for building on SLE12.
buildservice-autocommit accepted request 1061072 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 28)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 1061067 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 27)
- Update to version 2.0.0:
  * Switch to UTF8 based API and remove deprecated UTF16 one
    (Result::text())
  * Remove all API deprecated in 1.4
  * Adding a wrapper for iOS
  * New Aztec detector implementation to support arbitrary rotation
    and position of the symbol
  * Support multi-symbol detection in Aztec detector
  * Replace all Qt originated ECI/CharacterSet conversion code with
    a new implementation
  * Require c++17 to build library and client code
  * New DecodeHints::textMode() and Result::text(TextMode) API to
    specify how bytes are rendered into text
  * HRI (human readable interpretation) is the new default for the
    TextMode (has been for most cases before, but not all)
  * New DecodeHits::tryInvert() feature to test for inverted
    symbols (white on black background)
- Changes from version 1.4.0:
  * 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.
  * 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)
  * Python read_barcode returns None if no symbol was found (might
    break existing code if not checked for None before)
- Changes from version 1.3.0:
  * Multi-barcode reading with the new std::vector<Result>
    ReadBardcodes(...) function. Does not work for Aztec,
    DataMatrix and Maxicode, yet.
  * Multi-resolution scanning that can automatically downscale the
    input to substantially increase the detection rate on high
    resolution scans, see DecodeHints::tryDownscale, currently only
    enabled in the ReadBardcodes function
  * New Result::symbologyIdentifier property
  * Updated and improved android wrapper
- Drop patches fixed upstream:
  * 269.patch
  * 0001-test-update-to-libfmt-v9.0.0.patch
  * cmake-check-system-first.patch
- Bump sover to 3 following upstream changes.
buildservice-autocommit accepted request 1004902 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1004900 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 25)
Revert to 1.2.0. Newer versions are pre-2.0 with ABI / API changes. It breaks libreoffice.
Add fmt 9 compatibility patch.
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 940516 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 23)
- Update stb_image/stb_image_write to include the fixes for
  the following CVEs:
  CVE-2021-28021, bsc#1191743
  CVE-2021-42715, bsc#1191942
  CVE-2021-42716, bsc#1191944
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 940262 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 22)
- Update stb_image/stb_image_write to fix various CVEs
  * 269.patch
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 929661 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 21)
- Do not build examples to avoid a cycle with QT5Multimedia

Please forward the request to Factory if it gets accepted. Thank you.
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 929043 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 20)
- Use the updated cmake3-full package instead of cmake on SLE12
- Do not build examples on SLE12
- Only build blackbox tests on TW
Adam Majer's avatar Adam Majer (adamm) accepted request 903142 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 19)
- Update to 1.2.0
buildservice-autocommit accepted request 870543 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 870409 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 17)
- Update to 1.1.1. No changelog available.
- Drop fix-pkg-config-file.patch. Merged upstream
- Add 0001-Fix-build-with-GCC-11.patch to fix GCC 11 build
  issues (boo#1181915)
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by