]> git.ipfire.org Git - thirdparty/ccache.git/history - test/suites/base.bash
build: Find CppHttplib named libhttplib.so as well (#1465)
[thirdparty/ccache.git] / test / suites / base.bash
2024-01-14  Joel Rosdahlfix: Disable caching for modified source/include files
2023-05-22  Sam Jamestest: Fix typo (missing line continuation) (#1287)
2023-05-07  Joel Rosdahltest: Fix test failure in GitHub CI mingw64 jobs
2023-03-07  Joel Rosdahlfeat: Make it possible to disable ccache for a certain...
2023-01-18  Joel Rosdahlfix: Don't treat -Wp,-D as interchangeable with -D
2023-01-17  Joel Rosdahltest: Use grep -E/-F instead of obsolescent egrep/fgrep
2022-11-03  Joel Rosdahltest: Silence progress messages from CCACHE_UMASK test
2022-10-28  Joel Rosdahlfix: Use configured umask for command line operations...
2022-10-12  Orgad Shanehtest: Make the integration tests work under Windows...
2022-10-04  Joel Rosdahlfeat: Improve statistics for remote hits/misses
2022-10-02  Joel Rosdahlfix: Don't increment preprocessed_cache_miss in recache...
2022-09-27  Joel Rosdahlchore: Rename primary/secondary storage to local/remote...
2022-08-28  Joel Rosdahlfeat: Add support for Clang "--" option
2022-08-28  Joel Rosdahlfeat: Add support for caching assembler listing files
2022-08-27  Joel Rosdahltest: Disable "output file failure" test for unsupporte...
2022-08-18  Orgad Shanehtest: Add version output on failure (#1134)
2022-07-28  Joel Rosdahlfeat: Improve handling of dependency files
2022-07-22  Joel Rosdahlfix: Work around Clang bug when outputting to full...
2022-07-19  Joel Rosdahlfix: Log "bad output file" instead of "cache miss"...
2022-07-19  Joel Rosdahlfix: Avoid false positive cache hits for __asm__("...
2022-06-11  Joel Rosdahlfeat: Include timestamp in per-object debug filenames
2022-06-10  Joel Rosdahlfeat: Set CCACHE_DISABLE when calling compiler
2022-06-07  Joel Rosdahlfix: Fall back to compiler when producing assembler...
2022-03-24  Joel Rosdahlfix: Don’t cache preexisting object file when using...
2022-03-13  Joel Rosdahltest: Don’t require C++-capable compiler for the test...
2022-01-25  Joel Rosdahlfeat: Add --inspect option instead of --dump-manifest...
2022-01-17  Joel Rosdahltest: Verify -fsyntax-only handling without -c
2021-12-29  Joel Rosdahltest: Improve code style
2021-12-29  Alexey Sheplyakovfix: Avoid .incbin false positive (#983)
2021-12-12  Joel Rosdahlfeat: Support caching stdout for all compiler types
2021-12-12  Luboš LuňákAdd support for caching stdout from MSVC (#962)
2021-09-20  Joel Rosdahltest: Cope with CC being a wrapper script that uses...
2021-08-24  Joel Rosdahltest: Improve output of differing text files on failure
2021-08-20  Joel Rosdahlfix(test): Fix .incbin test with newer binutils
2021-08-16  Joel Rosdahlfeat: Print statistics IDs instead of descriptions...
2021-08-10  Joel Rosdahlfeat: Add statistics for forced recaches
2021-08-10  Joel Rosdahlfeat: Add statistics for primary/secondary hits/miss
2021-08-10  Joel Rosdahlfeat: Add statistics for direct/preprocessed cache...
2021-08-10  Joel Rosdahltest: Use machine-parsable statistics IDs in tests
2021-08-10  Joel Rosdahlrefactor(test): Improve duplicate tests in base suite
2021-07-04  Joel RosdahlAdd util::to_absolute_path
2021-06-13  Joel RosdahlSilence stray printout from "-P -c" test case
2021-04-13  Joel RosdahlImprove statistics for “-P -E”
2021-03-06  pawelkrysiakFix "Debug option" test (#807)
2021-03-05  Joel RosdahlWrite debug log file in most argument processing error...
2021-02-23  Joel RosdahlHandle -frecord-gcc-switches correctly
2021-02-07  Joel RosdahlOnly dup2 stderr into $UNCACHED_ERR_FD for preprocessor...
2021-02-01  Joel RosdahlImprove handling of SOURCE_DATE_EPOCH
2021-01-19  Nicholas HutchinsonTest suite fixes and improvements for Windows (#780)
2021-01-09  Azat KhuzhinIgnore SOURCE_DATE_EPOCH under time_macros sloppiness...
2021-01-03  Joel RosdahlFix retrieval of object file when destination is /dev...
2020-12-28  Nicholas HutchinsonFix running tests on macOS (#756)
2020-11-16  Alexander LaninCache -fsyntax-only result (#685)
2020-11-09  Joel RosdahlAdd possibility of overriding compiler type guess
2020-11-03  Joel RosdahlRetain given color diagnostics options when forcing...
2020-10-28  Joel RosdahlRestore original umask after finalize_at_exit
2020-10-23  Joel RosdahlTweak code style
2020-10-20  Alexander LaninSupport ccache ccache gcc (#687)
2020-10-10  Alexander LaninMake CCACHE_COMPILER always the highest priority (...
2020-10-05  Joel RosdahlAllow running the test suite with a “+dirty” version
2020-09-23  Joel RosdahlEncode hash digests as 4 base16 digits + 29 base32hex...
2020-09-23  Joel RosdahlUse short type suffix for cache files
2020-09-23  Joel RosdahlSilence unwanted output in CCACHE_UMASK test
2020-09-17  Joel RosdahlRemove cache_dir_levels (CCACHE_NLEVELS) setting
2020-09-14  Joel RosdahlRemove upgrade code for populating config with legacy...
2020-09-05  Joel RosdahlAllow for 64-bit values in statistics counters
2020-08-22  Joel Rosdahltest: Improve names of expect_* functions
2020-08-06  Joel RosdahlCCACHE_PREFIX test: Fix failure for GCC <4.9
2020-08-01  Joel RosdahlLet CCACHE_UMASK apply only to files/directories in...
2020-08-01  Joel RosdahlResultRetriever: Clear m_dest_data between entries
2020-07-25  Deepak YadavShare cache for different object file names with -MD...
2020-07-05  Joel RosdahlSkip “Directory is not hashed if using -gz[=zlib]”...
2020-06-18  Erik JohanssonReplace BLAKE2b with BLAKE3 (#519)
2020-05-31  Olle LiljenzinAdd inode cache for file hashes (#577)
2020-05-20  Joel RosdahlAdd test case for merging stderr from preprocessor...
2020-04-26  Joel RosdahlClean up version output test
2020-04-26  Alexander LaninAdd test for human readable version output (#583)
2020-03-01  Thomas OttoConvert counters to a class (#548)
2020-02-25  Joel RosdahlFix empty <obj>.ccache-log in debug mode without log_fi...
2020-02-23  Joel RosdahlMove basedir tests to the basedir test suite
2020-02-22  Joel RosdahlMake failure to run compiler_check command a soft error
2020-02-22  Joel RosdahlDon’t increment STATS_COMPILER on fatal error
2020-01-16  Joel RosdahlSend dependency arguments to compiler if run_second_cpp...
2020-01-15  Joel RosdahlAvoid passing compilation-only options to the preproces...
2020-01-05  Joel RosdahlAdd tests for verifying dependency file content
2020-01-05  Joel RosdahlTest .incbin detection for assembler compilation
2020-01-05  Joel RosdahlRemove the unify mode
2019-10-19  Joel RosdahlRemove now superfluous size check of uncompressed files
2019-09-17  Joel RosdahlInclude compiler-only arguments in the hash
2019-09-12  Joel RosdahlSupport GCC 9’s -gz=[type] option
2019-07-28  Anders BjörklundAdded remaining changes to make tests run on MSYS ...
2019-07-22  Anders F BjörklundUse BLAKE2b checksum instead of bundled MD4
2019-07-01  Joel RosdahlRequire libzstd and remove zlib support
2019-06-08  Joel RosdahlImprove how <MD4, number of hashed bytes> is represented
2019-06-01  Joel RosdahlRemove --enabled-aggregated feature toggle
2019-05-30  Anders BjörklundAdd aggregated file storing all the results (#408)
2019-04-13  Joel RosdahlImprove handling of debug levels
2019-04-01  Joel RosdahlDon’t create missing output directory
2019-03-27  Joel RosdahlDeduce output filename from source filename without...
2019-03-21  Joel RosdahlAdd test case for #365
next