summaryrefslogtreecommitdiff
path: root/expat
Commit message (Expand)AuthorAgeFilesLines
* qa.sh: Migrate from GNU Autotools to CMakeSebastian Pipping2019-09-021-25/+34
* CMake: Drop .c files from expat_SRCS that are empty unless includedSebastian Pipping2019-09-021-2/+3
* CMake: Do not produce expat.pc pkg-config file with MSVCSebastian Pipping2019-09-021-6/+8
* CMake: Port "make xml-runtest" over from GNU AutotoolsSebastian Pipping2019-09-022-0/+50
* CMake: Make MinGW support workSebastian Pipping2019-09-024-2/+56
* CMake: Fix off-by-one indentationSebastian Pipping2019-09-021-1/+1
* win32: Fix slash to be a backslash in expat.issSebastian Pipping2019-09-021-1/+1
* Changes: Reference #331 and #333Sebastian Pipping2019-09-011-1/+2
* xmltok.c: Fix unused variables warnings for -DXML_MIN_SIZESebastian Pipping2019-09-011-24/+34
* README.md: Make CMake option listing more readableSebastian Pipping2019-08-311-17/+17
* Changes: Add reference to #329Sebastian Pipping2019-08-311-1/+1
* Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)Sebastian Pipping2019-08-301-1/+2
* Changes: Document move to EXPAT_ CMake option namespace prefixSebastian Pipping2019-08-301-0/+18
* README.md: List non-advanced build optionsSebastian Pipping2019-08-301-0/+59
* CMake: Mark options as advanced where guessing would go wrong, easilySebastian Pipping2019-08-301-0/+8
* CMake: Get options to show with "cmake -D_EXPAT_HELP=ON -LH ."Sebastian Pipping2019-08-301-2/+2
* CMake: Fix pull request reference typoSebastian Pipping2019-08-301-1/+1
* CMake: Report about XML_MIN_SIZE in summarySebastian Pipping2019-08-301-0/+1
* CMake: Rename XML_% to EXPAT_%Sebastian Pipping2019-08-304-61/+60
* CMake: Rename BUILD_shared to EXPAT_SHARED_LIBSSebastian Pipping2019-08-303-9/+9
* CMake: Rename INSTALL to EXPAT_ENABLE_INSTALLSebastian Pipping2019-08-301-4/+4
* CMake: Rename MSVC_USE_STATIC_CRT to EXPAT_MSVC_STATIC_CRTSebastian Pipping2019-08-303-10/+10
* CMake: Rename USE_SYS_GETRANDOM to EXPAT_WITH_SYS_GETRANDOMSebastian Pipping2019-08-302-3/+3
* CMake: Rename USE_GETRANDOM to EXPAT_WITH_GETRANDOMSebastian Pipping2019-08-302-3/+3
* CMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_ERRORSSebastian Pipping2019-08-301-3/+3
* CMake: Rename USE_libbsd to EXPAT_WITH_LIBBSDSebastian Pipping2019-08-302-6/+6
* CMake: Rename BUILD_fuzzers to EXPAT_BUILD_FUZZERSSebastian Pipping2019-08-301-4/+4
* CMake: Rename BUILD_doc to EXPAT_BUILD_DOCSSebastian Pipping2019-08-301-3/+3
* CMake: Rename BUILD_doc_default to _EXPAT_BUILD_DOCS_DEFAULTSebastian Pipping2019-08-301-4/+4
* CMake: Rename BUILD_tests to EXPAT_BUILD_TESTSSebastian Pipping2019-08-302-9/+9
* CMake: Rename BUILD_examples to EXPAT_BUILD_EXAMPLESSebastian Pipping2019-08-302-8/+8
* CMake: Rename BUILD_tools to EXPAT_BUILD_TOOLSSebastian Pipping2019-08-302-8/+8
* CMake: Rename BUILD_tools_default to _EXPAT_BUILD_TOOLS_DEFAULTSebastian Pipping2019-08-301-4/+4
* CMake: Add option -DXML_MIN_SIZE=(ON|OFF), default OFFSebastian Pipping2019-08-303-0/+8
* Changes: Pull entry on XML_LARGE_SIZE up next to XML_ATTR_INFOSebastian Pipping2019-08-301-1/+1
* Changes: Enrich CMake related entriesSebastian Pipping2019-08-301-6/+6
* CMake: Provide files for config-mode find_packageSebastian Pipping2019-08-306-1/+107
* CMake: Add argument -DXML_LARGE_SIZE=ONSebastian Pipping2019-08-302-0/+8
* CMake: Extract macro expat_bool_to_int to reduce code duplicationSebastian Pipping2019-08-301-25/+13
* CMake: Fix PACKAGE_* variables in expat_config.h.cmakeSebastian Pipping2019-08-301-5/+11
* CMake: Make expat_config.h.cmake match expat_config.h.in variable orderSebastian Pipping2019-08-301-9/+9
* CMake: Mimic lib/Makefile.am with regard to doc installationSebastian Pipping2019-08-301-0/+11
* CMake: Install expat_config.h to include directorySebastian Pipping2019-08-302-0/+2
* CMake: Move expat_install up for upcoming useSebastian Pipping2019-08-301-6/+6
* Merge pull request #325 from libexpat/drop-support-msvc-2003Sebastian Pipping2019-08-306-25/+11
|\
| * README.md: Document supported compilersSebastian Pipping2019-08-292-0/+6
| * expat_external.h: Inline remains of XML_USE_MSC_EXTENSIONSSebastian Pipping2019-08-291-5/+1
| * Drop support for Visual Studio <=7.1/2003Sebastian Pipping2019-08-295-20/+4
* | win32: Get readme back in sync with CMakeSebastian Pipping2019-08-291-3/+3
|/
* fuzz: Add .gitignoreSebastian Pipping2019-08-291-0/+1