zint-barcode-generator/backend
gitlost 888b4b5684 ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were
also false positives so surround with ZSANITIZEM conditional
gif.c: some code fiddling (remove unnecessary braces)
output.c: out_colour_char_to_rgb: take unsigned char
general: some casts
2025-02-19 17:51:23 +00:00
..
fonts Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
tests general: cmake: add ZINT_SANITIZEM (clang -fsanitize=memory) option 2025-02-19 01:15:58 +00:00
tools iso4217: remove 191 (HRK), 694 (SLL), 931 (CUC); add 926 (VED) 2025-02-07 19:12:32 +00:00
2of5.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
2of5inter.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
2of5inter_based.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
auspost.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
aztec.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
aztec.h CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +00:00
bc412.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
big5.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
bmp.c ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were 2025-02-19 17:51:23 +00:00
bmp.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
channel.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
channel_precalcs.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
CMakeLists.txt general: cmake: add ZINT_SANITIZEM (clang -fsanitize=memory) option 2025-02-19 01:15:58 +00:00
codabar.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
codablock.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
code.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
code1.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
code1.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
code11.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
code16k.c CODE128: optimize for extended ASCII as well using techniques from 2024-11-18 05:08:52 +00:00
code49.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
code49.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
code128.c DPD: fix no terminating NUL (required by c128_cost()), regression 2025-02-16 00:53:29 +00:00
code128.h CODE128: optimize for extended ASCII as well using techniques from 2024-11-18 05:08:52 +00:00
code128_based.c DXFILMEDGE: suppress gcc warning -Wmaybe-uninitialized 2025-02-16 16:05:21 +00:00
common.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
common.h Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
composite.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
composite.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
DEVELOPER backend_tcl: add "win/readme.txt"; fiddle with "readme.txt" 2025-01-22 08:13:42 +00:00
dllversion.c backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
dmatrix.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
dmatrix.h GUI: fix foreground/background picker invocations (broken 2024-05-27 23:19:45 +01:00
dmatrix_trace.h Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
dotcode.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
dxfilmedge.c DXFILMEDGE: suppress gcc warning -Wmaybe-uninitialized 2025-02-16 16:05:21 +00:00
eci.c CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +00:00
eci.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
eci_sb.h GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
emf.c ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were 2025-02-19 17:51:23 +00:00
emf.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
filemem.c general: cmake: add ZINT_SANITIZEM (clang -fsanitize=memory) option 2025-02-19 01:15:58 +00:00
filemem.h CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +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 CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +00:00
general_field.h backend: non-functional code-fiddling: format codablock.c (clang-format 2022-09-13 21:16:31 +01:00
gif.c ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were 2025-02-19 17:51:23 +00:00
gridmtx.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
gridmtx.h backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
gs1.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
gs1.h Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
gs1_lint.h gs1: update to latest gs1-syntax-dictionary (new lint keyoff1()); 2025-01-31 21:20:43 +00:00
hanxin.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
hanxin.h CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +00:00
imail.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00: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: remove 191 (HRK), 694 (SLL), 931 (CUC); add 926 (VED) 2025-02-07 19:12:32 +00: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 Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
libzint.rc Bump to version 2.14.0.9 (dev) 2025-02-05 10:07:03 +00:00
mailmark.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
Makefile.mingw Bump to version 2.14.0.9 (dev) 2025-02-05 10:07:03 +00:00
maxicode.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
maxicode.h MAXICODE: add minimal encoding by Bue Jensen (BWIPP PR #279), 2024-11-25 09:22:37 +00:00
medical.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
output.c ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were 2025-02-19 17:51:23 +00:00
output.h ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were 2025-02-19 17:51:23 +00:00
pcx.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
pcx.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
pdf417.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
pdf417.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
pdf417_tabs.h gs1: New AIs 7041 (GSCN 23-272) (packagetype) and 716 (GSCN-24-157) 2024-09-18 03:40:45 +01:00
pdf417_trace.h Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
plessey.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
png.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
postal.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
ps.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
qr.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
qr.h CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +00:00
raster.c ZSANITIZEM: The 2 maybe issues due to -fsanitize=memory were 2025-02-19 17:51:23 +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 MAXICODE: add minimal encoding by Bue Jensen (BWIPP PR #279), 2024-11-25 09:22:37 +00: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 Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00: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 text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
telepen.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
tif.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
tif.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
tif_lzw.h CODE128: Add minimal encodation algorithm (non-extended ASCII only) 2024-09-07 12:44:16 +01:00
ultra.c general: reenable -Wpedantic for gcc by using __extension__ (ZEXT) 2025-01-27 11:03:33 +00:00
upcean.c Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
vector.c general: cmake: add ZINT_SANITIZEM (clang -fsanitize=memory) option 2025-02-19 01:15:58 +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 Add text_length (length of text) to zint_symbol, and new 2025-02-15 20:32:55 +00:00
zintconfig.h Bump to version 2.14.0.9 (dev) 2025-02-05 10:07:03 +00:00