summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* chore: Fix typoJoel Rosdahl2022-11-201-1/+1
* fix: Avoid race condition in inode cache for quick updatesJoel Rosdahl2022-11-202-4/+39
* fix: Fall back to emulation for unsupported posix_fallocate (#1222)Oleg Sidorkin2022-11-141-3/+7
* fix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default temporary directoryJoel Rosdahl2022-11-131-3/+4
* fix: Fix bug in Duration arithmetic operatorsJoel Rosdahl2022-11-131-4/+4
* perf: Optimize util::write_file for empty dataJoel Rosdahl2022-11-131-2/+2
* fix: Do not create /run directory on systems that don't have it (#1221)Oleg Sidorkin2022-11-131-3/+5
* fix: Don't consider temporary files incompressibleJoel Rosdahl2022-11-101-1/+2
* fix: Properly wait for recompression jobs if there is no f subdirJoel Rosdahl2022-11-101-0/+3
* enhance: Make subsequent calls to ThreadPool::shut_down NOPsJoel Rosdahl2022-11-101-0/+4
* refactor: Avoid changing loop variable in body of for loopJoel Rosdahl2022-11-102-2/+6
* refactor: Remove empty if clauseJoel Rosdahl2022-11-101-4/+5
* fix: Avoid duplicate magic header in --inspectJoel Rosdahl2022-11-101-1/+1
* chore: Sort file listJoel Rosdahl2022-11-101-1/+1
* chore: Improve inode cache loggingJoel Rosdahl2022-11-101-2/+3
* fix(http-storage): Report connection timeout properlyJoel Rosdahl2022-11-071-6/+15
* chore: Fix grammar in commentJoel Rosdahl2022-11-051-2/+2
* feat: Include I_MPI_CC/I_MPI_CXX in the input hashJoel Rosdahl2022-11-051-0/+6
* chore: Improve inode cache loggingJoel Rosdahl2022-11-051-6/+5
* feat: Support -Wp,-M[M]D with -o without -MMD/-MQ/-MT for GCC and ClangJoel Rosdahl2022-11-031-12/+27
* fix: Fix parsing of sloppiness with trailing delimiterJoel Rosdahl2022-11-031-7/+4
* fix: Avoid redundant slash in HTTP storage URLs with subdirsJoel Rosdahl2022-11-031-1/+1
* fix: Hash variables that affect Clang version on macOSJoel Rosdahl2022-11-031-2/+8
* chore: Tweak commentsJoel Rosdahl2022-11-031-3/+3
* chore: Improve logging of file read failuresJoel Rosdahl2022-11-028-11/+17
* fix: Process the argument following a -Xarch argument (#1199)rblx-kbuck2022-10-281-2/+0
* fix: Use configured umask for command line operations like --zero-statsJoel Rosdahl2022-10-282-0/+13
* build: Include limits.h for PATH_MAXJoel Rosdahl2022-10-262-0/+4
* fix: Use separate 32-bit and 64-bit inode cache filesJoel Rosdahl2022-10-261-1/+3
* build: Apply standard settings and warnings to lockfile test (#1195)Gregor Jasny2022-10-241-1/+1
* fix: Handle -MD/-MMD when compiling assembler fileJoel Rosdahl2022-10-195-33/+62
* refactor: Avoid an extra data copy when rewriting stdoutJoel Rosdahl2022-10-162-7/+9
* enhance: Add more util::Bytes::insert variantsJoel Rosdahl2022-10-161-1/+28
* refactor: Rename ShowIncludesParser to MsvcShowIncludesOutputJoel Rosdahl2022-10-165-15/+15
* chore: Tweak code related to auto depend mode for MSVCJoel Rosdahl2022-10-163-8/+10
* doc: Tweak manual and comments related to /showIncludesJoel Rosdahl2022-10-163-5/+5
* build: Add headers to CMake project files (#1178)Orgad Shaneh2022-10-158-0/+24
* feat: Support auto depend mode for MSVC without /showIncludes (#1176)Orgad Shaneh2022-10-157-3/+57
* feat: Support depend mode for MSVC (#992)Orgad Shaneh2022-10-128-9/+158
* chore: Clean up code slightlyJoel Rosdahl2022-10-063-45/+42
* fix: Remove usage of deprecated codecvt header (#1172)Orgad Shaneh2022-10-051-6/+30
* refactor: Store compiler output as bytesJoel Rosdahl2022-10-054-28/+32
* enhance: Add util::to_string instantiations for Bytes and spanJoel Rosdahl2022-10-051-0/+16
* fix: Handle spaces between target and colon in dependency files (#1166)louiscaron2022-10-051-4/+56
* fix: Retain line CRLF in compiler output on Windows (#1173)Orgad Shaneh2022-10-051-4/+7
* Revert "feat: Support auto depend mode for MSVC without /showIncludes (#1158)"Joel Rosdahl2022-10-0510-208/+10
* feat: Support auto depend mode for MSVC without /showIncludes (#1158)Orgad Shaneh2022-10-0510-10/+208
* fix: Capture MSVC stdout/stderr when running from Visual Studio (#1170)Orgad Shaneh2022-10-051-0/+6
* fix: Fix implementation of unsetenv on Windows (#1171)Orgad Shaneh2022-10-051-0/+2
* feat: Improve handling of -frandom-seed and description of sloppinessJoel Rosdahl2022-10-042-5/+2