summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* refactor: Use memory buffers instead of streams for manifestsJoel Rosdahl2022-09-215-27/+61
* refactor: Use memory buffers instead of streams for resultsJoel Rosdahl2022-09-2125-931/+1072
* build: Remove now redundant CMAKE_CURRENT_SOURCE_DIR usageJoel Rosdahl2022-09-216-34/+34
* ci: Add minimum GitHub token permissions for workflows (#1159)Varun Sharma2022-09-132-0/+10
* refactor: Reuse local reference in process_args (#1157)Orgad Shaneh2022-09-131-3/+2
* fix: Don't crash with no or nonexistent source file with base_dirJoel Rosdahl2022-09-093-0/+8
* chore: Support clang-format 14Joel Rosdahl2022-09-061-2/+2
* fix: Unlink destination before opening in util::write_fileJoel Rosdahl2022-09-063-9/+23
* enhance: Let util::write_file take an std::string_viewJoel Rosdahl2022-09-062-3/+4
* enhance: Add util::to_span and util::to_string_view functionsJoel Rosdahl2022-09-061-0/+22
* enhance: Short circuit StatisticsCounters::increment for zero valueJoel Rosdahl2022-09-061-1/+4
* enhance: Improve error messages for Util::copy_fileJoel Rosdahl2022-09-061-2/+4
* refactor: Pass Config instead of Context to Result::WriterJoel Rosdahl2022-09-066-17/+19
* refactor: Use more std::string_viewJoel Rosdahl2022-09-0610-22/+22
* refactor: Replace util::Blob aliasJoel Rosdahl2022-09-0613-42/+47
* enhance: Support nonstd::span<const uint8_t> for util::write_fileJoel Rosdahl2022-09-052-3/+4
* enhance: Add nonstd::span 0.10.3Joel Rosdahl2022-09-052-0/+1919
* fix: Don't fail if object file exists and is unwritableJoel Rosdahl2022-09-052-0/+11
* chore: Remove share-hits attribute for secondary storageJoel Rosdahl2022-08-305-60/+20
* refactor: Split calculate_result_and_manifest_key functionJoel Rosdahl2022-08-302-329/+361
* feat: Add support for Clang "--" optionJoel Rosdahl2022-08-284-0/+25
* chore: Tweak code format and commentJoel Rosdahl2022-08-282-8/+7
* feat: Add support for caching assembler listing filesJoel Rosdahl2022-08-287-8/+118