summaryrefslogtreecommitdiff
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "feat: Support auto depend mode for MSVC without /showIncludes (#1158)"Joel Rosdahl2022-10-051-5/+0
* feat: Support auto depend mode for MSVC without /showIncludes (#1158)Orgad Shaneh2022-10-051-0/+5
* feat: Implement "remote only" modeJoel Rosdahl2022-09-281-0/+3
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-274-15/+16
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-213-40/+26
* enhance: Add util::TimePoint and util::DurationJoel Rosdahl2022-09-212-0/+133
* chore: Simplify cache entry reading and writingJoel Rosdahl2022-09-215-238/+23
* enhance: Add util::zstd_* functionsJoel Rosdahl2022-09-211-0/+77
* enhance: Add util::throw_on_error functionsJoel Rosdahl2022-09-211-8/+30
* enhance: Add prefix parameter to util::value_or_throwJoel Rosdahl2022-09-211-1/+32
* enhance: Add util::read_file_part functionJoel Rosdahl2022-09-211-0/+25
* enhance: Add util::Bytes classJoel Rosdahl2022-09-212-0/+359
* fix: Don't crash with no or nonexistent source file with base_dirJoel Rosdahl2022-09-091-0/+2
* chore: Support clang-format 14Joel Rosdahl2022-09-061-2/+2
* fix: Unlink destination before opening in util::write_fileJoel Rosdahl2022-09-061-2/+2
* refactor: Replace util::Blob aliasJoel Rosdahl2022-09-062-8/+11
* refactor: Use FMT macro to format exception messagesJoel Rosdahl2022-08-241-3/+3
* chore: Remove now unused Util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-83/+6
* refactor: Use util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-1513-108/+123
* refactor: Use new util::Blob typedefJoel Rosdahl2022-08-151-2/+2
* enhance: Add util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-152-0/+120
* feat: Improve inode cache robustnessJoel Rosdahl2022-08-051-1/+14
* test: Refactor InodeCache unit testsJoel Rosdahl2022-08-051-65/+62
* enhance: Support Stat::{atim,ctim,mtim} on macOSJoel Rosdahl2022-08-041-0/+6
* fix: Hash time information on inode cache hitJoel Rosdahl2022-08-031-37/+44
* fix: Always rewrite dependency file if base_dir is usedJoel Rosdahl2022-08-011-1/+0
* feat: Improve handling of dependency filesJoel Rosdahl2022-07-282-18/+19
* ci: Add VS2022 and MSBuild to Windows CI runners (#1108)Rafael Kitover2022-07-181-0/+5
* fix: Avoid false success for -fcolor-diagnostics probe with GCCJoel Rosdahl2022-07-181-5/+7
* enhance: Improve lock file implementationJoel Rosdahl2022-07-053-76/+164
* refactor: Use uppercase literal suffixesJoel Rosdahl2022-06-192-5/+5
* refactor: Use std::clampJoel Rosdahl2022-06-192-13/+2
* feat: Support masquerading as a compiler via copy or hard linkJoel Rosdahl2022-06-102-65/+61
* ci: Bump Clang-Tidy job to Clang-Tidy 12Joel Rosdahl2022-06-081-0/+1
* fix: Create temporary file with cpp extension instead of hard linkingJoel Rosdahl2022-06-071-7/+15
* chore: Replace nonstd::string_view with std::string_viewJoel Rosdahl2022-05-236-68/+19
* chore: Replace nonstd::optional with std::optionalJoel Rosdahl2022-05-235-18/+18
* style: Improve names of Args::AtFileFormat valuesJoel Rosdahl2022-05-141-5/+3
* fix: Fix parsing of MSVC response files (#1071)jacobly02022-05-111-0/+19
* refactor: Improve absolute path normalization functionsJoel Rosdahl2022-04-301-23/+43
* fix: Make Stat::same_inode_as consider error codeJoel Rosdahl2022-04-261-1/+3
* fix: Replace skip_last_empty with IncludeDelimiter (#1046)Orgad Shaneh2022-04-121-22/+0
* style: Tweak code style to match conventionsJoel Rosdahl2022-04-051-4/+4
* style: Enable some clang-tidy readability checks for unit testsJoel Rosdahl2022-04-052-4/+12
* feat: Support preserving the delimiters on tokenizerOrgad Shaneh2022-04-051-2/+46
* test: Simplify tokenizer testsOrgad Shaneh2022-04-051-98/+42
* fix: Improve handling of .gcno filesJoel Rosdahl2022-04-031-4/+6
* refactor: Sort sloppiness parsing/generationJoel Rosdahl2022-04-011-10/+10
* chore: Disable some clang-tidy checks that don’t contribute muchJoel Rosdahl2022-03-271-4/+2
* fix: Work around endianness problem in Util::read_text_fileJoel Rosdahl2022-03-191-0/+2