zint-barcode-generator/backend
gitlost 7246d67175 gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing
`iso3166list` linter and adjusting all others to allow for
  multiple optional linters (by checking `data_len` vs `offset`)
library: change invalid `input_mode` reset to return warning;
  split func table into 2 - func declarations without prototype
  will be error in C23;
  make invalid symbology check a separate function using a table
  and call near beginning of `ZBarcode_Encode_Segs()`;
  in `ZBarcode_BarcodeName()` save some bytes by simplifying
  name table and removing "BARCODE_" prefix from entries
output: fix pack logic to use pragma by default (actually more
  portable than `__attribute__`)
common.h: remove C99 detection which was artifice of specifying
  "-std=", and rejig layout to be more logical
BWIPP: update to latest version
general: change `ZINT_VERSION_BUILD` tests to `#if`s
general: further fiddling with some tables to save a few bytes
CLI: change function arg `optarg` -> `arg` so doesn't shadow
  global
general: library now compilable with Comp Cert C (though as it
  doesn't support `alloca()` will have multiple memory leaks)
2024-06-27 23:00:13 +01:00
..
fonts Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
tests gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
tools gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
2of5.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
auspost.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
aztec.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
aztec.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
bc412.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
big5.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
bmp.c - BMP/EMF/PCX/TIF: fix endianness on big-endian machines (note TIF 2024-01-17 01:45:45 +00:00
bmp.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
channel_precalcs.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
CMakeLists.txt CMake: use "GNUInstallDirs" instead of old (2008) KDE 2024-06-21 15:18:00 +01:00
codablock.c EANX_CC/UPCA_CC: fix crash in dbar_date() on not checking length 2023-11-27 12:55:53 +00:00
code.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code1.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code1.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code16k.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code49.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
code49.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
code128.c QRCODE: check fopen() return in ZINTLOG debugging code 2024-02-27 13:36:13 +00:00
code128.h zint.h: increase symbol->text size 160 -> 200; 2023-11-19 19:39:54 +00:00
common.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
common.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
composite.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
composite.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
DEVELOPER manual: Deutshe -> Deutsche (#266) 2022-08-05 23:51:24 +01:00
dllversion.c backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
dmatrix.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
dmatrix.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
dmatrix_trace.h - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
dotcode.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
eci.c As get_best_eci() can no longer return 0 remove caller checks 2024-03-05 22:09:05 +00:00
eci.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
eci_sb.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
emf.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
emf.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
filemem.c output: use doubles when converting in out_colour_get_rgb() 2024-01-19 09:28:03 +00:00
filemem.h output: use doubles when converting in out_colour_get_rgb() 2024-01-19 09:28:03 +00:00
gb2312.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
gb18030.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
gbk.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
general_field.c GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
general_field.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
gif.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
gridmtx.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
gridmtx.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
gs1.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
gs1.h UPU_S10/GS1: properly expose iso3166_alpha2(); add UPU_S10 to tcl 2022-12-09 15:56:13 +00:00
gs1_lint.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
hanxin.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
hanxin.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
imail.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
iso3166.h UPU_S10/GS1: properly expose iso3166_alpha2(); add UPU_S10 to tcl 2022-12-09 15:56:13 +00:00
iso4217.h iso4217: new ISO 4217 currency code 924 for ZWG (amendment no. 177) 2024-06-21 16:31:19 +01:00
ksx1001.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
large.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
large.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
library.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
libzint.rc GUI/manual/man page: bump year 2023 -> 2024 2024-01-01 13:26:49 +00:00
mailmark.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
Makefile.mingw Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
maxicode.c EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
maxicode.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
medical.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
output.c output: out_fopen() fix _WIN32 def check (ticket #313, props 2024-03-05 22:15:00 +00:00
output.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
pcx.c - BMP/EMF/PCX/TIF: fix endianness on big-endian machines (note TIF 2024-01-17 01:45:45 +00:00
pcx.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
pdf417.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
pdf417.h Add fuzz stuff ("backend/tests/fuzz"), including OSS-Fuzz 2024-01-04 20:11:04 +00:00
pdf417_tabs.h - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
pdf417_trace.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
plessey.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
png.c Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
postal.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
ps.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
qr.c gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
qr.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
raster.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
raster_font.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
reedsol.c backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
reedsol.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
reedsol_logs.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
rss.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
rss.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
sjis.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
svg.c Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
telepen.c CODE11/C25XXX/CODE39/EXCODE39/HIBC_39/CODE93/CODABAR/PLESSEY/ 2023-11-22 00:45:30 +00:00
tif.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
tif.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
tif_lzw.h Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
ultra.c GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
upcean.c general: use explicit float consts rather than calced ones 2024-01-09 18:38:21 +00:00
vector.c Add BARCODE_MEMORY_FILE to symbol->output_options to allow 2023-12-27 19:20:19 +00:00
zfiletypes.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
zint.h gs1/gs1_lint: update to latest gs1-syntax-dictionary, removing 2024-06-27 23:00:13 +01:00
zintconfig.h Bump version to 2.13.0.9 (dev) 2023-12-18 10:28:14 +00:00