summaryrefslogtreecommitdiff
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* style: Add missing newline at end of fileJoel Rosdahl2022-02-271-2/+2
* refactor: Make Util::is_absolute_path_with_prefix return optionalJoel Rosdahl2022-02-271-22/+15
* fix: Make conversion to relative paths more reliable on Windows (#1011)Marius Zwicker2022-02-272-0/+47
* fix: Support UTF-16LE .rsp files (#1005)vvainola2022-02-191-0/+18
* bump: Upgrade to doctest 2.4.8Joel Rosdahl2022-01-241-13/+17
* style: Add some comments and tweaksJoel Rosdahl2021-12-191-10/+7
* fix: Fix copying of binary files on Windows (#979)R. Voggenauer2021-12-191-0/+19
* fix: Handle stdout from distcc-pump when used as a prefixJoel Rosdahl2021-12-122-5/+2
* feat: Visual C/C++ compiler support (#506)Cristian Adam2021-11-151-7/+7
* feat: Add namespace supportJoel Rosdahl2021-11-081-0/+2
* fix: Correct debug dir handling on Windows (#955)Luboš Luňák2021-11-061-0/+21
* feat: Improve cache entry formatJoel Rosdahl2021-11-062-13/+25
* enhance: Add util::XXH3_128Joel Rosdahl2021-11-062-0/+49
* refactor: Rename Checksum to util::XXH3_64Joel Rosdahl2021-11-062-7/+7
* enhance: Add util::replace_all functionJoel Rosdahl2021-09-221-0/+14
* Fix build errors with clang on Windows (#924)Orgad Shaneh2021-09-011-0/+2
* feat: Print statistics IDs instead of descriptions to debug logJoel Rosdahl2021-08-161-15/+0
* enhance: Add TextTable support for cells spanning several columnsJoel Rosdahl2021-08-161-0/+13
* enhance: Add util::TextTable::TextTable(const char*)Joel Rosdahl2021-08-161-15/+15
* enhance: Add TextTable support for right-aligned integersJoel Rosdahl2021-08-161-2/+24
* feat: Add reshare config optionJoel Rosdahl2021-08-101-0/+5
* enhance: Prepare for a ccache invocation having multiple resultsJoel Rosdahl2021-08-102-6/+16
* enhance(util): Add parse_double functionJoel Rosdahl2021-08-041-0/+13
* enhance(util): Add replace_first functionJoel Rosdahl2021-08-041-0/+11
* build: Remove “_lib” suffix from ccache_lib and third_party_libJoel Rosdahl2021-07-281-1/+1
* Add TextTable classJoel Rosdahl2021-07-242-0/+87
* Set umask when creating configuration fileJoel Rosdahl2021-07-241-6/+7
* Move/split statistics functionality into core and storage::primaryJoel Rosdahl2021-07-225-57/+132
* Move Statistic to coreJoel Rosdahl2021-07-223-4/+9
* Convert Sloppiness enum to type-safe classJoel Rosdahl2021-07-222-10/+13
* Move code for cleanup, compressing and similar to storage/primaryJoel Rosdahl2021-07-223-78/+121
* Move compression classes to compression directory/namespaceJoel Rosdahl2021-07-204-33/+40
* Move exceptions.hpp to coreJoel Rosdahl2021-07-204-8/+12
* Move Util::get_path_in_cache to PrimaryStorageJoel Rosdahl2021-07-191-8/+0
* Remove redundant _utils suffix for util headersJoel Rosdahl2021-07-194-6/+6
* Add util::join functionJoel Rosdahl2021-07-191-0/+24
* Move parse_signed and parse_unsigned to utilJoel Rosdahl2021-07-192-74/+79