Sebastian Pipping
|
3e38a17340
|
CMake: Fix use of XML_UNICODE and XML_UNICODE_WCHAR_T
C/C++ code is not ready to get those from expat_config.h, yet.
|
2019-09-03 00:36:36 +02:00 |
|
Sebastian Pipping
|
c7d639115b
|
Travis CI: Adapt to qa.sh's move from GNU Autotools to CMake
|
2019-09-02 21:48:40 +02:00 |
|
Sebastian Pipping
|
50f63ae089
|
qa.sh: Migrate from GNU Autotools to CMake
|
2019-09-02 21:31:46 +02:00 |
|
Sebastian Pipping
|
4657d2d3de
|
CMake: Drop .c files from expat_SRCS that are empty unless included
|
2019-09-02 21:31:46 +02:00 |
|
Sebastian Pipping
|
201094142d
|
CMake: Do not produce expat.pc pkg-config file with MSVC
|
2019-09-02 21:31:46 +02:00 |
|
Sebastian Pipping
|
da8be0224c
|
CMake: Port "make xml-runtest" over from GNU Autotools
|
2019-09-02 21:31:46 +02:00 |
|
Sebastian Pipping
|
d78357da50
|
CMake: Make MinGW support work
|
2019-09-02 00:45:23 +02:00 |
|
Sebastian Pipping
|
0e3db7fcff
|
CMake: Fix off-by-one indentation
|
2019-09-02 00:18:59 +02:00 |
|
Sebastian Pipping
|
1a67aa4ad2
|
win32: Fix slash to be a backslash in expat.iss
|
2019-09-02 00:18:48 +02:00 |
|
Sebastian Pipping
|
ba0850983b
|
Merge branch 'issue-331-address-compile-warnings-xml-min-size' (#333)
|
2019-09-01 21:10:36 +02:00 |
|
Sebastian Pipping
|
660a83ea20
|
Changes: Reference #331 and #333
|
2019-09-01 21:10:09 +02:00 |
|
Sebastian Pipping
|
8735c77127
|
xmltok.c: Fix unused variables warnings for -DXML_MIN_SIZE
|
2019-09-01 16:07:56 +02:00 |
|
Sebastian Pipping
|
294fa6782c
|
README.md: Make CMake option listing more readable
|
2019-08-31 02:25:05 +02:00 |
|
Sebastian Pipping
|
55e4807c26
|
Changes: Add reference to #329
|
2019-08-31 02:23:49 +02:00 |
|
Sebastian Pipping
|
5dfac7036d
|
Merge pull request #329 from libexpat/cmake-option-namespace
CMake option namespace prefix EXPAT_
|
2019-08-31 02:22:22 +02:00 |
|
Sebastian Pipping
|
493aebf28f
|
Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
adbfa6a2ed
|
Changes: Document move to EXPAT_ CMake option namespace prefix
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
b67044f475
|
README.md: List non-advanced build options
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
161bb9f5ab
|
CMake: Mark options as advanced where guessing would go wrong, easily
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
bf8ab25a0d
|
CMake: Get options to show with "cmake -D_EXPAT_HELP=ON -LH ."
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
54a5ea1bb8
|
CMake: Fix pull request reference typo
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
3007f5ecf2
|
CMake: Report about XML_MIN_SIZE in summary
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
d13ceacad1
|
CMake: Rename XML_% to EXPAT_%
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
fce015875e
|
CMake: Rename BUILD_shared to EXPAT_SHARED_LIBS
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
474471cdc2
|
CMake: Rename INSTALL to EXPAT_ENABLE_INSTALL
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
4b214610e2
|
CMake: Rename MSVC_USE_STATIC_CRT to EXPAT_MSVC_STATIC_CRT
|
2019-08-30 23:54:51 +02:00 |
|
Sebastian Pipping
|
0eb711e9b6
|
CMake: Rename USE_SYS_GETRANDOM to EXPAT_WITH_SYS_GETRANDOM
|
2019-08-30 21:39:15 +02:00 |
|
Sebastian Pipping
|
b244583d34
|
CMake: Rename USE_GETRANDOM to EXPAT_WITH_GETRANDOM
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
458be796ae
|
CMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_ERRORS
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
20bb6ed0b3
|
CMake: Rename USE_libbsd to EXPAT_WITH_LIBBSD
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
0c6508b9f6
|
CMake: Rename BUILD_fuzzers to EXPAT_BUILD_FUZZERS
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
48c71b566c
|
CMake: Rename BUILD_doc to EXPAT_BUILD_DOCS
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
3eb4909120
|
CMake: Rename BUILD_doc_default to _EXPAT_BUILD_DOCS_DEFAULT
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
9595968a3e
|
CMake: Rename BUILD_tests to EXPAT_BUILD_TESTS
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
87d60093fd
|
CMake: Rename BUILD_examples to EXPAT_BUILD_EXAMPLES
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
c3bd1953be
|
CMake: Rename BUILD_tools to EXPAT_BUILD_TOOLS
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
4b1dfb91ca
|
CMake: Rename BUILD_tools_default to _EXPAT_BUILD_TOOLS_DEFAULT
|
2019-08-30 21:38:21 +02:00 |
|
Sebastian Pipping
|
3686bb2bf1
|
Merge pull request #328 from libexpat/cmake-xml-min-size
Expose XML_MIN_SIZE build option in CMake
|
2019-08-30 19:38:53 +02:00 |
|
Sebastian Pipping
|
3a2c6414ee
|
CMake: Add option -DXML_MIN_SIZE=(ON|OFF), default OFF
|
2019-08-30 16:00:18 +02:00 |
|
Sebastian Pipping
|
085bfd570b
|
Changes: Pull entry on XML_LARGE_SIZE up next to XML_ATTR_INFO
|
2019-08-30 15:53:11 +02:00 |
|
Sebastian Pipping
|
feebc5c330
|
Merge pull request #326 from libexpat/cmake-improvements
CMake improvements
|
2019-08-30 15:49:01 +02:00 |
|
Sebastian Pipping
|
f4accb1032
|
Changes: Enrich CMake related entries
|
2019-08-30 02:30:28 +02:00 |
|
Sebastian Pipping
|
716c53052b
|
CMake: Provide files for config-mode find_package
|
2019-08-30 02:30:28 +02:00 |
|
Sebastian Pipping
|
442cb95d29
|
CMake: Add argument -DXML_LARGE_SIZE=ON
|
2019-08-30 02:30:28 +02:00 |
|
Sebastian Pipping
|
f9be0365a7
|
CMake: Extract macro expat_bool_to_int to reduce code duplication
|
2019-08-30 02:30:28 +02:00 |
|
Sebastian Pipping
|
8666a6dfe8
|
CMake: Fix PACKAGE_* variables in expat_config.h.cmake
|
2019-08-30 02:30:28 +02:00 |
|
Sebastian Pipping
|
d31810306a
|
CMake: Make expat_config.h.cmake match expat_config.h.in variable order
|
2019-08-30 02:30:28 +02:00 |
|
Sebastian Pipping
|
cc5772f7dd
|
CMake: Mimic lib/Makefile.am with regard to doc installation
|
2019-08-30 01:19:14 +02:00 |
|
Sebastian Pipping
|
65ad42cb6f
|
CMake: Install expat_config.h to include directory
|
2019-08-30 01:19:14 +02:00 |
|
Sebastian Pipping
|
b429525a0b
|
CMake: Move expat_install up for upcoming use
|
2019-08-30 01:19:14 +02:00 |
|