Commit graph

5 commits

Author SHA1 Message Date
nia
4131476966 libdmtx: Update to 0.7.5
Andreas Lang (1):
      added bugfix for monochrome output

Anthony Loiseau (1):
      Fixes dmtxDecodeMatrixRegion returning a freed pointer

Mike Laughton (6):
      Removed unnecessary directories
      Fixed Data Mosaic encoding bug
      Added explicit cast for strlen

Simon Wood (1):
      Add support for GS-1 encoding via the FCN1 character

Tim Zaman (2):
      Split out a function and added some more utilities
      Allows people to input their own array for decoding

Vadim A. Misbakh-Soloviov (13):
      dmtxdecode.c: fixed implicit declaration of function ‘snprintf’
      Headers update + whitespace stripping
      makefile: migrating ANSI C -> C99
      Fixed warnings
      Add reader-programming codeword (234). Not yet in use in code.
      DecodeSchemeASCII: unused codewords detection; fixes #5
      dmtxregion: possible use of unitialized "sign" variable
      EDIFACT: char-31 is forbidden too; fixes #9
2020-03-24 14:52:30 +00:00
bsiegert
9cbd5e8c17 libdmtx: fix maintainer email address 2019-10-12 09:13:15 +00:00
wiz
1f5a901c13 libdmtx: update HOMEPAGE 2018-02-25 16:09:19 +00:00
jperkin
38555e9199 libdmtx: Add missing buildlink3.mk, hopefully fixes bulk builds. 2018-02-02 13:17:57 +00:00
markd
0dfe4d99e3 libdmtx: Add version 0.7.4
libdmtx is a software library that enables programs to read and
write Data Matrix barcodes of the modern ECC200 variety. The
library runs natively on several platforms and can be accessed by
multiple languages using the libdmtx language wrappers. The
utility programs dmtxread and dmtxwrite also provide a command
line interface for libdmtx, and serve as a good reference for
developers writing their own libdmtx-enabled programs.
2018-02-01 18:38:11 +00:00