summaryrefslogtreecommitdiff
path: root/expat/qa.sh
Commit message (Expand)AuthorAgeFilesLines
* Sync file headersSebastian Pipping2022-09-191-1/+1
* coverage.sh|qa.sh: Fix copying of DLLs for Wine/MinGW for Ubuntu 22.04Sebastian Pipping2022-09-091-2/+2
* cmake: Produce libexpat-1.dll with MinGW in line with GNU AutotoolsSebastian Pipping2022-08-031-1/+1
* Increase precision in existing MIT headers based on Git historySebastian Pipping2021-05-021-1/+3
* Pump up oneline MIT headers to full onesSebastian Pipping2021-05-021-2/+28
* .travis.yml: Upgrade to Ubuntu Bionic 18.04.x LTS and Clang 11Sebastian Pipping2021-02-241-3/+4
* qa.sh: Enable LeakSanitizerleaksanSebastian Pipping2020-09-251-0/+5
* CMake: Consider use of CMAKE_{EXE,MODULE,SHARED}_LINKER_FLAGSSebastian Pipping2020-07-161-0/+1
* CMake: Create libexpatw.{dll,so} and expatw.pc with -DEXPAT_CHAR_TYPE=(ushort...Sebastian Pipping2019-10-121-1/+1
* qa.sh: Exclude "make run-xmltest" for -DEXPAT_DTD=OFFSebastian Pipping2019-09-291-3/+5
* qa.sh: Auto-detect QA_COMPILERSebastian Pipping2019-09-041-3/+12
* qa.sh: Migrate from GNU Autotools to CMakeSebastian Pipping2019-09-021-25/+34
* Add -fno-common to ASAN tests to make sure global buffer overflows are detected.Hanno2019-08-161-1/+1
* Make sure UBSAN errors cause a hard abort.Hanno2019-08-151-1/+1
* qa.sh: Add missing DLL symlinks for MinGWSebastian Pipping2019-07-301-0/+12
* qa.sh: Show tests/runtests*.log on "make check" failure for MinGWSebastian Pipping2019-07-301-1/+6
* qa.sh: Pass command line arguments to ./configurePhilippe Antoine2019-07-281-2/+2
* qa.sh: Dump compiler versionSebastian Pipping2019-07-221-0/+3
* qa.sh: Pass -fsanitize=undefined to linker as wellSebastian Pipping2019-07-101-0/+1
* qa.sh: Use clang++ to link (for ubsan)Sebastian Pipping2019-07-101-1/+2
* qa.sh: Support GCC coverage reporting with Apple GCC as wellSebastian Pipping2019-07-101-1/+1
* qa.sh: Re-writeSebastian Pipping2019-07-101-100/+192
* Use "/usr/bin/env bash" shebang everywhere for protability (#257)Sebastian Pipping2019-05-181-1/+1
* qa.sh: Link with clang for Address SanitizerSebastian Pipping2019-01-271-0/+1
* qa.sh: Dump config.log for configure failuresSebastian Pipping2019-01-271-1/+2
* qa.sh: Fix incomplete link flags for Address SanitizerSebastian Pipping2019-01-271-1/+4
* qa.sh: Start using -WerrorSebastian Pipping2017-12-031-2/+8
* qa.sh: Fix "memory" mode (#65)Sebastian Pipping2017-08-301-1/+1
* qa.sh: Stay closer to c89 (still requires c99)Sebastian Pipping2017-08-231-2/+2
* qa.sh: Use clang for mode "address" to detect memory leaks (#23)Sebastian Pipping2017-07-151-2/+2
* qa.sh: Rename BASE_FLAGS to BASE_COMPILE_FLAGSSebastian Pipping2017-07-151-10/+10
* Move to C99 (#73) and fix ULL integer literals (#69)Sebastian Pipping2017-07-121-1/+1
* Address MemorySanitizer mis-report on SYS_getrandomSebastian Pipping2017-06-151-1/+1
* Add qa.sh modes for library and application coverage statsRhodri James2017-01-301-2/+8
* qa.sh: "set -e" inside "|| exit 1"-ed subshell did not have any effectSebastian Pipping2016-06-061-1/+2
* qa.sh: Merge callgraphs into oneSebastian Pipping2016-05-301-9/+12
* qa.sh: Add egypt support (callgraphs)Sebastian Pipping2016-05-301-2/+16
* qa.sh: Add ncc/nccnav supportSebastian Pipping2016-05-251-2/+23
* qa.sh: Polish and make more flexibleSebastian Pipping2016-05-251-11/+24
* Makefile.in: Extend target "qa"Sebastian Pipping2016-05-151-0/+72