summaryrefslogtreecommitdiff
path: root/expat
Commit message (Expand)AuthorAgeFilesLines
* Set release date for version 2.4.9Sebastian Pipping2022-09-192-2/+2
* Bump version to 2.4.9Sebastian Pipping2022-09-198-13/+13
* Bump version info from 9:8:8 to 9:9:8Sebastian Pipping2022-09-193-2/+4
* Changes: Document #592 #593 #594 #614 #619 #627 #633 #635 #636 #637Sebastian Pipping2022-09-191-2/+12
* Sync file headersSebastian Pipping2022-09-1911-10/+12
* Resolve use of deprecated "fgrep" by "grep -F"Sebastian Pipping2022-09-192-1/+2
* win32/build_expat_iss.bat: Add -DEXPAT_WARNINGS_AS_ERRORS=ONSebastian Pipping2022-09-191-4/+4
* Actions: Upgrade Clang from 14 to 15Sebastian Pipping2022-09-151-0/+1
* tests: Address Clang 15 warning -Wstrict-prototypesSebastian Pipping2022-09-152-2/+3
* Changes: Document heap use-after-free CVE-2022-40674Sebastian Pipping2022-09-141-0/+9
* tests: Cover heap use-after-free issue in doContentSebastian Pipping2022-09-141-0/+74
* Stop exporting API symbols when building a static librarySebastian Pipping2022-09-123-3/+7
* Merge pull request #629 from RMJ10/missing-store-rawSebastian Pipping2022-09-111-4/+9
|\
| * Ensure raw tagnames are safe exiting internalEntityParserRhodri James2022-08-171-4/+9
* | cmake: Mark _EXPAT_M32 and EXPAT_*_POSTFIX as advancedSebastian Pipping2022-09-092-15/+2
* | cmake: Unify set(var default CACHE type desc) and option(var desc default)Sebastian Pipping2022-09-092-54/+65
* | Changes: Briefly document infra workSebastian Pipping2022-09-091-0/+1
* | coverage.sh|qa.sh: Fix copying of DLLs for Wine/MinGW for Ubuntu 22.04Sebastian Pipping2022-09-092-4/+4
* | cmake: Avoid error "windres: Command not found" with MinGW on Ubuntu 20.04Sebastian Pipping2022-09-092-0/+4
* | Merge pull request #636 from neheb/patch-1Sebastian Pipping2022-08-282-2/+2
|\ \
| * | remove leading whitespace from config fileRosen Penev2022-08-272-2/+2
* | | Merge pull request #637 from neheb/clSebastian Pipping2022-08-281-1/+1
|\ \ \
| * | | apply-clang-format: add support for BSD findRosen Penev2022-08-271-1/+1
* | | | fix-xmltest-log.sh: Drop more Wine bug outputSebastian Pipping2022-08-282-0/+3
* | | | Merge pull request #635 from libexpat/coverage-sh-fix-name-collisionSebastian Pipping2022-08-281-5/+3
|\ \ \ \ | |/ / / |/| | |
| * | | coverage.sh: Fix name collision for -funsigned-charSebastian Pipping2022-08-271-5/+3
| |/ /
* | | lib: Fix compilation for -D__USE_MINGW_ANSI_STDIO=0Sebastian Pipping2022-08-272-1/+6
|/ /
* | coverage.sh: Exclude MinGW headers (stdio.h and stdlib.h)Sebastian Pipping2022-08-211-0/+1
* | coverage.sh: Inline exclusion patterns (for upcoming change)Sebastian Pipping2022-08-211-3/+6
* | File expat/fuzz/.gitignore changed to not ignore already-committed source fil...t-02022-08-201-0/+1
|/
* Changes: Document past Autotools Cmake template adjustments in more detailSebastian Pipping2022-08-111-2/+3
* autotools: Sync CMake templates with CMake 3.22Sebastian Pipping2022-08-115-40/+49
* cmake: Produce libexpat-1.dll with MinGW in line with GNU AutotoolsSebastian Pipping2022-08-034-2/+11
* cmake: Apply .def file when linking with MinGWSebastian Pipping2022-07-302-3/+4
* cmake|windows: Render .def file from a template to fix linkingSebastian Pipping2022-07-306-86/+20
* Merge pull request #620 from libexpat/cmake-improve-documentation-on-variablesSebastian Pipping2022-07-283-30/+52
|\
| * Changes: Document #608 and #620Sebastian Pipping2022-07-281-0/+7
| * readme: Get CMake variables documentation back in syncSebastian Pipping2022-07-271-10/+25
| * cmake: Make all variable documentation start with a capital letterSebastian Pipping2022-07-271-10/+10
| * cmake: Improve documentation of variables EXPAT_*_POSTFIXSebastian Pipping2022-07-271-9/+9
| * cmake: Fix a CMAKE_*_POSTFIX leftover from pull request #608Sebastian Pipping2022-07-271-1/+1
* | Merge pull request #611 from neheb/defSebastian Pipping2022-07-282-2/+0
|\ \
| * | expat: fix def files for MinGWRosen Penev2022-07-182-2/+0
* | | Merge pull request #614 from Tieske/minorSebastian Pipping2022-07-281-2/+6
|\ \ \ | |_|/ |/| |
| * | fix(docs) update XML_DTD symbol visibilityThijs Schreijer2022-07-221-2/+6
| |/
* | Set target properties *_POSTFIX instead of global vars CMAKE_*_POSTFIXDavid Faure2022-07-271-32/+33
|/
* lib: Address Cppcheck 2.8.1 warningSebastian Pipping2022-07-152-1/+2
* Sync file headersSebastian Pipping2022-07-145-1/+5
* [style] Added parentheses around macro arguments (#601)orbitcowboy2022-04-202-5/+6
* Merge pull request #595 from orbitcowboy/masterSebastian Pipping2022-04-191-1/+1
|\