Sebastian Pipping
800c4d14e2
lib: Fix references to version 2.2.11 to be about 2.3.0, instead
2021-03-24 21:05:04 +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
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
7991830172
Changes: Document #425 , #426 , #434 , #435 , #436 , #437 , #441 , #443 , #446 ( #445 )
2021-03-23 00:54:35 +01:00
Sebastian Pipping
1361370223
Changes: Improve documentation of #444
2021-03-23 00:54:35 +01:00
Sebastian Pipping
f840ff1a2a
Merge pull request #452 from libexpat/issue-452-fix-autotools-macro-regression
...
configure.ac: Fix use of M4 macro "expat_version"
2021-03-23 00:49:17 +01:00
Sebastian Pipping
30ec88b351
configure.ac: Fix use of M4 macro "expat_version"
...
Regression introduced in fd9a7d649e
as part of pull request #450
2021-03-23 00:01:03 +01:00
Sebastian Pipping
39f304d99f
Actions: Make CI fail on non-triple version from configure.ac
2021-03-23 00:01:03 +01:00
Sebastian Pipping
8574d61f78
Merge pull request #451 from libexpat/make-autotools-install-cmake-files
...
Make GNU Autotools install CMake files
2021-03-22 23:43:14 +01:00
Sebastian Pipping
e9026b19c4
Actions: Ensure that GNU Autotools install identical CMake files
2021-03-22 22:40:54 +01:00
Sebastian Pipping
b50ff5adaa
Autotools: Install CMake files
2021-03-22 22:30:00 +01:00
Sebastian Pipping
16315c6b5b
Merge pull request #450 from libexpat/autotools-autoupdate
...
configure.ac: Apply partial autoupdate-2.71
2021-03-22 19:36:18 +01:00
Sebastian Pipping
fd9a7d649e
configure.ac: Apply partial autoupdate-2.71
...
Addressed:
warning: The macro `AC_CONFIG_HEADER' is obsolete.
Not addressed yet:
warning: AC_PROG_CC_C99 is obsolete; use AC_PROG_CC
2021-03-22 18:28:11 +01:00
Sebastian Pipping
13e8bc246b
Merge pull request #444 from libexpat/issue-444-resolve-exit-status-2-ambiguity
...
xmlwf: Resolve exit status 2 ambiguity
2021-03-20 21:32:59 +01:00
Sebastian Pipping
05f54b6c5e
xmlwf.xml: Fix numerus for recent advent of -k
2021-03-20 18:20:09 +01:00
Sebastian Pipping
a6f3f2a3a2
xmlwf: Split off exit status 4 for invalid argument invokation
2021-03-20 18:20:09 +01:00
Sebastian Pipping
689cb6527f
Changes: Fix inconsistent indentation
2021-03-20 18:20:09 +01:00
Sebastian Pipping
c48bb1eb35
Merge pull request #447 from libexpat/drop-support-for-ancient-visual-studio
...
Windows: Drop support for Visual Studio <=14.0/2015
2021-03-20 17:10:10 +01:00
Sebastian Pipping
3bc4eac843
Merge pull request #446 from libexpat/quickport-remaining-travis-ci-to-github-actions
...
Quick-port Linux jobs from Travis CI to GitHub Actions
2021-03-20 15:47:05 +01:00
Sebastian Pipping
dd26478455
Windows: Drop support for Visual Studio <=14.0/2015
2021-03-20 15:38:49 +01:00
Sebastian Pipping
c01e51126d
Quick-port Linux jobs from Travis CI to GitHub Actions
2021-03-20 14:06:49 +01:00
Sebastian Pipping
10e75ca59a
Merge branch 'timbray-master' ( #439 )
2021-03-17 21:46:32 +01:00
Sebastian Pipping
4a6524e89e
Changes: Document #439
2021-03-17 21:46:05 +01:00
Tim Bray
56c18c63ed
Add argument -k to allow continuing after non-fatal errors
2021-03-16 20:40:26 -07:00
Sebastian Pipping
87176c5ce3
expat.h: Fix conmment typo regarding XML_ERROR_UNKNOWN_ENCODING
2021-03-17 02:12:18 +01:00
Sebastian Pipping
90c36ffffe
Merge pull request #443 from libexpat/bump-version-info
...
Bump shared library version info for next release
2021-03-17 00:49:36 +01:00
Sebastian Pipping
1955a4092e
Bump version infro from 7:12:6 to 8:0:7
2021-03-16 18:34:06 +01:00
Sebastian Pipping
734698ba6a
Changes: Fix inconsistent double blank line
2021-03-16 18:27:32 +01:00
Sebastian Pipping
7bb47a1be0
Merge branch 'arichardson-fix-cross-compilation' ( #442 )
2021-03-16 18:16:28 +01:00
Sebastian Pipping
29b9c6010c
Changes: Document #442
2021-03-16 18:15:24 +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
Sebastian Pipping
bfc2f6dcb9
Merge pull request #441 from libexpat/address-unused-parameter-warnings
...
fuzzers: Address Clang warning -Wunused-parameter
2021-03-11 02:55:54 +01:00
Sebastian Pipping
0e567d2ed1
fuzzers: Address Clang warning -Wunused-parameter
2021-03-10 16:21:00 +01:00
Sebastian Pipping
86e0984f2b
Merge pull request #438 from libexpat/travis-update-clang
...
xmlparse.c: Reject missing call to XML_GetBuffer in XML_ParseBuffer
2021-02-26 16:00:19 +01:00
Sebastian Pipping
64410342fd
.travis.yml: Install llvm-11 for llvm-symbolizer
2021-02-24 03:34:43 +01:00
Sebastian Pipping
44d889e78c
.travis.yml: Upgrade to Ubuntu Bionic 18.04.x LTS and Clang 11
2021-02-24 03:34:43 +01:00
Sebastian Pipping
af86899bf9
apply-clang-format.sh: Report on clang-format version
2021-02-24 03:34:43 +01:00
Sebastian Pipping
811c41e3be
xmlparse.c: Reject missing call to XML_GetBuffer in XML_ParseBuffer
...
.. rather than running into undefined behavior.
2021-02-24 02:26:06 +01:00
Sebastian Pipping
aafd462fbd
Merge pull request #437 from libexpat/issue-436-protect-expat-config-h
...
Protect installed expat_config.h from regression + drop obsolescent macro AC_HEADER_STDC (#436 )
2020-12-29 19:55:59 +01:00
Sebastian Pipping
88be19e487
configure.ac: Drop obsolescent macro AC_HEADER_STDC ( #436 )
2020-12-29 03:01:09 +01:00
Sebastian Pipping
b1ff22ecea
Actions: Cover list of symbols exported by installed expat_config.h
2020-12-29 03:01:09 +01:00
Sebastian Pipping
f27a97ae63
Merge pull request #435 from libexpat/move-macos-travis-to-github-actions
...
Move macOS Travis to GitHub Actions
2020-12-28 12:19:45 +01:00
Sebastian Pipping
7b9c444dcf
Use GitHub Actions to run current macOS Travis CI tasks
2020-12-28 00:36:03 +01:00
Sebastian Pipping
ad28b54fc2
Merge pull request #434 from tbeu/detect-vs
...
Detect unsupported VS at configure time (and not at compile time)
2020-12-27 20:49:36 +01:00
tbeu
a86a16e2c5
Detect unsupported VS at configure time (and not at compile time)
2020-12-27 19:22:15 +01:00