gitlost
6393813cff
- cmake: remove zintconfig.h.in for now as incompatible with MSVC
...
project builds (will add back in future if go fully CMake)
- NO_PNG -> ZINT_NO_PNG and new API function `Zint_NoPng()` to
determine if no PNG support in libzint; replace use in GUI with
backend_qt method `noPng()`
2022-11-24 14:18:31 +00:00
gitlost
d0cfabba84
common.h: define ZINT_IS_C89 as __STDC_VERSION__ not defined by MSVC
...
zintconfig.h: edit generator file zintconfig.h.in
2022-09-14 14:48:57 +01:00
gitlost
e1522e0808
backend: non-functional code-fiddling: format codablock.c (clang-format
...
+ manual); add SPDX to all files; prefix include guards with Z_;
move vim comment to bottom; remove some trailing spaces
2022-09-13 21:16:31 +01:00
gitlost
ac421144c9
Bump version to 2.11.1.9 (dev)
2022-08-25 17:58:13 +01:00
gitlost
8310a4b938
Release 2.11.1
2022-08-22 16:28:22 +01:00
gitlost
71e72d7ecb
Bump version to 2.11.0.9 (dev)
2022-05-24 21:52:02 +01:00
gitlost
6ac8c85dbb
Update zint version to 2.11.0
2022-05-24 21:08:51 +01:00
gitlost
62cc9e49f5
Bump version to 2.10.0.9 (dev)
2021-08-14 16:11:25 +01:00
gitlost
a04a44f1e6
Update zint version to 2.10.0
2021-08-10 16:14:10 +01:00
gitlost
7a1500afeb
backend/CMakeLists.txt: output dir for zintconfig.h, props Andre Maute ( #238 ); copyright/guard
2021-07-12 16:57:32 +01:00
gitlost
3c1869b032
library: compat symbology 39 fix; ISBN: "X" check
...
WARN_FAIL_ALL: always return error: ZINT_ERROR_USES_ECI/NON_COMPLIANT
Fuller error messages; more comments zint.h
mainwindow.cpp: replace metaobject ENUM with array
(suppresses virtual in constructor warning)
2021-07-06 19:53:31 +01:00
Robin Stuart
f545075162
Add explicit zintconfig.h for non-Cmake Windows build
2020-11-24 07:03:03 +00:00