]> granicus.if.org Git - libexpat/shortlog
libexpat
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
2019-07-22 Sebastian Pippingqa.sh: Dump compiler version
2019-07-22 Sebastian PippingAppVeyor|Travis: Re-introduce clone depth
2019-07-22 Sebastian PippingMerge branch 'solve-warnings.marcomaggi-2018-10-30...
2019-07-22 Marco Maggifixed warning about potential null pointer dereference
2019-07-22 Sebastian Pippingruntests.c: Address warnings about variable shadowing
2019-07-21 Sebastian PippingMerge branch 'marcomaggi-cleaner-test-for-mingw.marcoma...
2019-07-21 Sebastian Pippingconfigure.ac: Use curly braces for variable
2019-07-21 Sebastian Pippingconfigure.ac: Adhust spelling of MinGW
2019-07-21 Marco Maggicleaner test for mingw as host system
2019-07-20 Sebastian PippingTravis CI: Drop "git.depth: 1" because subsequent pushe...
2019-07-20 Marco Maggifixed use of compilation flags in coverage script ...
2019-07-20 Sebastian PippingMerge branch 'marcomaggi-shell-scripts-review.marcomagg...
2019-07-20 Sebastian Pippingclean_coverage.sh: Use portable shebang
2019-07-20 Marco Maggiadded shebang and comments to clean_coverage script
2019-07-20 Sebastian Pippinginternal.h: Fix UNUSED_P for GCC 3.3 (fixes #288)
2019-07-17 Sebastian Pippingruntests.c: Address cppcheck warning (fixes #283)
2019-07-17 Sebastian PippingAppVeyor: Drop "clone_depth: 1" because subsequent...
2019-07-17 Sebastian Pippingxmlwf: Ensure that STDMETHODIMP_ is defined for cppchec...
2019-07-17 Sebastian Pippingxmltok.c: Use memcpy instead of copying single bytes...
2019-07-17 Sebastian Pippingtests: Silence cppcheck false positive (fixes #284)
2019-07-14 Sebastian PippingMerge branch 'MohammedKhajapasha-issue_273' (#281,...
2019-07-14 Sebastian PippingTravis: Limit distcheck tests to plain distcheck
2019-07-14 Sebastian PippingTravis: Drop test of in-source CMake
2019-07-12 Mohammed KhajapashaEnable CI for XML_ATTR_INFO
2019-07-10 Sebastian PippingMerge branch 'rewrite-qa-sh' (#278)
2019-07-10 Sebastian PippingTravis: Move from exclusion to inclusion approach
2019-07-10 Sebastian PippingTravis: Excluding UndefinedBehaviorSanitizer for macOS...
2019-07-10 Sebastian PippingTravis: Disable gcov mode on macOS for lack of -s argument
2019-07-09 Sebastian PippingTravis: Fix MemorySanitizer exclude for macOS
2019-07-09 Sebastian Pippingqa.sh: Pass -fsanitize=undefined to linker as well
2019-07-09 Sebastian Pippingqa.sh: Use clang++ to link (for ubsan)
2019-07-09 Sebastian Pippingqa.sh: Support GCC coverage reporting with Apple GCC...
2019-07-09 Sebastian PippingTravis: Cover MemorySanitizer and UndefinedBehaviorSani...
2019-07-09 Sebastian Pippingqa.sh: Re-write
2019-07-09 Sebastian PippingMerge branch 'kkkunche-issue_239' (#239, #277)
2019-07-09 Sebastian PippingChanges: Document #239 and #277
2019-07-09 Sebastian PippingCMake: Write expat_config.h as late as needed
2019-07-09 Sebastian PippingCMake: Resolve code duplication by use of a macro
2019-07-09 Sebastian PippingCMake: Support bypassing auto-detection of syscall...
2019-07-09 Sebastian PippingCMake: Turn getrandom build flag into a tribool
2019-07-09 Sebastian PippingCMake: Move reset of HAVE_GETRANDOM after ConfigureChec...
2019-07-09 kkkuncheCMake: Option to Disable the usuage of getrandom after...
2019-07-06 Sebastian PippingMerge branch 'issue-268-address-variable-shadowing...
2019-07-06 Sebastian PippingChanges: Mention #268 and #270
2019-07-03 Sebastian PippingChanges: Mention #244
2019-07-03 Sebastian PippingMerge branch 'MohammedKhajapasha-master' (#264)
2019-07-03 Sebastian PippingChanges: Document #264
2019-07-03 Sebastian Pippingcoverage.sh: Simplify if statement
2019-07-03 Sebastian Pippingcoverage.sh: Make xml_attr_info_enabled match unicode_e...
2019-07-03 Sebastian Pippingconfigure: Make --enable-xml-attr-info help match ...
2019-07-03 Mohammed KhajapashaEnable XML_ATTR_INFO in build
2019-07-01 Sebastian Pippingxmlparse.c: Limit scope of new_connector to save sizeof...
2019-06-29 Sebastian Pippingxmlparse.c: Drop needless re-calculation of keep (...
2019-06-29 Sebastian Pippingxmlparse.c: Resolve temp variable shadow (#268)
2019-06-24 Sebastian PippingChanges: Attach CVE-2018-20843 to #186 and #262
2019-06-20 Sebastian PippingChanges: Document #265
2019-06-20 Sebastian PippingMerge pull request #265 from xantares/patch-1
2019-06-20 xantaresFix link step on MinGW
2019-06-19 Sebastian PippingBump version from 2.2.6 to 2.2.7 R_2_2_7
2019-06-19 Sebastian PippingBump version info from 7:8:6 to 7:9:6
2019-06-19 Sebastian PippingChanges: Group/re-order changes for upcoming 2.2.7
2019-06-19 Sebastian PippingChanges: Document #158 and #263
2019-06-19 Sebastian PippingMerge pull request #263 from kkkunche/master
2019-06-18 kkkuncheCorrect the man page installation path in CMake Build
2019-06-16 Sebastian PippingMerge branch 'issue-186-fix-extraction-of-namespace...
next