summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Fix test failure in GitHub CI mingw64 jobsHEADmasterJoel Rosdahl2023-05-071-2/+4
* fix: Don't add additional depend mode options after Clang -- optionJoel Rosdahl2023-04-171-0/+13
* feat: Make it possible to disable ccache for a certain source code fileJoel Rosdahl2023-03-071-0/+8
* feat: Add support for setting per-compilation config on command lineJoel Rosdahl2023-02-201-0/+12
* feat: Add support for -Wp,-U<macro> in direct modeJoel Rosdahl2023-01-181-0/+13
* fix: Don't treat -Wp,-D as interchangeable with -DJoel Rosdahl2023-01-182-2/+22
* test: Use grep -E/-F instead of obsolescent egrep/fgrepJoel Rosdahl2023-01-176-13/+13
* feat: Improve automatic cache cleanup mechanismJoel Rosdahl2023-01-171-94/+81
* feat: Do clean/clear/evict-style operations per level 2 directoryJoel Rosdahl2023-01-111-75/+25
* fix: Use spinlocks for inode cache memory synchronization (#1229)Oleg Sidorkin2023-01-041-1/+1
* fix: Only use original umask when retrieving resultJoel Rosdahl2022-12-231-1/+15
* fix: Improve fix for local/remote cache misses in depend modeJoel Rosdahl2022-12-201-2/+22
* fix: Fix reporting of local/remote cache misses in depend modeJoel Rosdahl2022-12-131-0/+55
* fix: Avoid race condition in inode cache for quick updatesJoel Rosdahl2022-11-201-0/+5
* feat: Support -Wp,-M[M]D with -o without -MMD/-MQ/-MT for GCC and ClangJoel Rosdahl2022-11-031-6/+24
* test: Silence progress messages from CCACHE_UMASK testJoel Rosdahl2022-11-031-3/+3
* test: Silence Clang warnings about unused arguments during compilationJoel Rosdahl2022-11-031-4/+4
* test: Remove left-over fi statementJoel Rosdahl2022-11-031-1/+0
* fix: Process the argument following a -Xarch argument (#1199)rblx-kbuck2022-10-281-0/+4
* fix: Use configured umask for command line operations like --zero-statsJoel Rosdahl2022-10-281-0/+18
* test: Disable flaky Windows profiling testsJoel Rosdahl2022-10-282-5/+8
* fix: Use separate 32-bit and 64-bit inode cache filesJoel Rosdahl2022-10-261-1/+1
* fix: Handle -MD/-MMD when compiling assembler fileJoel Rosdahl2022-10-191-0/+33
* test: Make the integration tests work under Windows (#1133)Orgad Shaneh2022-10-1221-93/+270
* chore: Clean up code slightlyJoel Rosdahl2022-10-061-4/+4
* test: Add another depend mode test (#1174)louiscaron2022-10-051-6/+46
* feat: Improve statistics for remote hits/missesJoel Rosdahl2022-10-045-71/+240
* chore: Improve inode cache log messagesJoel Rosdahl2022-10-031-1/+1
* fix: Don't increment preprocessed_cache_miss in recache modeJoel Rosdahl2022-10-021-0/+2
* feat: Implement "remote only" modeJoel Rosdahl2022-09-282-0/+34
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-2711-545/+545
* chore: Rename primary/secondary config to config/system configJoel Rosdahl2022-09-272-12/+12
* test: Fix typo in depend tests (#1167)louiscaron2022-09-261-1/+1
* test: Fix KEEP_TESTDIR test in test/run (#1161)louiscaron2022-09-231-1/+1
* test: Silence output from $COMPILER --versionJoel Rosdahl2022-09-211-1/+1
* feat: Merge local manifest with fetched remote manifestJoel Rosdahl2022-09-211-0/+127
* fix: Don't reshare results with raw files to secondary storageJoel Rosdahl2022-09-211-0/+24
* refactor: Use memory buffers instead of streams for resultsJoel Rosdahl2022-09-211-1/+2
* fix: Don't crash with no or nonexistent source file with base_dirJoel Rosdahl2022-09-091-0/+3
* fix: Don't fail if object file exists and is unwritableJoel Rosdahl2022-09-051-0/+9
* chore: Remove share-hits attribute for secondary storageJoel Rosdahl2022-08-301-27/+0
* feat: Add support for Clang "--" optionJoel Rosdahl2022-08-281-0/+13
* feat: Add support for caching assembler listing filesJoel Rosdahl2022-08-281-3/+49
* test: Disable "output file failure" test for unsupported filesystemJoel Rosdahl2022-08-271-11/+16
* fix: Detect PCH for concatenated -include optionJoel Rosdahl2022-08-241-11/+17
* test: Add version output on failure (#1134)Orgad Shaneh2022-08-181-1/+1
* feat: Enable inode cache by defaultJoel Rosdahl2022-08-061-1/+0
* feat: Improve inode cache robustnessJoel Rosdahl2022-08-051-3/+8
* test: Ignore clang warning from -fdebug-prefix-map testJoel Rosdahl2022-08-031-2/+2
* test: Only run -ftest-coverage + -fprofile-dir tests for GCCJoel Rosdahl2022-08-031-29/+29