Skip to content

Commit

Permalink
zint: update git submodule to the latest HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Sep 17, 2024
1 parent c09668e commit 10a6762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zint
Submodule zint updated 99 files
+26 −57 CMakeLists.txt
+16 −0 ChangeLog
+5 −5 README.clang-tidy
+1 −1 README.macos
+1 −1 README.windows
+0 −273 SetPaths.cmake
+4 −4 backend/2of5.c
+9 −4 backend/CMakeLists.txt
+2 −2 backend/auspost.c
+53 −64 backend/aztec.c
+43 −37 backend/aztec.h
+12 −8 backend/bmp.h
+30 −30 backend/code.c
+13 −13 backend/code1.c
+59 −30 backend/code1.h
+367 −541 backend/code128.c
+1 −13 backend/code128.h
+226 −12 backend/code16k.c
+2 −2 backend/code49.c
+6 −5 backend/common.c
+102 −101 backend/common.h
+39 −40 backend/composite.c
+14 −14 backend/composite.h
+21 −26 backend/dmatrix.c
+176 −163 backend/dmatrix.h
+5 −5 backend/dotcode.c
+3 −3 backend/eci.h
+1 −1 backend/emf.c
+31 −27 backend/emf.h
+8 −0 backend/filemem.h
+6 −6 backend/general_field.c
+5 −5 backend/gif.c
+2 −2 backend/gridmtx.c
+279 −111 backend/gs1.c
+258 −143 backend/gs1_lint.h
+2 −2 backend/hanxin.c
+11 −10 backend/imail.c
+2 −2 backend/iso4217.h
+181 −337 backend/library.c
+2 −2 backend/mailmark.c
+9 −0 backend/output.h
+10 −6 backend/pcx.h
+3 −3 backend/pdf417.c
+8 −0 backend/pdf417.h
+8 −0 backend/pdf417_tabs.h
+2 −2 backend/plessey.c
+6 −7 backend/ps.c
+7 −11 backend/qr.c
+160 −131 backend/qr.h
+3 −3 backend/raster.c
+58 −52 backend/rss.c
+76 −76 backend/rss.h
+ backend/tests/data/emf/upu_s10_cmyk_nobg.emf
+1 −1 backend/tests/test_aztec.c
+266 −166 backend/tests/test_code128.c
+18 −15 backend/tests/test_composite.c
+5 −5 backend/tests/test_dmatrix.c
+1,536 −1,435 backend/tests/test_gs1.c
+7 −6 backend/tests/test_iso4217.c
+1 −1 backend/tests/test_large.c
+367 −57 backend/tests/test_library.c
+4 −1 backend/tests/test_png.c
+6 −1 backend/tests/test_print.c
+32 −9 backend/tests/test_qr.c
+61 −47 backend/tests/testcommon.c
+5 −6 backend/tests/testcommon.h
+ backend/tests/tools/bwipp_dump.ps.tar.xz
+4 −1 backend/tests/tools/run_bwipp_tests.sh
+4 −1 backend/tests/tools/run_zxingcpp_tests.sh
+1 −1 backend/tif.c
+10 −6 backend/tif.h
+9 −1 backend/tif_lzw.h
+15 −12 backend/tools/gen_gs1_lint.php
+5 −4 backend/tools/gen_iso4217_h.php
+5 −3 backend/tools/gen_pwr928_table.php
+13 −13 backend/ultra.c
+7 −13 backend/vector.c
+3 −3 backend/zint.h
+2 −2 backend_qt/CMakeLists.txt
+4 −4 backend_qt/qzint.cpp
+2 −2 backend_qt/qzint.h
+2 −2 backend_qt/tests/test_qzint.cpp
+7 −1 cmake/zint_add_test.cmake
+6 −6 docs/README
+698 −687 docs/manual.html
+24 −13 docs/manual.pmd
+30 −20 docs/manual.txt
+1 −1 docs/templates/styles.html
+10 −8 docs/zint.1
+7 −6 docs/zint.1.pmd
+3 −5 frontend/CMakeLists.txt
+24 −32 frontend/main.c
+21 −15 frontend/tests/test_args.c
+2 −2 frontend_qt/CMakeLists.txt
+4 −3 frontend_qt/grpC128.ui
+2 −1 frontend_qt/mainWindow.ui
+9 −3 frontend_qt/mainwindow.cpp
+2 −1 getopt/getopt.c
+2 −1 getopt/getopt.h

0 comments on commit 10a6762

Please sign in to comment.