summaryrefslogtreecommitdiff
path: root/unittest/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* build: Make ccache compile with clang-cl on Windows (#1260)Tobias Hieta2023-03-161-1/+1
* enhance: Add util::BitSetJoel Rosdahl2023-03-051-0/+1
* fix: Fix bug in Duration arithmetic operatorsJoel Rosdahl2022-11-131-0/+1
* refactor: Rename ShowIncludesParser to MsvcShowIncludesOutputJoel Rosdahl2022-10-161-1/+1
* build: Add headers to CMake project files (#1178)Orgad Shaneh2022-10-151-0/+3
* build: Add missing source file extensionJoel Rosdahl2022-10-121-1/+1
* feat: Support depend mode for MSVC (#992)Orgad Shaneh2022-10-121-0/+1
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-271-2/+2
* enhance: Add util::TimePoint and util::DurationJoel Rosdahl2022-09-211-0/+1
* chore: Simplify cache entry reading and writingJoel Rosdahl2022-09-211-2/+1
* enhance: Add util::Bytes classJoel Rosdahl2022-09-211-0/+1
* enhance: Add util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-0/+1
* ci: Add VS2022 and MSBuild to Windows CI runners (#1108)Rafael Kitover2022-07-181-0/+5
* enhance: Improve lock file implementationJoel Rosdahl2022-07-051-1/+1
* chore: Replace nonstd::string_view with std::string_viewJoel Rosdahl2022-05-231-1/+0
* enhance: Add util::XXH3_128Joel Rosdahl2021-11-061-0/+1
* refactor: Rename Checksum to util::XXH3_64Joel Rosdahl2021-11-061-1/+1
* build: Remove “_lib” suffix from ccache_lib and third_party_libJoel Rosdahl2021-07-281-1/+1
* Add TextTable classJoel Rosdahl2021-07-241-0/+1
* Move/split statistics functionality into core and storage::primaryJoel Rosdahl2021-07-221-2/+4
* Move code for cleanup, compressing and similar to storage/primaryJoel Rosdahl2021-07-221-0/+1
* Move compression classes to compression directory/namespaceJoel Rosdahl2021-07-201-1/+1
* Remove redundant _utils suffix for util headersJoel Rosdahl2021-07-191-3/+3
* Add util::value_or_throw functionJoel Rosdahl2021-07-191-1/+2
* Move is_absolute_path to utilJoel Rosdahl2021-07-041-0/+1
* Add util::split_onceJoel Rosdahl2021-06-271-0/+1
* Add Tokenizer classJoel Rosdahl2021-06-271-1/+3
* Fix scanning of headers with Clang-Tidy (#758)Alexander Lanin2021-01-061-1/+1
* Adapt to the ccache code styleJoel Rosdahl2021-01-061-3/+1
* Improve TemporaryFile implementation for Windows (#736)Nicholas Hutchinson2020-12-281-1/+3
* Extract code for parsing dependency files into a separate fileJoel Rosdahl2020-11-191-0/+1
* Add unittest for find_compiler (#670)Alexander Lanin2020-09-281-0/+1
* Extract stats_{read,write} and Statistic enum to Statistics namespaceJoel Rosdahl2020-09-141-0/+1
* Add unit tests of Counters classJoel Rosdahl2020-09-141-0/+1
* Switch from XXH64 to XXH3 for checksums (#657)Erik Johansson2020-09-101-1/+1
* Move logging.cpp’s print_command to UtilJoel Rosdahl2020-08-011-2/+1
* C++-ify win32argvtosJoel Rosdahl2020-07-291-0/+4
* C++-ify parse_size_with_suffixJoel Rosdahl2020-07-281-1/+0
* C++-ify format_command and print_command and move to where usedJoel Rosdahl2020-07-171-1/+2
* C++-ify struct hashJoel Rosdahl2020-07-091-1/+1
* Switch to doctest from Catch2 for testsJoel Rosdahl2020-07-081-1/+0
* Build InodeCache.cpp only when inode cache is supportedJoel Rosdahl2020-06-231-3/+8
* Clean up CMake configurationJoel Rosdahl2020-06-171-3/+3
* Switch to CMake (#573)Alexander Lanin2020-06-141-0/+30