index
:
delta/libexpat-git.git
actions-cover-cmake-required-version
actions-cover-m32
actions-enable-periodic-builds
actions-upgrade-clang
address-compiler-warnings
address-unused-parameter-warnings
autotools-autoupdate
autotools-cmake-files
autotools-sync-cmake-files
build-windows-installer-and-code-installed-by-installer
bump-version-info
cmake-fix-call-to-file-generate
cmake-inno-setup-COVERAGE
cmake-support-simple-package-creation-based-on-cpack
cover-list-of-exported-symbols
defusedexpat-2.1.0
deloop
demo-accounting
doxygen
drop-gnu-autotools
drop-support-for-ancient-visual-studio
fix-msvc-lib-files-naming
fix-run-sh-in-for-native-windows
issue-234-missing-stdint-h
issue-332-drop-clang-asan-plus-min-size-workaround
issue-361-fix-pkgconfig-regression
issue-409-try-building-windows-installer-content
issue-413-allow-installation-of-pkgconfig-file-with-msvc
issue-415-release-expat-2-2-10
issue-418-visual-studio-2019
issue-422-drop-support-for-old-visual-studio
issue-436-protect-expat-config-h
issue-444-resolve-exit-status-2-ambiguity
issue-445-prepare-release
issue-454-losen-rejection-of-unsupported-msvc-compilers
issue-457-fix-and-cover-list-of-exported-symbols
issue-458-cmake-support-absolute-libdir-pkgconfig
issue-509-link-against-libm
issue-522-fix-return-value-docs
issue-525-prepare-release
issue-531-troublesome-shifts
issue-532-integer-overflow
issue-533-prepare-release
issue-544-fix-xmlwf-memleak-on-file-opening-error
leaksan
make-apply-clang-format-sh-reject-leading-tabs
make-testrunner-output-more-helpful
master
move-macos-travis-to-github-actions
pin-github-actions-at-commit-level
pkasting-master-experiments
prevent-getbuffer-overflow
prevent-more-integer-overflows
protect-against-billion-laughs-attacks
quickport-remaining-travis-ci-to-github-actions
resolve-macro-have-expat-config-h
resolve-use-of-macros-nan-and-infinity
siphash-c89-split-uint64-t
small-xmlwf-refactoring
sync-autotools-cmake-templates
travis-update-clang
write-random-bytes-resolve-code-duplication
xmlwf-improve-manpage
xmlwf-simplify-synopsis
github.com: libexpat/libexpat.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
expat
Commit message (
Expand
)
Author
Age
Files
Lines
*
qa.sh: Migrate from GNU Autotools to CMake
Sebastian Pipping
2019-09-02
1
-25
/
+34
*
CMake: Drop .c files from expat_SRCS that are empty unless included
Sebastian Pipping
2019-09-02
1
-2
/
+3
*
CMake: Do not produce expat.pc pkg-config file with MSVC
Sebastian Pipping
2019-09-02
1
-6
/
+8
*
CMake: Port "make xml-runtest" over from GNU Autotools
Sebastian Pipping
2019-09-02
2
-0
/
+50
*
CMake: Make MinGW support work
Sebastian Pipping
2019-09-02
4
-2
/
+56
*
CMake: Fix off-by-one indentation
Sebastian Pipping
2019-09-02
1
-1
/
+1
*
win32: Fix slash to be a backslash in expat.iss
Sebastian Pipping
2019-09-02
1
-1
/
+1
*
Changes: Reference #331 and #333
Sebastian Pipping
2019-09-01
1
-1
/
+2
*
xmltok.c: Fix unused variables warnings for -DXML_MIN_SIZE
Sebastian Pipping
2019-09-01
1
-24
/
+34
*
README.md: Make CMake option listing more readable
Sebastian Pipping
2019-08-31
1
-17
/
+17
*
Changes: Add reference to #329
Sebastian Pipping
2019-08-31
1
-1
/
+1
*
Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)
Sebastian Pipping
2019-08-30
1
-1
/
+2
*
Changes: Document move to EXPAT_ CMake option namespace prefix
Sebastian Pipping
2019-08-30
1
-0
/
+18
*
README.md: List non-advanced build options
Sebastian Pipping
2019-08-30
1
-0
/
+59
*
CMake: Mark options as advanced where guessing would go wrong, easily
Sebastian Pipping
2019-08-30
1
-0
/
+8
*
CMake: Get options to show with "cmake -D_EXPAT_HELP=ON -LH ."
Sebastian Pipping
2019-08-30
1
-2
/
+2
*
CMake: Fix pull request reference typo
Sebastian Pipping
2019-08-30
1
-1
/
+1
*
CMake: Report about XML_MIN_SIZE in summary
Sebastian Pipping
2019-08-30
1
-0
/
+1
*
CMake: Rename XML_% to EXPAT_%
Sebastian Pipping
2019-08-30
4
-61
/
+60
*
CMake: Rename BUILD_shared to EXPAT_SHARED_LIBS
Sebastian Pipping
2019-08-30
3
-9
/
+9
*
CMake: Rename INSTALL to EXPAT_ENABLE_INSTALL
Sebastian Pipping
2019-08-30
1
-4
/
+4
*
CMake: Rename MSVC_USE_STATIC_CRT to EXPAT_MSVC_STATIC_CRT
Sebastian Pipping
2019-08-30
3
-10
/
+10
*
CMake: Rename USE_SYS_GETRANDOM to EXPAT_WITH_SYS_GETRANDOM
Sebastian Pipping
2019-08-30
2
-3
/
+3
*
CMake: Rename USE_GETRANDOM to EXPAT_WITH_GETRANDOM
Sebastian Pipping
2019-08-30
2
-3
/
+3
*
CMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_ERRORS
Sebastian Pipping
2019-08-30
1
-3
/
+3
*
CMake: Rename USE_libbsd to EXPAT_WITH_LIBBSD
Sebastian Pipping
2019-08-30
2
-6
/
+6
*
CMake: Rename BUILD_fuzzers to EXPAT_BUILD_FUZZERS
Sebastian Pipping
2019-08-30
1
-4
/
+4
*
CMake: Rename BUILD_doc to EXPAT_BUILD_DOCS
Sebastian Pipping
2019-08-30
1
-3
/
+3
*
CMake: Rename BUILD_doc_default to _EXPAT_BUILD_DOCS_DEFAULT
Sebastian Pipping
2019-08-30
1
-4
/
+4
*
CMake: Rename BUILD_tests to EXPAT_BUILD_TESTS
Sebastian Pipping
2019-08-30
2
-9
/
+9
*
CMake: Rename BUILD_examples to EXPAT_BUILD_EXAMPLES
Sebastian Pipping
2019-08-30
2
-8
/
+8
*
CMake: Rename BUILD_tools to EXPAT_BUILD_TOOLS
Sebastian Pipping
2019-08-30
2
-8
/
+8
*
CMake: Rename BUILD_tools_default to _EXPAT_BUILD_TOOLS_DEFAULT
Sebastian Pipping
2019-08-30
1
-4
/
+4
*
CMake: Add option -DXML_MIN_SIZE=(ON|OFF), default OFF
Sebastian Pipping
2019-08-30
3
-0
/
+8
*
Changes: Pull entry on XML_LARGE_SIZE up next to XML_ATTR_INFO
Sebastian Pipping
2019-08-30
1
-1
/
+1
*
Changes: Enrich CMake related entries
Sebastian Pipping
2019-08-30
1
-6
/
+6
*
CMake: Provide files for config-mode find_package
Sebastian Pipping
2019-08-30
6
-1
/
+107
*
CMake: Add argument -DXML_LARGE_SIZE=ON
Sebastian Pipping
2019-08-30
2
-0
/
+8
*
CMake: Extract macro expat_bool_to_int to reduce code duplication
Sebastian Pipping
2019-08-30
1
-25
/
+13
*
CMake: Fix PACKAGE_* variables in expat_config.h.cmake
Sebastian Pipping
2019-08-30
1
-5
/
+11
*
CMake: Make expat_config.h.cmake match expat_config.h.in variable order
Sebastian Pipping
2019-08-30
1
-9
/
+9
*
CMake: Mimic lib/Makefile.am with regard to doc installation
Sebastian Pipping
2019-08-30
1
-0
/
+11
*
CMake: Install expat_config.h to include directory
Sebastian Pipping
2019-08-30
2
-0
/
+2
*
CMake: Move expat_install up for upcoming use
Sebastian Pipping
2019-08-30
1
-6
/
+6
*
Merge pull request #325 from libexpat/drop-support-msvc-2003
Sebastian Pipping
2019-08-30
6
-25
/
+11
|
\
|
*
README.md: Document supported compilers
Sebastian Pipping
2019-08-29
2
-0
/
+6
|
*
expat_external.h: Inline remains of XML_USE_MSC_EXTENSIONS
Sebastian Pipping
2019-08-29
1
-5
/
+1
|
*
Drop support for Visual Studio <=7.1/2003
Sebastian Pipping
2019-08-29
5
-20
/
+4
*
|
win32: Get readme back in sync with CMake
Sebastian Pipping
2019-08-29
1
-3
/
+3
|
/
*
fuzz: Add .gitignore
Sebastian Pipping
2019-08-29
1
-0
/
+1
[next]