Sebastian Pipping
24ae16273b
Bump version to 2.4.8
2022-03-28 16:49:52 +02:00
Sebastian Pipping
44c2a9470a
Bump version info from 9:7:8 to 9:8:8
...
See https://verbump.de/ for what these numbers do
2022-03-28 16:01:01 +02:00
Sebastian Pipping
7165ae8bff
CMake: Fix pkg-config section "Libs" for MSVC
2022-03-24 16:36:29 +01:00
Sebastian Pipping
f00c5857f9
CMake: Enforce library versioning compatible with GNU Libtool for macOS
2022-03-07 03:31:21 +01:00
Sebastian Pipping
e07e394771
Sync file headers
2022-03-04 19:16:16 +01:00
Sebastian Pipping
a34daa5bab
Bump version to 2.4.7
2022-03-04 18:47:59 +01:00
Sebastian Pipping
c30b80ee9c
Bump version info from 9:6:8 to 9:7:8
...
See https://verbump.de/ for what these numbers do
2022-03-04 18:46:01 +01:00
Johnny Jazeix
f294837733
CMake/Windows: store Expat version in the dll
...
Fixes #555
Tested with msvc2019 and mingw8.1
2022-02-24 22:26:40 +01:00
Sebastian Pipping
28f74546b4
Bump version to 2.4.6
2022-02-20 16:09:26 +01:00
Sebastian Pipping
45732df416
Bump version info from 9:5:8 to 9:6:8
...
See https://verbump.de/ for what these numbers do
2022-02-20 16:09:26 +01:00
Sebastian Pipping
fa379d65dd
Bump version to 2.4.5
2022-02-18 20:17:16 +01:00
Sebastian Pipping
748c618f72
Bump version info from 9:4:8 to 9:5:8
...
See https://verbump.de/ for what these numbers do
2022-02-18 20:14:29 +01:00
Sebastian Pipping
a445be8e0d
Bump version to 2.4.4
2022-01-29 23:20:49 +01:00
Sebastian Pipping
2a0add0a7a
Bump version info from 9:3:8 to 9:4:8
...
See https://verbump.de/ for what these numbers do
2022-01-29 23:20:18 +01:00
Samanta Navarro
5a8f5f1d40
Fix typos
...
Typos found with codespell.
2022-01-22 12:06:45 +00:00
Sebastian Pipping
6496a03d40
Sync years in file headers
2022-01-13 23:45:22 +01:00
Sebastian Pipping
d102671bfe
Bump version to 2.4.3
2022-01-13 20:08:47 +01:00
Sebastian Pipping
2a6019d0fb
Bump version info from 9:2:8 to 9:3:8
...
See https://verbump.de/ for what these numbers do
2022-01-13 20:02:42 +01:00
Sebastian Pipping
2ed8e19ada
CMake: Make call to file(GENERATE [..]) work for CMake <3.19
...
Error from CMake 3.7.2 was:
CMake Error at CMakeLists.txt:482 (file):
file Incorrect arguments to GENERATE subcommand.
2021-12-31 20:49:00 +01:00
Sebastian Pipping
befef7e52a
CMake: Add unofficial flag for passing 32bit compile flag -m32
2021-12-27 22:14:18 +01:00
Sebastian Pipping
f3f6ae617c
Bump version to 2.4.2
2021-12-17 18:01:39 +01:00
Sebastian Pipping
716735e56b
Bump version info from 9:1:8 to 9:2:8
...
See https://verbump.de/ for what these numbers do
2021-12-17 18:01:32 +01:00
Sebastian Pipping
8589e9598a
CMake: Ensure libexpat*.lib filenames with MSVC
...
This fixes a post-2.4.1 regression from
commit 3486fd6e3d
introduced by pull request #495 .
2021-12-15 16:40:15 +01:00
Sebastian Pipping
0b7a88b355
Autotools|CMake: Link against libm for function "isnan"
...
$ git --no-pager grep -lw isnan
lib/xmlparse.c
tests/runtests.c
xmlwf/xmlwf.c
2021-09-20 18:27:52 +02:00
Sebastian Pipping
f9eb8a1286
CMake: Improve summary output for multi-config builds
2021-07-06 16:22:38 +02:00
Sebastian Pipping
40bf9fe84a
CMake: Report on effective CMake generator
2021-07-06 16:22:38 +02:00
Sebastian Pipping
1d4bb74c34
CMake: Fix pkg-config section "Libs" for multi-config CMake generators
2021-07-06 16:22:38 +02:00
Sebastian Pipping
3486fd6e3d
CMake: Fix pkg-config section "Libs" for non-release MinGW builds
2021-07-06 16:22:38 +02:00
Sebastian Pipping
7cf97a9bda
CMake: Apply -DEXPAT_MSVC_STATIC_CRT=ON to off-grid built types
2021-07-06 16:22:38 +02:00
Sebastian Pipping
b73c80a727
CMake: Avoid empty CMAKE_BUILD_TYPE
2021-07-06 16:22:38 +02:00
Sebastian Pipping
a3bc9162e6
CMake: Move _EXPAT_BUILD_TYPE_UPPER up for upcoming re-use
2021-07-06 16:22:38 +02:00
Sebastian Pipping
13445938e7
Bump version info from 9:0:8 to 9:1:8
...
See https://verbump.de/ for what these numbers do.
2021-05-23 16:57:40 +02:00
Sebastian Pipping
8001550dc4
Bump version to 2.4.1
2021-05-23 16:52:59 +02:00
Sebastian Pipping
e083f03235
Bump version info from 8:0:7 to 9:0:8
...
See https://verbump.de/ for what these numbers do
2021-05-22 19:07:49 +02:00
Sebastian Pipping
b913a529ae
Bump version to 2.4.0
2021-05-22 19:07:49 +02:00
Sebastian Pipping
2c9230f611
Increase precision in existing MIT headers based on Git history
2021-05-14 22:14:54 +02:00
Sebastian Pipping
ad937138e9
CMake: Streamline existing copyright header
2021-05-14 22:10:39 +02:00
Sebastian Pipping
9cc3ca3e36
CMake: Support standard variable BUILD_SHARED_LIBS
...
https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html
2021-05-12 13:59:35 +02:00
Sebastian Pipping
1e053c698b
Autotools|CMake: Suppress -Wpedantic-ms-format false positives
...
Addresses warning:
ISO C does not support the ‘I64’ ms_printf length modifier.
It seems correct and relevant with __USE_MINGW_ANSI_STDIO, only.
And -Werror doesn't tolerate false positives...
2021-05-07 18:25:07 +02:00
Sebastian Pipping
8d1bd6ff2c
Resolve macro HAVE_EXPAT_CONFIG_H
2021-04-22 00:11:28 +02:00
Sebastian Pipping
989dd1b2ca
CMake: Support absolute paths for CMAKE_INSTALL_(LIB|INCLUDE)DIR ( fixes #458 )
2021-04-06 19:49:28 +02:00
Sebastian Pipping
b4f1429679
CMake: Give test suite access to internal symbols
2021-04-05 21:43:57 +02:00
Sebastian Pipping
9fafff73cd
CMake: Be less rejective towards unsupported MSVC compilers for Conan ( #454 )
2021-03-26 18:05:10 +01:00
Sebastian Pipping
3417b3e098
Bump version from 2.2.10 to 2.3.0
2021-03-24 21:05:04 +01:00
Sebastian Pipping
dd26478455
Windows: Drop support for Visual Studio <=14.0/2015
2021-03-20 15:38:49 +01:00
Sebastian Pipping
1955a4092e
Bump version infro from 7:12:6 to 8:0:7
2021-03-16 18:34:06 +01:00
Alex Richardson
13d4c51a17
CMake: Only set CMAKE_CXX_FLAGS after enable_language(CXX)
...
Otherwise flags specified in a CMake cross-compilation toolchain (such as
CMAKE_CXX_FLAGS_INIT) will not be added. This could also affect native
builds but is much more likely to be noticed when cross-compiling due to
missing essential flags.
2021-03-16 15:57:05 +00:00
tbeu
a86a16e2c5
Detect unsupported VS at configure time (and not at compile time)
2020-12-27 19:22:15 +01:00
Sebastian Pipping
179a0c5526
CMake: Remove unused variable
2020-10-03 21:09:32 +02:00
Sebastian Pipping
3265243064
Bump version info from 7:11:6 to 7:12:6
2020-10-03 00:49:39 +02:00