summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix: Don't read first character of empty stringsJoel Rosdahl2023-02-051-2/+2
* fix: Handle Unix-style paths as non-options to MSVCJoel Rosdahl2023-02-052-141/+169
* chore: Fix spelling in commentJoel Rosdahl2023-02-031-1/+1
* feat: Log executed command lines on WindowsJoel Rosdahl2023-02-031-1/+3
* feat: Add quotes around arguments with space in logged command linesJoel Rosdahl2023-02-031-2/+4
* docs: Fix bad reference to "Remote storage backends"Joel Rosdahl2023-02-011-2/+3
* fix: Fix rare crash in signal handlerJoel Rosdahl2023-02-013-48/+64
* bump: Upgrade to cpp-httplib 0.11.4Joel Rosdahl2023-01-312-99/+339
* build: Fix Zstd and Hiredis downloads for unstable GitHub archivesJoel Rosdahl2023-01-312-4/+3
* ci: Upgrade to Node 16-based actionsJoel Rosdahl2023-01-302-11/+11
* fix: Cache path relativization in preprocessed outputJoel Rosdahl2023-01-292-5/+17
* fix: Disable inode cache if filesystem risks getting full soonJoel Rosdahl2023-01-292-10/+41
* ci: Build macOS binary in release modeJoel Rosdahl2023-01-291-0/+1
* feat: Allow forcing download of zstd and hiredis againJoel Rosdahl2023-01-296-69/+100
* chore: Improve variable name and commentsJoel Rosdahl2023-01-291-6/+7
* doc: Fix spellingJoel Rosdahl2023-01-271-1/+1
* ci: Build macOS universal binary (#1240)Raihaan Shouhell2023-01-274-8/+57
* feat: Add support for -Wp,-U<macro> in direct modeJoel Rosdahl2023-01-183-3/+17
* fix: Don't treat -Wp,-D as interchangeable with -DJoel Rosdahl2023-01-183-5/+24
* test: Use grep -E/-F instead of obsolescent egrep/fgrepJoel Rosdahl2023-01-176-13/+13
* feat: Improve automatic cache cleanup mechanismJoel Rosdahl2023-01-1718-537/+834
* chore: Add unit tests for parsing size with (undocumented) B suffixJoel Rosdahl2023-01-151-1/+4
* enhance: Delay LongLivedLockFileManager thread start to first registerJoel Rosdahl2023-01-154-33/+47
* fix: Fix logging of inactive lock durationJoel Rosdahl2023-01-151-3/+3
* enhance: Make it possible for LockFile::try_acquire to break the lockJoel Rosdahl2023-01-152-39/+14
* feat: Consistently show cache size and max size with one decimalJoel Rosdahl2023-01-111-3/+3
* enhance: Make util::LockFile movableJoel Rosdahl2023-01-112-0/+40
* chore: Add missing explicit keywords to some constructorsJoel Rosdahl2023-01-112-2/+2
* fix: Avoid sometimes too wide percent figure in --show-statsJoel Rosdahl2023-01-111-3/+6
* enhance: Add offsetted get/set/increment methods for StatisticsCountersJoel Rosdahl2023-01-112-7/+33
* feat: Activate logging for command mode optionsJoel Rosdahl2023-01-111-0/+2
* enhance: Make storage::local::StatsFile movableJoel Rosdahl2023-01-111-1/+1
* doc: Add note that "stats = false" will disable automatic cleanupJoel Rosdahl2023-01-111-2/+2
* feat: Do clean/clear/evict-style operations per level 2 directoryJoel Rosdahl2023-01-116-384/+353
* refactor: Merge LocalStorage implemention filesJoel Rosdahl2023-01-117-542/+437
* chore: Remove special logic for cleaning up legacy ccache filesJoel Rosdahl2023-01-111-18/+0
* refactor: Use std::size to compute array sizeJoel Rosdahl2023-01-111-10/+5
* chore: Clean up minor things after 95e6375813f7Joel Rosdahl2023-01-043-35/+10
* fix: Use spinlocks for inode cache memory synchronization (#1229)Oleg Sidorkin2023-01-044-37/+67
* ci: Test more compilers (#1234)Raihaan Shouhell2022-12-261-1/+17
* fix: Only use original umask when retrieving resultJoel Rosdahl2022-12-232-3/+16
* fix: Fix matching of base directory for MSVCJoel Rosdahl2022-12-235-12/+27
* fix: Don't crash in TextTable for a single heading rowJoel Rosdahl2022-12-232-0/+9
* chore: Remove defunct LGTM badgesJoel Rosdahl2022-12-231-2/+0
* fix: Do not escape backslashes in MSVC RSP files (#1233)Raihaan Shouhell2022-12-232-4/+12
* fix: Improve fix for local/remote cache misses in depend modeJoel Rosdahl2022-12-204-20/+42
* fix: Fix reporting of local/remote cache misses in depend modeJoel Rosdahl2022-12-134-0/+70
* fix: Fix conditions for --show-statsJoel Rosdahl2022-12-131-2/+4
* chore: Bump clang-format version requirement to 11+Joel Rosdahl2022-12-132-9/+10
* doc: Fix markupJoel Rosdahl2022-12-131-1/+1