summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
...
* Travis CI: Replace multiple CONF_x with a single CONF_OPTIONS variableIvan Maidanski2017-03-281-68/+35
* Travis CI: Also test with musl-gcc (Linux)Ivan Maidanski2017-03-281-2/+11
* Travis CI: Run CSA for a 32-bit target on OS XIvan Maidanski2017-03-281-10/+1
* Travis CI: Test builds with -D LINT2 without -D CPPCHECKIvan Maidanski2017-03-281-2/+3
* Travis CI: Use CSA v4.0 (clang-4.0)Ivan Maidanski2017-03-271-2/+18
* Travis CI: Install gcc-multilib for CSA check with '-m32' optionIvan Maidanski2017-03-271-0/+1
* Travis CI: Run CSA once per build configurationIvan Maidanski2017-03-241-14/+6
* Travis CI: Specify test configurations using 'matrix:include'Ivan Maidanski2017-03-241-123/+194
* Travis CI: Add _FORTIFY_SOURCE to exclude GC_BUILTIN_ATOMIC build for gccIvan Maidanski2017-03-231-1/+1
* Travis CI: Test also with -D _FORTIFY_SOURCEIvan Maidanski2017-03-231-1/+1
* Travis CI: Build also cord/de target of Makefile.directIvan Maidanski2017-03-231-1/+1
* Travis CI: Build check-cpp target of Makefile.directIvan Maidanski2017-03-221-1/+1
* Travis CI: Do not test --enable-redirect with threads on 32-bit and DarwinIvan Maidanski2017-03-171-2/+4
* Travis CI: Test also -D DBG_HDRS_ALL -D SHORT_DBG_HDRSIvan Maidanski2017-03-171-0/+5
* Travis CI: Remove -D DEBUG_DISCLAIM_DESTRUCT, add -D GC_LOG_TO_FILE_ALWAYSIvan Maidanski2017-03-171-2/+2
* Travis CI: Test also --enable-redirect-mallocIvan Maidanski2017-03-171-1/+10
* Travis CI: Test also -D POINTER_MASKIvan Maidanski2017-03-161-0/+4
* Travis CI: Test also ENABLE_TRACE and other misc macrosIvan Maidanski2017-03-161-0/+3
* Travis CI: Test also various -D DEBUG_xIvan Maidanski2017-03-161-0/+3
* Travis CI: Test also build system based on Makefile.directIvan Maidanski2017-03-151-2/+8
* Travis CI: Test MARK_BIT_PER_OBJ and SMALL_CONFIG in separate buildsIvan Maidanski2017-03-141-2/+5
* Travis CI: Test also compilation of PROC_VDB codeIvan Maidanski2017-03-141-0/+3
* Travis CI: Test also -D CHECKSUMS, -D SMALL_CONFIG -D MARK_BIT_PER_OBJIvan Maidanski2017-03-111-0/+6
* Travis CI: Put a space after '-D', '-U' for cppcheck, clang, gccIvan Maidanski2017-03-101-5/+5
* Travis CI: Do not use atomic intrinsics on Linux/gcc-4.6Ivan Maidanski2017-03-101-0/+2
* Travis CI: Test also with GC built-in atomic primitivesIvan Maidanski2017-03-091-0/+1
* Travis CI: Also test --enable-large-config in 32-bit mode (Linux)Ivan Maidanski2017-03-071-0/+3
* Travis CI: Test also --enable-large-config --enable-munmap (Linux)Ivan Maidanski2017-03-071-0/+3
* Travis CI: Output gctest.log contentIvan Maidanski2017-03-071-0/+1
* Travis CI: Also test with Unexpected behavior sanitizer (UBSan)Ivan Maidanski2017-03-031-0/+12
* Travis CI: Output config.h contentIvan Maidanski2017-02-281-1/+2
* Travis CI: Move cppcheck to parent (home) folderIvan Maidanski2017-02-281-3/+4
* Travis CI: Reformat 'env' section (describe each configuration in a line)Ivan Maidanski2017-02-281-6/+3
* Travis CI: Add source check by cppcheckIvan Maidanski2017-02-141-2/+23
* Travis CI: Test -D LINT2 in Linux/x86 builds, not during test coverageIvan Maidanski2017-02-141-1/+1
* Travis CI: fix -D KEEP_BACK_PTRS option passed to clang in CSA_CHECKIvan Maidanski2017-02-141-1/+1
* Travis CI: fix 'bits/predefs.h not found' in CSA_CHECK buildIvan Maidanski2017-02-141-2/+3
* Travis CI: fix missing "fi" in the scriptIvan Maidanski2017-02-141-0/+1
* Travis CI: Pass -D LINT2 to CFLAGS during test coverage checkIvan Maidanski2017-02-141-0/+1
* Travis CI: Add source check by Clang Static AnalyzerIvan Maidanski2017-02-141-3/+27
* Travis CI: Test --disable-static --disable-threadsIvan Maidanski2017-02-021-2/+5
* Travis CI: Test --enable-gc-assertions (only with -m32 and gcov)Ivan Maidanski2017-02-021-1/+3
* Travis CI: Test --enable-munmap only once (for gcov only)Ivan Maidanski2017-02-021-1/+2
* Travis CI: Test also --disable-gc-debug and --enable-large-configIvan Maidanski2017-02-021-1/+9
* Travis CI: Do not apply gcov to gc-debug codeIvan Maidanski2017-02-021-1/+3
* Travis CI: Fix base directory for lcovIvan Maidanski2017-02-021-1/+1
* Travis CI: Fix gcov exclude matrix and fix lcov usageIvan Maidanski2017-02-011-5/+6
* Travis CI: Report test coverage for Linux/x64 (single-obj-compilation)Ivan Maidanski2017-02-011-1/+18
* Travis CI: Refactoring (rename ENABLE_CPP variable to CONF_CPP)Ivan Maidanski2017-02-011-2/+2
* Travis CI: Refactoring (CFLAGS_EXTRA_M, wrap long lines)Ivan Maidanski2017-02-011-4/+8