]> granicus.if.org Git - libexpat/shortlog
libexpat
2019-08-29 Sebastian PippingCMake: Enabled MSVC_USE_STATIC_CRT by default (to match...
2019-08-29 Sebastian PippingCMake: Re-introduce MT/MD postfix for static windows...
2019-08-29 Sebastian Pippingwin32: Implement build_expat_iss.bat
2019-08-29 Sebastian Pippingwin32: Add CMake files to Inno Setup
2019-08-29 Sebastian PippingCMake: Mention CMAKE_BUILD_TYPE in summary
2019-08-28 Sebastian PippingMerge pull request #319 from libexpat/byte-type-comments
2019-08-28 Mitch PhillipsAdd XML fuzzers to libexpat upstream. (#308)
2019-08-27 Sebastian Pippingxmltok: Add more in-code documentation about byte types
2019-08-21 Sebastian PippingCMake: Windows: Revert "MT" naming postfix bits
2019-08-18 Sebastian PippingMerge pull request #316 from libexpat/cmake-postfix
2019-08-17 Sebastian PippingCMake: Add suffix w?d?(MT)? to binaries on Windows
2019-08-17 Sebastian PippingCMake: Bump version requirement to CMake 3.1.3
2019-08-17 Sebastian PippingMerge pull request #315 from libexpat/issue-306-configu...
2019-08-17 Sebastian PippingMerge branch 'david-loffredo-portable-unused-param...
2019-08-17 Sebastian PippingChanges: Document #313
2019-08-17 Sebastian PippingMerge branch 'david-loffredo-win64-cast-warnings' ...
2019-08-17 Sebastian PippingChanges: Document #310
2019-08-17 Sebastian Pippingconfigure-ac-style.md: Add configure.ac style guide
2019-08-17 Sebastian PippingMerge pull request #314 from hannob/add_no_common
2019-08-16 David Loffredoupdate xmlwf and tests to new UNUSED_P definition
2019-08-16 David Loffredohandle unused parameters with the usual (void)param...
2019-08-16 HannoAdd -fno-common to ASAN tests to make sure global buffe...
2019-08-15 David Loffredofix loss of data warnings with vc15 win64 and /W4
2019-08-15 Sebastian PippingMerge pull request #309 from hannob/ubsan_abort
2019-08-15 HannoMake sure UBSAN errors cause a hard abort.
2019-08-12 Sebastian PippingMerge branch 'improve-cmake'
2019-08-12 Sebastian PippingCMake: Be fine without C++ compiler when tests are...
2019-08-12 Sebastian PippingCMake: Make use of PROJECT_VERSION
2019-08-12 Sebastian PippingCMake: Require CMake >=3.0.2
2019-08-12 Sebastian PippingCMake: Make version requirement first statement in...
2019-08-12 Sebastian PippingCMake: Move enable_testing closer to test runner code
2019-08-12 Sebastian PippingCMake: Use SEND_ERROR to report more errors at once
2019-08-12 Sebastian PippingCMake: A more section comments
2019-08-12 Sebastian PippingCMake: Move header installation away from pkg-config...
2019-08-12 Sebastian PippingCMake: Gather configuration options near the top
2019-08-12 Sebastian PippingCMake: Produce configuration summary
2019-08-12 Sebastian PippingCMake: Extract variable test_SRCS
2019-08-12 Sebastian PippingMerge branch 'kkkunche-issue_302' (#307)
2019-08-12 kkkuncheCorrect the indentation for configure.ac
2019-08-11 Sebastian PippingMerge branch 'fix-make-run-xmltest-for-out-of-source...
2019-08-11 Sebastian PippingChanges: Document out-of-source fix to "make run-xmltest"
2019-08-11 Sebastian PippingMakefile.am: Make "run-xmltest" more robust
2019-08-11 Sebastian Pippingxmltest.sh: Remove dead code
2019-08-11 Sebastian Pippingxmltest.sh: Fix for out-of-source builds
2019-08-11 Sebastian PippingMakefile.am: Support direct "./configure && make run...
2019-08-11 Sebastian PippingMakefile.am: Use $(srcdir) and $(*builddir) in target...
2019-08-11 Sebastian Pippingapply-clang-format.sh: Adapt to new expat_config.h...
2019-08-10 Sebastian PippingCMake.README: Remove trailing whitespace
2019-08-10 dos2unixCMake: Migrate files from Windows to Unix line endings
2019-08-10 Sebastian PippingChanges: Streamline entries about new CMake arguments
2019-08-10 Sebastian PippingMerge branch 'kkkunche-239_issues' (#301)
2019-08-10 Sebastian PippingChanges: Document #239 and #301
2019-08-10 kkkuncheAutotool new options : --with/--without -getrandom...
2019-08-07 Sebastian PippingMerge branch 'david-loffredo-rand_s-test' (#302, fixes...
2019-08-07 Sebastian PippingChanges: Document #299 and #302
2019-08-07 Sebastian Pippingxmlparse.c: Mention rand_s with stdlib include
2019-08-07 David Loffredoreplace loadlibrary.c and RtlGenRandom call with rand_s...
2019-08-07 David LoffredoMake win32 stdlib.h define rand_s(), add writeRandomByt...
2019-08-07 Sebastian PippingMerge pull request #298 from libexpat/issue-240-stoppin...
2019-08-04 Sebastian PippingChanges: Document fix to #240
2019-08-04 Sebastian Pippingruntests.c: Add two test cases for/from issue #240
2019-08-04 Sebastian Pippingxmlparse.c: Fix effect of XML_StopParser for end elemen...
2019-08-04 Sebastian PippingMerge branch 'clang-format-9' (#293, fixes #24)
2019-08-03 Sebastian PippingChanges: Document mass-application of clang-format 9
2019-08-03 clang-formatMass-apply clang-format 9 using ./apply-clang-format.sh
2019-08-03 Sebastian Pippingsiphash.h: Prepare for application of clang-format
2019-08-03 Sebastian Pippingruntests.c: Mark some sections as to be excluded by...
2019-08-03 Sebastian Pippingxmltok_impl.c: Re-format use of LEAD_CASE macro
2019-08-03 Sebastian PippingTravis CI: Integrate clang-format 9
2019-08-03 Sebastian Pipping.clang-format: Comment out AlignConsecutiveMacros
2019-08-03 Sebastian Pipping.clang-format: Tune
2019-08-03 Sebastian Pipping.clang-format: Update to clang-format 9 default style
2019-08-03 Sebastian Pipping.clang-format: Pin clang-format 8 default style
2019-07-30 Sebastian PippingMerge branch 'issue-266-make-travis-ci-cover-mingw...
2019-07-30 Sebastian PippingTravis CI: Cover MinGW
2019-07-30 Sebastian PippingTravis CI: Compress some whitespace for upcoming extension
2019-07-30 Sebastian PippingMakefile.am: Make "run-xmltest" robust to wine error...
2019-07-30 Sebastian Pippingqa.sh: Add missing DLL symlinks for MinGW
2019-07-30 Sebastian Pippingqa.sh: Show tests/runtests*.log on "make check" failure...
2019-07-29 Sebastian PippingMerge branch 'drop-xmlwf-com-code' (#286)
2019-07-29 Sebastian PippingChanges: Document #286
2019-07-29 Sebastian Pippingxmlwf: Drop COM code
2019-07-29 Sebastian PippingMerge pull request #296 from libexpat/fix-qa-sh-integration
2019-07-28 Philippe AntoineTravis CI: Pass ${CONFIGURE_ARGS} to ./qa.sh
2019-07-28 Philippe Antoineqa.sh: Pass command line arguments to ./configure
2019-07-28 Marco Maggiminicheck.c: Fix volatile variables (#235)
2019-07-28 Sebastian PippingTravis CI: Move cppcheck according to alphabetic order
2019-07-28 Sebastian Pippingexpat.h: Drop OpenVMS support leftover (#14)
2019-07-28 Sebastian PippingChanges: Add missing entries
2019-07-27 Sebastian PippingMerge branch 'clang-static-analyzer'
2019-07-27 Sebastian Pippingruntests.c: Address null pointer warnings by Clang...
2019-07-27 Sebastian Pippingstructdata.c: Address Clang Static Analyzer warnings...
2019-07-27 Sebastian Pippingxmlparse.c: Address Clang Static Analyzer false positiv...
2019-07-27 Sebastian Pippingruntests.c: Pull semicolon out of braces
2019-07-27 Sebastian Pippingruntests.c: Reduce code duplication
2019-07-24 Sebastian PippingTravis CI: Drop "sudo: required"
2019-07-23 Sebastian PippingMerge pull request #290 from manish3kumar/integrate-sa
2019-07-23 Manish, KumarIntegrate cppcheck with travis-ci for libexpat
2019-07-22 Sebastian PippingMerge branch 'travis-clang-9'
2019-07-22 Sebastian PippingTravis CI: Use Clang 9 on Linux
next