zint/backend
gitlost ab3cf4f395 eci.c: replace libiconv-adapted code with own implementations so
as to fully comply with BSD license (for why Library GPL 2+ not
  compatible see https://opensource.stackexchange.com/a/6701),
  ~3% slower (maybe), +~6K extra in data
  (gb18030.c, gb2313.c & sjis.c removed, mapping .TXT files moved
  to backend/tools/data & extra ones added, 2 new PHP generators)
GUI: CODE39/EXCODE39: show/hide HIBC check digit option in addition
  to enable/disable (less confusing)
CLI: batch: pedantic check for EOF using intChar in newline fgetc()
  loop
test_args.c: don't use WIFEXITED(), WEXITSTATUS() on Windows
manual: lessen some copy/paste verbiage by referring back, other
  small tweaks/typos
2022-06-02 20:32:25 +01:00
..
fonts raster: fix text not scaling for half_int_scaling; UPCEAN font 2020-09-13 13:37:15 +01:00
tests eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
tools eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
2of5.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
auspost.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
aztec.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
aztec.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
big5.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
bmp.c CMakeLists.txt: cmake min required 3.13 -> 3.5 using CMAKE_REQUIRED_LIBRARIES; add ZINT_COVERAGE option 2021-07-26 15:29:05 +01:00
bmp.h raster.c: need ceilf(large_bar_height * si) to avoid zero height rows; 2021-09-26 23:55:16 +01:00
channel_precalcs.h Add Structured Append support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2021-09-28 21:42:44 +01:00
CMakeLists.txt eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
codablock.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
code1.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
code1.h Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
code16k.c GUI: add CLI equivalent dialog (#163); use spinboxes in Sequence dialog 2021-11-23 19:12:48 +00:00
code49.c Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
code49.h Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
code128.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
code128.h Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
code.c PDF417: fix cols/rows calculation to require multiple <= 928 codewords; 2021-10-30 22:00:31 +01:00
common.c GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt 2022-05-19 10:17:51 +01:00
common.h GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt 2022-05-19 10:17:51 +01:00
composite.c Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
composite.h PDF417/raster: performance large data; common.h inline, module_colour_is_set(); #209 2020-11-01 18:32:55 +00:00
DEVELOPER Update version to 2.6.1 2017-08-27 09:31:02 +01:00
dllversion.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
dmatrix_trace.h Add missing dmatrix_trace.h ([b36fba]) 2022-01-01 15:20:30 +00:00
dmatrix.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
dmatrix.h DATAMATRIX: new algorithm for (near-)minimal encoding, props Alex Geller 2021-12-18 16:22:02 +00:00
dotcode.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
eci_sb.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
eci.c eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
eci.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
emf.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
emf.h Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
font.h Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
gb2312.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
gb18030.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
gbk.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
general_field.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
general_field.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
gif.c - raster.c: Need ceilf(symbol->height * si) to avoid heap-buffer-overflow; 2021-09-20 14:56:27 +01:00
gridmtx.c eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
gridmtx.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
gs1_lint.h gs1_lint.h: update to latest gs1-format-spec.txt, new AI 715 2022-02-10 22:18:35 +00:00
gs1.c PDF417: fix cols/rows calculation to require multiple <= 928 codewords; 2021-10-30 22:00:31 +01:00
gs1.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
hanxin.c eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
hanxin.h CLI/Tcl: fix version check (need <= 999 for DAFT permille) 2022-05-12 20:35:06 +01:00
imail.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
iso3166.h gs1_verify: validate AIs from BWIPP gs1-format-spec.txt 2021-01-18 20:10:52 +00:00
iso4217.h gs1_verify: validate AIs from BWIPP gs1-format-spec.txt 2021-01-18 20:10:52 +00:00
ksx1001.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
large.c clang-tidy-14: suppress some further warnings using asserts (removed remaining NOLINT) 2022-04-02 10:43:45 +01:00
large.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
library.c GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt 2022-05-19 10:17:51 +01:00
libzint.rc Bump version to 2.11.0.9 (dev) 2022-05-24 21:52:02 +01:00
LICENSE license changed with permission of original copyright holders (see mailing list for details) 2013-05-16 19:26:22 +02:00
mailmark.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
Makefile.mingw Bump version to 2.11.0.9 (dev) 2022-05-24 21:52:02 +01:00
maxicode.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
maxicode.h Make data types for tables consistent across symbologies 2017-08-09 09:13:37 +01:00
medical.c CLI/Tcl: fix version check (need <= 999 for DAFT permille) 2022-05-12 20:35:06 +01:00
ms_stdint.h Remove spaces before EOL 2017-10-25 17:23:57 +01:00
output.c CLI/Tcl: fix version check (need <= 999 for DAFT permille) 2022-05-12 20:35:06 +01:00
output.h raster.c: fix possible blank rows appearing in CODE16K, CODE49, PHARMA_TWO, 2021-11-07 00:21:02 +00:00
pcx.c CMakeLists.txt: cmake min required 3.13 -> 3.5 using CMAKE_REQUIRED_LIBRARIES; add ZINT_COVERAGE option 2021-07-26 15:29:05 +01:00
pcx.h Remove spaces before EOL 2017-10-25 17:23:57 +01:00
pdf417_tabs.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
pdf417.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
pdf417.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
plessey.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
png.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
postal.c FIM: add support for FIM E; update bwipp_dump.ps 2022-01-02 23:22:22 +00:00
ps.c vector: Add width to struct zint_vector_circle & use for MaxiCode bullseye 2021-08-22 13:59:01 +01:00
qr.c eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
qr.h Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
raster.c Matrix symbols: change horizontal boundary bars to appear outside any 2022-01-01 15:24:59 +00:00
reedsol_logs.h Add Structured Append support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2021-09-28 21:42:44 +01:00
reedsol.c TELEPEN: fix stop length (14 -> 12) 2021-11-11 13:30:58 +00:00
reedsol.h TELEPEN: fix stop length (14 -> 12) 2021-11-11 13:30:58 +00:00
rss.c Add support for ZXing-C++ verification (zxingcppdecoder) 2021-12-08 18:12:20 +00:00
rss.h rss.c: some fixes for separators, allow check digit, refactoring; bwipp_dump.ps 2020-07-10 19:39:32 +01:00
sjis.h eci.c: replace libiconv-adapted code with own implementations so 2022-06-02 20:32:25 +01:00
stdint_msvc.h Remove spaces before EOL 2017-10-25 17:23:57 +01:00
svg.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
telepen.c TELEPEN: fix stop length (14 -> 12) 2021-11-11 13:30:58 +00:00
tif_lzw.h raster.c: need ceilf(large_bar_height * si) to avoid zero height rows; 2021-09-26 23:55:16 +01:00
tif.c PDF417: fix cols/rows calculation to require multiple <= 928 codewords; 2021-10-30 22:00:31 +01:00
tif.h tif.c: Use palette/bilevel/LZW to reduce file size, alpha/CMYK support 2021-03-19 13:09:21 +00:00
ultra.c Add multiple segments support for AZTEC, CODEONE, DATAMATRIX, DOTCODE, 2022-05-09 19:50:50 +01:00
upcean.c Performance improvements for linear encoding and raster output 2021-10-20 23:05:30 +01:00
vector.c Matrix symbols: change horizontal boundary bars to appear outside any 2022-01-01 15:24:59 +00:00
zfiletypes.h Add GS1PARENS_MODE (input_mode) to allow inputting GS1 AIs in parentheses 2021-05-15 12:23:46 +01:00
zint.h GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt 2022-05-19 10:17:51 +01:00
zintconfig.h Bump version to 2.11.0.9 (dev) 2022-05-24 21:52:02 +01:00
zintconfig.h.in backend/CMakeLists.txt: output dir for zintconfig.h, props Andre Maute (#238); copyright/guard 2021-07-12 16:57:32 +01:00