Sebastian Pipping
86e382f542
README.md: Drop AppVeyor badge
2025-03-27 22:26:34 +01:00
Sebastian Pipping
a6497c3004
Bump version to 2.7.1
2025-03-27 17:45:25 +01:00
Sebastian Pipping
2dc146751a
README.md: Add badge for OpenSSF Best Practices
2025-03-27 03:27:04 +01:00
Sebastian Pipping
0a6cbff62c
Bump version to 2.7.0
2025-03-13 20:41:33 +01:00
Sebastian Pipping
3feee8fab2
Drop support for CMake <3.10
...
Symptom was:
> CMake Deprecation Warning at CMakeLists.txt:37 (cmake_minimum_required):
> Compatibility with CMake < 3.10 will be removed from a future version of
> CMake.
> Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
> to tell CMake that the project requires at least <min> but has been updated
> to work with policies introduced by <max> or earlier.
2025-01-20 17:37:38 +01:00
Sebastian Pipping
76935aa308
Fix spelling of OSS-Fuzz
2025-01-05 21:43:53 +01:00
Sebastian Pipping
23a696c539
README.md|Changes: Document need for C++11 compiler for use from C++
2025-01-05 19:17:21 +01:00
Sebastian Pipping
c15ac3b307
Bump version to 2.6.4
2024-11-06 17:42:20 +01:00
Sebastian Pipping
75b550dc70
README.md: Document use of Expat via CMake >=3.18 with FetchContent
...
.. and SOURCE_SUBDIR
2024-10-05 16:44:48 +02:00
Sebastian Pipping
8707e02e1f
Bump version to 2.6.3
2024-09-03 18:19:25 +02:00
Sebastian Pipping
e19e52331b
README.md: Promote call for help in the Changes file
...
Documentation on the used Markdown extension:
- https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/
- https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
2024-07-13 18:08:15 +02:00
Dag-Erling Smørgrav
1253273fe4
Drop dependency on GNU sed.
...
GNU sed supports `-i` (in-place editing) with an optional suffix for the
backup copy. Non-GNU implementations also support `-i`, but the suffix
is not optional. Replacing all occurrences of naked `-i` with `-i.bak`
ensures our scripts work equally well with both.
2024-05-04 18:14:52 +02:00
Alexander Bluhm
2b8492d622
Always provide path to find.
...
Running find without path is a GNU extension. GNU find uses current
directory as starting-point in this case. Better always use an
explicit . in build scripts to support find on other systems.
2024-04-01 23:15:15 +02:00
Sebastian Pipping
f8fb85ec8c
Drop support for Visual Studio 15 2017
2024-03-23 17:22:05 +01:00
Sebastian Pipping
13cff445fa
Bump version to 2.6.2
2024-03-13 14:37:05 +01:00
Sebastian Pipping
dfe043fe6a
Bump version to 2.6.1
2024-02-28 23:41:31 +01:00
Sebastian Pipping
310a1977f4
Bump version to 2.6.0
2024-02-06 14:08:05 +01:00
Sebastian Pipping
2808aa5e0f
CI: Resolve use of "Travis" in workflow names
2023-05-24 23:26:54 +02:00
Sebastian Pipping
a7a57ea1b5
README.md: Be specific about version of XML and version of C
2023-05-10 22:17:45 +02:00
Sebastian Pipping
454c6105bc
Bump version to 2.5.0
2022-10-24 18:32:42 +02:00
Sebastian Pipping
a7103d40d8
Bump version to 2.4.9
2022-09-19 16:20:44 +02:00
Sebastian Pipping
67db2adbed
cmake: Mark _EXPAT_M32 and EXPAT_*_POSTFIX as advanced
2022-09-09 16:04:35 +02:00
Sebastian Pipping
d4ecd87e55
readme: Get CMake variables documentation back in sync
2022-07-27 23:58:29 +02:00
Sebastian Pipping
24ae16273b
Bump version to 2.4.8
2022-03-28 16:49:52 +02:00
Sebastian Pipping
a34daa5bab
Bump version to 2.4.7
2022-03-04 18:47:59 +01:00
Sebastian Pipping
28f74546b4
Bump version to 2.4.6
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
a445be8e0d
Bump version to 2.4.4
2022-01-29 23:20:49 +01:00
Sebastian Pipping
d102671bfe
Bump version to 2.4.3
2022-01-13 20:08:47 +01:00
Sebastian Pipping
f3f6ae617c
Bump version to 2.4.2
2021-12-17 18:01:39 +01:00
Sebastian Pipping
8001550dc4
Bump version to 2.4.1
2021-05-23 16:52:59 +02:00
Sebastian Pipping
b913a529ae
Bump version to 2.4.0
2021-05-22 19:07:49 +02:00
Sebastian Pipping
fb952cb1d6
README.md: Mention Windos binaries zip download option
2021-05-22 19:07:49 +02:00
Sebastian Pipping
39e081acc0
README.md: Fix a URL for some markdown interpreters
2021-05-22 19:07:49 +02:00
Sebastian Pipping
a7694ee392
README.md: Document where generated CMake files need >=2.4.0 to work
2021-05-22 19:07:49 +02:00
Sebastian Pipping
100bc7072c
README.md: Make CMake config mode example more clear
2021-05-22 19:07:49 +02:00
Sebastian Pipping
4597195fa3
README.md: Add total download count badges
2021-05-13 17:20:07 +02:00
Sebastian Pipping
ae6c9b40af
README.md: Extract two bullet points from a long sentence
2021-04-06 23:49:40 +02:00
Sebastian Pipping
dff64502da
README.md: Emphasize lowercase and uppercase in CMake content
2021-04-06 23:48:12 +02:00
Nick Schonning
8fdc4c6c5f
typo: Buildung -> Building
2021-03-25 13:18:08 -04:00
Sebastian Pipping
3417b3e098
Bump version from 2.2.10 to 2.3.0
2021-03-24 21:05:04 +01:00
Sebastian Pipping
d0faa1ec14
README.md: Replace a "will" by a "may" to be more precise
2021-03-24 21:05:04 +01:00
Sebastian Pipping
4bd4bac268
README.md: Fix a SourceForge link leftover regarding Windows binaries ( #1 )
2021-03-24 21:05:04 +01:00
Sebastian Pipping
1ec7950e46
README.md: Replace Travis CI badge with GitHub Actions badge
2021-03-24 21:05:04 +01:00
Sebastian Pipping
f546f0658b
README.md: Document use of libexpat from a CMake-based project
2021-03-24 21:05:04 +01:00
Sebastian Pipping
8f70f8c87f
README.md: Add more structure
2021-03-24 20:10:02 +01:00
Sebastian Pipping
c992ac0fd7
README.md: Fix list syntax for some markdown interpreters
2021-03-24 20:09:54 +01:00
Sebastian Pipping
dd26478455
Windows: Drop support for Visual Studio <=14.0/2015
2021-03-20 15:38:49 +01:00
Sebastian Pipping
ea60ef34a7
Drop remaining support for Visual Studio 2008, 2010, 2012 ( #422 )
2020-10-03 21:30:13 +02:00
Sebastian Pipping
3af8f46e3f
Bump version from 2.2.9 to 2.2.10
2020-10-03 00:49:33 +02:00