summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * 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
| * 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
|\
| * Changes: Document Autotools CMake file fixesSebastian Pipping2021-05-211-0/+3
| * autotools-cmake.yml: Cover macOS and MinGWSebastian Pipping2021-05-211-6/+59
| * cmake/autotools: Fix generated expat-noconfig.cmake for macOS and MinGWSebastian Pipping2021-05-215-1/+46
| * cmake/autotools: Use AC_CHECK_SIZEOF to fix 32bit supportSebastian Pipping2021-05-213-3/+6
|/
* Merge pull request #483 from libexpat/improve-attributionSebastian Pipping2021-05-144-11/+90
|\