summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* autotools: Sync expat.cmake to agree with CIsync-autotools-cmake-templatesSebastian Pipping2021-11-261-2/+2
|
* Merge pull request #517 from ↵Sebastian Pipping2021-11-087-7/+7
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/checkout-2.4.0 Actions(deps): Bump actions/checkout from 2.3.5 to 2.4.0
| * Actions(deps): Bump actions/checkout from 2.3.5 to 2.4.0dependabot[bot]2021-11-087-7/+7
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #515 from ↵Sebastian Pipping2021-10-187-7/+7
|\ | | | | | | | | libexpat/dependabot/github_actions/actions/checkout-2.3.5 Actions(deps): Bump actions/checkout from 2.3.4 to 2.3.5
| * Actions(deps): Bump actions/checkout from 2.3.4 to 2.3.5dependabot[bot]2021-10-187-7/+7
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Get attribution headers back in syncSebastian Pipping2021-10-172-1/+2
| | | | Follow-up to pull requests #503 and #510
* Merge branch 'corona10-gh-513' (fixes #513, pull request #514)Sebastian Pipping2021-10-176-12/+19
|\
| * Changes: Document #513 and #514Sebastian Pipping2021-10-171-0/+2
| |
| * Apply #514 to attribution headersSebastian Pipping2021-10-175-0/+5
| |
| * Reorder the location of including expat_config.hDong-hee Na2021-10-175-12/+12
|/
* Merge pull request #510 from libexpat/issue-509-link-against-libmSebastian Pipping2021-09-2011-4/+43
|\ | | | | Link against libm for function "isnan" (fixes #509)
| * Autotools|CMake: Link against libm for function "isnan"Sebastian Pipping2021-09-2011-3/+42
| | | | | | | | | | | | | | $ git --no-pager grep -lw isnan lib/xmlparse.c tests/runtests.c xmlwf/xmlwf.c
| * autotools-cmake.yml: Add missing full stopSebastian Pipping2021-09-101-1/+1
|/
* Merge pull request #507 from libexpat/autotools-sync-cmake-filesSebastian Pipping2021-07-232-1/+4
|\ | | | | Autotools: Get CMake templates back in sync with CMake of GitHub Actions image "ubuntu-20.04"
| * Autotools: Get CMake templates back in sync with ubuntu-20.04autotools-sync-cmake-filesSebastian Pipping2021-07-232-1/+4
|/
* Merge pull request #495 from libexpat/fix-pkgconfig-libs-for-mingwSebastian Pipping2021-07-069-61/+105
|\ | | | | CMake: Fix pkg-config section "Libs" for build type Debug with MinGW
| * CMake: Improve summary output for multi-config buildsSebastian Pipping2021-07-061-2/+15
| |
| * CMake: Report on effective CMake generatorSebastian Pipping2021-07-061-0/+1
| |
| * Autotools: Simplify expat.pc templating (now that we can)Sebastian Pipping2021-07-062-5/+2
| |
| * CMake: Fix pkg-config section "Libs" for multi-config CMake generatorsSebastian Pipping2021-07-064-12/+39
| |
| * Update URL in pc fileKai Pastor2021-07-061-1/+1
| |
| * CMake: Fix pkg-config section "Libs" for non-release MinGW buildsSebastian Pipping2021-07-064-43/+44
| |
| * CMake: Apply -DEXPAT_MSVC_STATIC_CRT=ON to off-grid built typesSebastian Pipping2021-07-061-0/+2
| |
| * CMake: Avoid empty CMAKE_BUILD_TYPESebastian Pipping2021-07-064-6/+9
| |
| * CMake: Move _EXPAT_BUILD_TYPE_UPPER up for upcoming re-useSebastian Pipping2021-07-061-1/+1
|/
* Merge pull request #503 from Batchyx/nullbuffersSebastian Pipping2021-07-051-1/+2
|\ | | | | doc/reference.html: Document that XML_GetBuffer(parser, 0) may return NULL
| * doc/reference.html: Docmument that XML_GetBuffers(parser, 0) may be NULLNicolas Cavallari2021-07-051-1/+2
|/ | | | | | | Allocating zero bytes with XML_GetBuffers may return NULL or a non-NULL pointer depending on the current internal buffer state (#502). Document this behavior, as it can be surprising.
* Merge pull request #498 from libexpat/add-files-to-release-archivesSebastian Pipping2021-06-062-0/+10
|\ | | | | Include files buildconf.sh and fuzz/*.c with release archives
| * Makefile.am: Include buildconf.sh and fuzz/*.c with release archivesSebastian Pipping2021-06-052-0/+10
|/
* Merge pull request #492 from libexpat/issue-491-prepare-release-2-4-1R_2_4_1Sebastian Pipping2021-05-2310-16/+20
|\ | | | | Prepare release 2.4.1 (part of #491)
| * Set expected release date for 2.4.1Sebastian Pipping2021-05-231-1/+1
| |
| * Bump version info from 9:0:8 to 9:1:8Sebastian Pipping2021-05-233-2/+6
| | | | | | | | See https://verbump.de/ for what these numbers do.
| * Bump version to 2.4.1Sebastian Pipping2021-05-238-13/+13
|/
* Merge pull request #490 from libexpat/issue-488-expat-config-h-multilib-supportSebastian Pipping2021-05-233-5/+35
|\ | | | | [2.4.0] Keep macro SIZEOF_VOID_P out of file expat_config.h(.in) for multilib (fixes #488)
| * Keep macro SIZEOF_VOID_P out of expat_config.h(.in) for multilib supportSebastian Pipping2021-05-233-5/+35
|/
* Merge pull request #489 from ↵Sebastian Pipping2021-05-231-1/+1
|\ | | | | | | | | libexpat/actions-make-git-fetch-unshallow-robust-to-existing-tags GitHub Actions: Avoid error "would clobber existing tag" when triggered by pushing a new Git tag
| * Actions: Avoid error "would clobber existing tag" when pushing new tagsSebastian Pipping2021-05-231-1/+1
|/
* Merge pull request #480 from libexpat/issue-479-release-expat-2-4-0R_2_4_0Sebastian Pipping2021-05-2311-50/+79
|\ | | | | Prepare release 2.4.0 (part of #479)
| * Set expected release date for 2.4.0Sebastian Pipping2021-05-222-2/+2
| |
| * Bump version info from 8:0:7 to 9:0:8Sebastian Pipping2021-05-223-4/+7
| | | | | | | | See https://verbump.de/ for what these numbers do
| * Bump version to 2.4.0Sebastian Pipping2021-05-229-14/+14
| |
| * Changes: Extend section on upcoming release 2.4.0Sebastian Pipping2021-05-221-2/+20
| |
| * Changes: Document new XML_FEATURE_ constantsSebastian Pipping2021-05-221-0/+3
| |
| * Changes: Combine notes on billion laughs attack protectionSebastian Pipping2021-05-221-19/+20
| |
| * README.md: Mention Windos binaries zip download optionSebastian Pipping2021-05-221-1/+1
| |
| * README.md: Fix a URL for some markdown interpretersSebastian Pipping2021-05-221-1/+1
| |
| * README.md: Document where generated CMake files need >=2.4.0 to workSebastian Pipping2021-05-221-1/+5
| |
| * README.md: Make CMake config mode example more clearSebastian Pipping2021-05-221-7/+7
|/
* Merge pull request #486 from libexpat/issue-485-fix-autotools-cmake-filesSebastian Pipping2021-05-219-10/+114
|\ | | | | Fix CMake files installed by GNU Autotools build system (fixes #485)
| * Changes: Document Autotools CMake file fixesSebastian Pipping2021-05-211-0/+3
| |