summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop remaining support for Visual Studio 2008, 2010, 2012 (#422)issue-422-drop-support-for-old-visual-studioSebastian Pipping2020-10-038-103/+14
* Revert "AppVeyor: Be explicit about build script to support msbuild 3.5"Sebastian Pipping2020-10-031-2/+3
* Revert "AppVeyor: Cover 32bit Visual Studio 9 2008 using MSBuild 3.5"Sebastian Pipping2020-10-031-16/+0
* CMake: Remove unused variableSebastian Pipping2020-10-031-5/+0
* Merge branch 'issue-415-release-expat-2-2-10' (#415)R_2_2_10Sebastian Pipping2020-10-039-37/+45
|\
| * Set release date for 2.2.10issue-415-release-expat-2-2-10Sebastian Pipping2020-10-031-1/+1
| * Bump version info from 7:11:6 to 7:12:6Sebastian Pipping2020-10-033-2/+3
| * Bump version from 2.2.9 to 2.2.10Sebastian Pipping2020-10-037-12/+12
| * Changes: Document #405 #356 #359 #394 #366 #412 #368 #369Sebastian Pipping2020-10-031-3/+10
| * CMake: Turn endif(..) into endif(), and else(..) into else()Sebastian Pipping2020-10-031-18/+18
| * tests: Add missing static to address compiler warningSebastian Pipping2020-10-031-1/+1
|/
* Merge branch 'cmake-support-simple-package-creation-based-on-cpack' (#424)Sebastian Pipping2020-10-012-0/+21
|\
| * Changes: Document #424Sebastian Pipping2020-10-011-0/+2
| * CMake: Support "make package" based on CPackSebastian Pipping2020-10-011-0/+19
|/
* Merge branch 'gittiver-master' (#419)Sebastian Pipping2020-09-262-1/+30
|\
| * Changes: Document #419Sebastian Pipping2020-09-262-1/+26
| * added "new" behaviour for Policy CMP0077 which allows to control the build op...Gulliver2020-09-181-0/+4
* | Merge pull request #421 from libexpat/leaksanSebastian Pipping2020-09-261-0/+5
|\ \
| * | qa.sh: Enable LeakSanitizerleaksanSebastian Pipping2020-09-251-0/+5
|/ /
* | Merge pull request #420 from libexpat/issue-418-visual-studio-2019Sebastian Pipping2020-09-251-0/+27
|\ \ | |/ |/|
| * AppVeyor: Cover Visual Studio 16 2019Sebastian Pipping2020-09-241-0/+27
|/
* installer: Add missing file to fix build from installed sources (#409)Sebastian Pipping2020-09-102-0/+3
* Merge pull request #414 from libexpat/issue-413-allow-installation-of-pkgconf...Sebastian Pipping2020-08-213-1/+13
|\
| * CMake: Introduce option EXPAT_BUILD_PKGCONFIG (#413)issue-413-allow-installation-of-pkgconfig-file-with-msvcSebastian Pipping2020-08-203-1/+13
* | readme: Sync list of CMake optionsSebastian Pipping2020-08-201-0/+3
|/
* Merge pull request #412 from boris-kolpackov/unsigned-overflowSebastian Pipping2020-08-171-3/+4
|\
| * Get rid of unsigned integer overflow in column calculationBoris Kolpackov2020-08-171-3/+4
|/
* Merge pull request #411 from libexpat/cmake-linker-flagsSebastian Pipping2020-07-172-2/+4
|\
| * CMake: Consider use of CMAKE_{EXE,MODULE,SHARED}_LINKER_FLAGSSebastian Pipping2020-07-162-2/+4
* | Merge pull request #410 from libexpat/const-correctnessSebastian Pipping2020-07-171-10/+10
|\ \ | |/ |/|
| * Be more correct about const correctness on the insideSebastian Pipping2020-07-161-10/+10
|/
* Merge branch 'issue-407-alter-expat-output-name-rather-than-target-name' (#40...Sebastian Pipping2020-07-154-30/+28
|\
| * Changes: Document #408Sebastian Pipping2020-07-151-1/+1
| * CMake: Get expat target name back to constant "expat"Sebastian Pipping2020-07-104-30/+28
|/
* Merge branch 'klebertarcisio-klebertarcisio-patch-1' (fixes #406)Sebastian Pipping2020-06-222-0/+6
|\
| * Changes: Document #406Sebastian Pipping2020-06-221-0/+2
| * xmlwf: Checks value after calling mallocKleber TarcĂ­sio2020-06-221-0/+4
|/
* Merge pull request #405 from libexpat/issue-404-address-cppcheck-failureSebastian Pipping2020-05-285-4/+22
|\
| * Travis: Limit Cppcheck to macOSSebastian Pipping2020-05-281-1/+2
| * xmlparse.c: Fix reading uninitialized variable (#404)Sebastian Pipping2020-05-282-2/+5
| * Travis: Improve call to cppcheckSebastian Pipping2020-05-271-1/+13
| * Travis: Install a find(1) better than that of macOSSebastian Pipping2020-05-272-0/+2
|/
* Merge branch 'notroj-xmlwf-doc-exitcode' (#403)Sebastian Pipping2020-05-133-9/+34
|\
| * Changes: Document #403Sebastian Pipping2020-05-131-0/+4
| * Update xmlwf to exit with 3 if an output file could not be opened.Joe Orton2020-05-132-2/+7
| * Document the exit codes for xmlwf.Joe Orton2020-05-121-8/+24
* | Merge branch 'bungeman-ubsan' (#398)Sebastian Pipping2020-04-202-3/+4
|\ \
| * | Changes: Document #398Sebastian Pipping2020-04-201-2/+3
| * | Don't add to NULL in iterator.Ben Wagner2020-04-071-1/+1
|/ /
* | Merge pull request #392 from libexpat/issue-387-use-werror-during-flag-suppor...Sebastian Pipping2020-03-202-5/+10
|\ \