summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* chore: Clean up code slightlyJoel Rosdahl2022-10-065-105/+84
* fix: Remove usage of deprecated codecvt header (#1172)Orgad Shaneh2022-10-052-6/+38
* refactor: Store compiler output as bytesJoel Rosdahl2022-10-054-28/+32
* enhance: Add util::to_string instantiations for Bytes and spanJoel Rosdahl2022-10-052-0/+20
* test: Add tests for util::to_string and util::to_string_viewJoel Rosdahl2022-10-051-0/+17
* fix: Handle spaces between target and colon in dependency files (#1166)louiscaron2022-10-052-4/+245
* test: Add another depend mode test (#1174)louiscaron2022-10-051-6/+46
* 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-0511-213/+10
* feat: Support auto depend mode for MSVC without /showIncludes (#1158)Orgad Shaneh2022-10-0511-10/+213
* build: Use pkgconfig for zstd search (#1169)Rosen Penev2022-10-051-2/+9
* 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
* doc: Sort sloppiness values by nameJoel Rosdahl2022-10-041-7/+7
* feat: Improve handling of -frandom-seed and description of sloppinessJoel Rosdahl2022-10-043-7/+5
* feat: Add sloppiness for -frandom-seed (#1168)Raihaan Shouhell2022-10-044-0/+19
* feat: Improve statistics for remote hits/missesJoel Rosdahl2022-10-0411-106/+322
* chore: Improve inode cache log messagesJoel Rosdahl2022-10-032-4/+4
* fix: Don't increment preprocessed_cache_miss in recache modeJoel Rosdahl2022-10-022-1/+5
* refactor: Sort k_statistics_fieldsJoel Rosdahl2022-10-021-2/+2
* refactor: Extract code for retrieving manifest to a functionJoel Rosdahl2022-09-282-41/+55
* feat: Implement "remote only" modeJoel Rosdahl2022-09-288-23/+111
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-2756-998/+1007
* chore: Rename primary/secondary config to config/system configJoel Rosdahl2022-09-279-79/+76
* fix: Support /external:I for MSVC (#1165)Raihaan Shouhell2022-09-261-0/+2
* 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
* feat: Use subsecond timestamps for include file checkJoel Rosdahl2022-09-212-12/+8
* feat: Use subsecond resolution timestamps in manifest filesJoel Rosdahl2022-09-211-10/+22
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-2133-282/+198
* enhance: Add util::TimePoint and util::DurationJoel Rosdahl2022-09-215-0/+478
* test: Silence output from $COMPILER --versionJoel Rosdahl2022-09-211-1/+1
* feat: Merge local manifest with fetched remote manifestJoel Rosdahl2022-09-214-7/+168
* refactor: Extract timestamp logic from ManifestJoel Rosdahl2022-09-213-52/+41
* refactor: Improve Storage::get API to be able to return multiple timesJoel Rosdahl2022-09-215-71/+58
* fix: Don't reshare results with raw files to secondary storageJoel Rosdahl2022-09-212-0/+31
* refactor(storage): Pass cache entries via memory instead of filesJoel Rosdahl2022-09-218-212/+173
* fix: Make sure that temporary files always have .tmp. in the nameJoel Rosdahl2022-09-216-11/+22
* feat: Print result format version and no of files in --inspectJoel Rosdahl2022-09-214-11/+40
* chore: Simplify cache entry reading and writingJoel Rosdahl2022-09-2150-2158/+730
* enhance: Add util::zstd_* functionsJoel Rosdahl2022-09-213-0/+212
* refactor: Let core::CacheEntryDataWriter work with util::BytesJoel Rosdahl2022-09-216-10/+11
* feat: Improve logging for Util::clone_hard_link_or_copy_fileJoel Rosdahl2022-09-212-11/+13
* refactor: Let util::DataReceiver take uint8_tJoel Rosdahl2022-09-212-2/+2
* refactor: Use util::throw_on_errorJoel Rosdahl2022-09-213-23/+17
* enhance: Add util::throw_on_error functionsJoel Rosdahl2022-09-212-9/+58
* enhance: Add prefix parameter to util::value_or_throwJoel Rosdahl2022-09-212-2/+64
* enhance: Add util::read_file_part functionJoel Rosdahl2022-09-213-0/+84
* perf: Use util::BytesJoel Rosdahl2022-09-218-30/+33
* enhance: Add util::Bytes classJoel Rosdahl2022-09-217-5/+727