summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: Address GCC 11.2.1 compiler warningaddress-compiler-warningsSebastian Pipping2021-12-252-1/+5
* .gitignore: Fully cover ./distribute.sh outputSebastian Pipping2021-12-191-2/+1
* Merge pull request #526 from libexpat/issue-525-prepare-releaseR_2_4_2Sebastian Pipping2021-12-1911-18/+23
|\
| * Set expected release date for 2.4.2issue-525-prepare-releaseSebastian Pipping2021-12-192-2/+2
| * Bump version to 2.4.2Sebastian Pipping2021-12-178-13/+13
| * Bump version info from 9:1:8 to 9:2:8Sebastian Pipping2021-12-173-2/+4
| * Changes: Document #502 #503 #507 #519 + fix reference to #498Sebastian Pipping2021-12-171-1/+4
|/
* Merge pull request #524 from libexpat/fix-msvc-lib-files-namingSebastian Pipping2021-12-152-2/+5
|\
| * CMake: Ensure libexpat*.lib filenames with MSVCfix-msvc-lib-files-namingSebastian Pipping2021-12-152-2/+5
|/
* Merge pull request #523 from libexpat/issue-522-fix-return-value-docsSebastian Pipping2021-12-142-2/+4
|\
| * doc: Fix return value docs on XML_SetBillionLaughs[..] functions (#522)issue-522-fix-return-value-docsSebastian Pipping2021-12-142-2/+4
|/
* Merge pull request #519 from libexpat/sync-autotools-cmake-templatesSebastian Pipping2021-11-261-2/+2
|\
| * autotools: Sync expat.cmake to agree with CIsync-autotools-cmake-templatesSebastian Pipping2021-11-261-2/+2
|/
* Merge pull request #517 from libexpat/dependabot/github_actions/actions/check...Sebastian Pipping2021-11-087-7/+7
|\
| * Actions(deps): Bump actions/checkout from 2.3.5 to 2.4.0dependabot[bot]2021-11-087-7/+7
|/
* Merge pull request #515 from libexpat/dependabot/github_actions/actions/check...Sebastian Pipping2021-10-187-7/+7
|\
| * Actions(deps): Bump actions/checkout from 2.3.4 to 2.3.5dependabot[bot]2021-10-187-7/+7
|/
* Get attribution headers back in syncSebastian Pipping2021-10-172-1/+2
* 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
|\
| * Autotools|CMake: Link against libm for function "isnan"Sebastian Pipping2021-09-2011-3/+42
| * 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 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: 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: Docmument that XML_GetBuffers(parser, 0) may be NULLNicolas Cavallari2021-07-051-1/+2
|/
* Merge pull request #498 from libexpat/add-files-to-release-archivesSebastian Pipping2021-06-062-0/+10
|\
| * 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
|\
| * 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
| * 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
|\
| * Keep macro SIZEOF_VOID_P out of expat_config.h(.in) for multilib supportSebastian Pipping2021-05-233-5/+35
|/
* Merge pull request #489 from libexpat/actions-make-git-fetch-unshallow-robust...Sebastian Pipping2021-05-231-1/+1
|\
| * 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
|\