openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Z
Zint Barcode Generator
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Nov 15, 2024 — Nov 15, 2025
Showing page 4 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump to version 2.15.0.9 (dev)
gitlost
More...
9 months ago
Version 2.15.0 To be released tomorrow 2025-02-25
gitlost
More...
9 months ago
CODE39/PLESSEY/POSTNET/PLANET/TELEPEN: suppress MSVC6 warning C4761 (`hrt_cat_chr_nochk(`))
gitlost
More...
9 months ago
CODABLOCKF: suppress clang-tidy-20 warning clang-analyzer-core.UndefinedBinaryOperatorResult
gitlost
More...
9 months ago
Temporarily disable `BARCODE_RAW_TEXT` prior to 2.15.0 release, as it's not stable yet. `text_length` is kept.
gitlost
More...
9 months ago
general: suppress some CodeQL warnings CODABLOCKF: tidy some comments
gitlost
More...
9 months ago
CODE128: ***2.14.0 regression fix*** set C1 start latch lengths to max (was 0) to prevent C1 being selected initially - was causing StartC to be omitted, e.g. for "12é"
gitlost
More...
9 months ago
general: improve some wrong length error messages
gitlost
More...
9 months ago
upcean: BARCODE_RAW_TEST: need "+" separator for add-ons, else can't differentiate between EAN-13 and EAN-8 + EAN-5 cli: append "Ital. Pharma" to Code 32 description dxfilmedge: code fiddle
gitlost
More...
9 months ago
Rename `BARCODE_PLAIN_HRT` -> `BARCODE_RAW_TEXT` and add warning `ZINT_WARN_HRT_RAW_TEXT` if set when outputting HRT (ZXing-C++ issue 883, props Axel Waggershauser) README: Pharmacode -> One-Track, Pharmacode 2-trace -> Two-Track
gitlost
More...
9 months ago
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
gitlost
More...
9 months ago
general: cmake: add ZINT_SANITIZEM (clang -fsanitize=memory) option and suppress errors in lib and backend tests (pretty sure they're nearly all false positives apart from maybe 2 non-initializations in "gif.c" (`pOut` buffer) and "raster.c" (`rotated_pixbuf`) github: install de_DE.UTF-8 locale in ubuntu-debug also
gitlost
More...
9 months ago
DXFILMEDGE: suppress gcc warning -Wmaybe-uninitialized CMakeFile: don't disable -fno-var-tracking-assignments for gcc github: try installing de_DE.UTF-8 locale (for test_filemem)
gitlost
More...
9 months ago
DPD: fix no terminating NUL (required by `c128_cost()`), regression introduced by last commit [fef8b0], and only picked up in a fairly random test on the mac build :(
gitlost
More...
9 months ago
Add `text_length` (length of `text`) to `zint_symbol`, and new `BARCODE_PLAIN_HRT` option for `output_options` - for use primarily by ZXing-C++ but may be generally useful; centralize setting of HRT using new common `hrt_cpy_nochk()` etc. routines to ensure `text_length` always set PLESSEY: add show default check characters option CODE32: ignore `option_2` (check digit options) PZN: ignore `option_2` (check digit options) except when indicates PZN7 only DPD: exclude DEL from ident tag also out_maybe_mkdir: fix `utf8_to_wide()` return (Windows only) general: replace use of `strcpy()` etc. (except for test suite) with `memcpy()`, `hrt_()` etc. in lib & `cpy_str()` etc. in CLI & `cpy_bytearray_left()` in backend_qt clang-tidy: update README reflecting above backend_tcl: use sizeof(primary) to check length; tabs -> spaces general: various code fiddling docs: pandoc 3.6.2 -> 3.6.3
gitlost
More...
9 months ago
iso4217: remove 191 (HRK), 694 (SLL), 931 (CUC); add 926 (VED)
gitlost
More...
9 months ago
man page: fix Code 93 `--vers=1` hide -> show default check digits
gitlost
More...
9 months ago
Bump to version 2.14.0.9 (dev)
gitlost
More...
9 months ago
run_zxingcpp_tests.sh: remove defunct `best_supported_set` (maxicode) testcommon: comment BUILD_EXAMPLE_DECODER -> ZXING_EXAMPLE_DECODER
gitlost
More...
9 months ago
manual: update other GUI images (no real change)
gitlost
More...
9 months ago
manual: update GUI images
gitlost
More...
9 months ago
Allow tcl demo to load zint from parent or neighbour foulder by default
Harald Oehlmann
More...
9 months ago
Version 2.14.0 To be released tomorrow 2025-02-05
gitlost
More...
9 months ago
GUI: suppress shadow var warning (macOS); update year zint.h: update year man: mention no HRT for raster scale < 1 README.bsd: NetBSD 10.0 -> 10.1 README.linux: Fedora 40 -> 41 update_version.php: mention make manual.html
gitlost
More...
10 months ago
iso4217: remove obsolete ZWL (932) update_version.php: use `err_exit()`
gitlost
More...
10 months ago
gs1: fix `keyoff1()` last commit [3f7cfd], error position does not need adjusting (unfortunately no test possible currently as for AIs 00-03 lengths > 4 and `numeric()` catches it anyway)
gitlost
More...
10 months ago
gs1: update to latest gs1-syntax-dictionary (new lint `keyoff1()`); in `key()` (& hence `keyoff1()`) check for GS1 Company Prefix length >= 4 (same as gs1-syntax-dictionary lints) manual: update some standard years
gitlost
More...
10 months ago
backend_tcl/zint_tcl.vcsproj: put ZINT_VERSION in general defines and remove from individual .c files; rename include dirs "C:\myprograms\tcl9.0" -> "C:\Tcl" and lib dirs "C:\myprograms\tcl9.0\lib" -> "C:\Tcl\lib"; suppress some warnings backend_tcl/zint.c: suppress some warnings tools/update_version.php: update for "backend_tcl/zint_tcl.dsp" -> ".vcxproj" manual.pmd: backend_tcl: fix "require package" -> "package require" and explain "C:\Tcl" may need adjusting general: update copyright years in ".rc" files library: remove needless `eci` zeroing in `set_symbol_defaults()` and make `barcode_seg_funcs` initialization consistent (147 now)
gitlost
More...
10 months ago
general: reenable -Wpedantic for gcc by using `__extension__` (ZEXT) to suppress warnings about `errtxtf` operand number "%<n>$" args; enable some further warnings test suite: enable -Wpedantic and fix/suppress any warnings
gitlost
More...
10 months ago
backend_tcl: add "win/readme.txt"; fiddle with "readme.txt" README: copyright 2024 -> 2025; remove primarily Linux bit manual: update Tcl instructions; copyright 2024 -> 2025; Data Matrix ECC200 -> ECC 200, mention previous standards by name; manual/GUI: Pharmacode -> Pharmacode One-Track, 2-track Pharmacode -> Pharmacode Two-Track backend/DEVELOPER: update
gitlost
More...
10 months ago
←
1
2
3
4
5
6
7
8
9
…
61
62
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree