Skip to content

Releases: zxing-cpp/zxing-cpp

v1.0.7

22 Sep 00:17
eaeeda8
Compare
Choose a tag to compare
  • Bug fixes from upstream XZing project
  • Many performance improvements for 1D readers
  • More meta-data exported when reading specific format
  • Minor bug fixes and improvements for corner cases

v1.0.6: Fixes #78 Add configuration for build with appveyor + bump version to…

09 Jul 19:02
Compare
Choose a tag to compare
  • Add Python binding
  • Add more options to BarcodeReader for WinRT

v1.0.5

16 May 18:54
611d7f4
Compare
Choose a tag to compare
  • Fix build errors with Visual Studio 2019
  • Export correctly code count for structured append QR Code

Few bug fixes and improvements

05 Mar 15:20
62d78a3
Compare
Choose a tag to compare
  • Fix interleaved 2 of 5 with bearer bar not recognized
  • Fix build issue with GCC on Linux
  • Add version defines

Support for wasm + few bug fixes

15 Jan 14:51
Compare
Choose a tag to compare
  • Add CMake file for building as WebAssembly module
  • UBSAN: fix div-by-zero
  • Fix a DataMatrix encoder with wrong encoding
  • ODCode93Writer: fix bug in error message assembly

v1.0.2

16 Dec 15:05
Compare
Choose a tag to compare

Fix issue with floating point precision in release build with gcc; Fix a potential bug in QRCode decoder

v1.0.1: Continue in codeset A when character encoded single number or FNC1-4 …

07 Dec 04:18
Compare
Choose a tag to compare

Merge latest bug fixes and improvements from upstream ZXing project

v1.0.0: DMDetector: fix (yet another) endless loop case

29 Nov 03:07
Compare
Choose a tag to compare
The existing check for a drifted trace line was at the wrong spot. Perform the check before each projection. This is slightly less performant but therefore correct.