1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 04:21:59 +00:00

Version 2.16.0

This commit is contained in:
gitlost
2025-12-19 19:42:13 +00:00
parent fe02f2dd17
commit 55541e139e
46 changed files with 123 additions and 97 deletions

View File

@@ -1,4 +1,4 @@
% README.clang-tidy 2025-10-08
% README.clang-tidy 2025-12-19
% Current as of latest clang-tidy-22 via
% wget https://apt.llvm.org/llvm.sh; chmod +x llvm.sh; sudo ./llvm.sh 22 all
@@ -11,7 +11,7 @@ clang-tidy-22 backend/*.c frontend/*.c backend_qt/*.cpp frontend_qt/*.cpp -p bui
For "backend_tcl", which has no "compile_commands.json", specify the tcl include directory and package define, e.g.
clang-tidy-22 backend_tcl/*.c -- -I/usr/include/tcl8.6 -DPACKAGE_VERSION='"2.15.0"'
clang-tidy-22 backend_tcl/*.c -- -I/usr/include/tcl8.6 -DPACKAGE_VERSION='"2.16.0"'
Options are in ".clang-tidy" (in the project root directory). The excluded check is
`clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling` (for `sprintf()`).