summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: Improve handling of dependency filesJoel Rosdahl2022-07-286-209/+224
* test: Add support for negative content pattern matchingJoel Rosdahl2022-07-261-2/+12
* ci: Bump to macOS 11Joel Rosdahl2022-07-221-1/+1
* fix: Work around Clang bug when outputting to full NFS diskJoel Rosdahl2022-07-223-6/+18
* test: Remove superfluous period from error messageJoel Rosdahl2022-07-201-1/+1
* test: Fix printing of error messages with embedded newlinesJoel Rosdahl2022-07-201-4/+4
* fix: Log "bad output file" instead of "cache miss" on output file errorJoel Rosdahl2022-07-191-0/+18
* fix: Avoid false positive cache hits for __asm__(".incbin" " \"file\"")Joel Rosdahl2022-07-191-2/+11
* fix: Avoid false success for -fcolor-diagnostics probe with GCCJoel Rosdahl2022-07-182-9/+7
* feat: Add support for GCC -fprofile-abs-path optionJoel Rosdahl2022-07-171-0/+45
* test: Simplify secondary_redis_unix testsJoel Rosdahl2022-07-071-24/+11
* fix: Handle more cases of invalid secondary storage URLsJoel Rosdahl2022-07-071-0/+14
* feat: Support Redis over unix socket (#1064)Anders Björklund2022-07-052-0/+149