summaryrefslogtreecommitdiff
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* chore: Sort .clang-tidy check listJoel Rosdahl2023-04-191-10/+11
* test: Add test for default value of inode_cacheJoel Rosdahl2023-04-171-0/+1
* feat: Don't treat /Zi as unsupported for clang-cl (#1266)Tobias Hieta2023-03-281-0/+26
* build: Make ccache compile with clang-cl on Windows (#1260)Tobias Hieta2023-03-161-1/+1
* feat: Support overriding MSVC /Z* optionsJoel Rosdahl2023-03-081-0/+47
* refactor: Improve InodeCache::get signatureJoel Rosdahl2023-03-071-36/+23
* enhance: Add util::read_file_part<std::string> implementationJoel Rosdahl2023-03-071-13/+28
* refactor: Use util::BitSet for hash_source_code_fileJoel Rosdahl2023-03-072-76/+100
* enhance: Add util::BitSetJoel Rosdahl2023-03-052-0/+77
* feat: Improve cache size presentation and specificationJoel Rosdahl2023-03-042-67/+158
* feat: Improve disk size calculation on WindowsJoel Rosdahl2023-03-041-2/+2
* enhance: Add util::likely_size_on_diskJoel Rosdahl2023-03-041-1/+10
* enhance: Add util::split_once(std::string&&, char)Joel Rosdahl2023-03-041-9/+45
* refactor: Move Util::parse_size to utilJoel Rosdahl2023-03-042-27/+27
* refactor: Move Util::format_{human,parsable}_* to utilJoel Rosdahl2023-03-042-58/+58
* feat: Add support for setting per-compilation config on command lineJoel Rosdahl2023-02-201-76/+80
* chore: Fix typosJoel Rosdahl2023-02-161-1/+1
* fix: Handle Unix-style paths as non-options to MSVCJoel Rosdahl2023-02-051-1/+23
* feat: Improve automatic cache cleanup mechanismJoel Rosdahl2023-01-173-28/+6
* chore: Add unit tests for parsing size with (undocumented) B suffixJoel Rosdahl2023-01-151-1/+4
* enhance: Make it possible for LockFile::try_acquire to break the lockJoel Rosdahl2023-01-151-28/+2
* feat: Do clean/clear/evict-style operations per level 2 directoryJoel Rosdahl2023-01-111-10/+9
* fix: Use spinlocks for inode cache memory synchronization (#1229)Oleg Sidorkin2023-01-041-1/+1
* fix: Fix matching of base directory for MSVCJoel Rosdahl2022-12-232-1/+5
* fix: Don't crash in TextTable for a single heading rowJoel Rosdahl2022-12-231-0/+6
* fix: Do not escape backslashes in MSVC RSP files (#1233)Raihaan Shouhell2022-12-231-3/+11
* enhance: Extract lock keep-alive thread to a manager classJoel Rosdahl2022-12-131-7/+15
* refactor: Make LockFile guard itself without a LockFileGuardJoel Rosdahl2022-12-131-18/+18
* refactor: Remove CacheFile, using Stat with path member insteadJoel Rosdahl2022-11-271-4/+4
* enhance: Remember path in StatJoel Rosdahl2022-11-271-0/+9
* enhance: Add Util::format_human_readable_diffJoel Rosdahl2022-11-271-0/+28
* feat: Improve Util::format_human_readable_size for small sizesJoel Rosdahl2022-11-271-6/+5
* fix: Fix edge case where a non-temporal identifier is misidentified (#1227)Erik Flodin2022-11-271-1/+8
* fix: Avoid race condition in inode cache for quick updatesJoel Rosdahl2022-11-201-5/+5
* test: Test TimePoint::nsec_decimal_partJoel Rosdahl2022-11-131-0/+1
* fix: Fix bug in Duration arithmetic operatorsJoel Rosdahl2022-11-132-0/+132
* fix: Fix parsing of sloppiness with trailing delimiterJoel Rosdahl2022-11-031-2/+3
* test: Simplify util::read_file_part testJoel Rosdahl2022-10-161-11/+8
* enhance: Add more util::Bytes::insert variantsJoel Rosdahl2022-10-161-0/+38
* refactor: Rename ShowIncludesParser to MsvcShowIncludesOutputJoel Rosdahl2022-10-162-17/+18
* chore: Tweak code related to auto depend mode for MSVCJoel Rosdahl2022-10-161-3/+3
* build: Add headers to CMake project files (#1178)Orgad Shaneh2022-10-151-0/+3
* feat: Support auto depend mode for MSVC without /showIncludes (#1176)Orgad Shaneh2022-10-151-0/+78
* build: Add missing source file extensionJoel Rosdahl2022-10-121-1/+1
* feat: Support depend mode for MSVC (#992)Orgad Shaneh2022-10-123-0/+102
* chore: Clean up code slightlyJoel Rosdahl2022-10-061-56/+38
* fix: Remove usage of deprecated codecvt header (#1172)Orgad Shaneh2022-10-051-0/+8
* enhance: Add util::to_string instantiations for Bytes and spanJoel Rosdahl2022-10-051-0/+4
* 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-051-0/+189