summaryrefslogtreecommitdiff
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add util::value_or_throw functionJoel Rosdahl2021-07-192-1/+57
* Move starts_with and ends_with to utilJoel Rosdahl2021-07-192-53/+53
* Move strip_whitespace to utilJoel Rosdahl2021-07-192-11/+15
* Move is_full_path to utilJoel Rosdahl2021-07-091-0/+14
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-0710-8/+43
* Add util::split_path_list function and remove PATH_DELIM macroJoel Rosdahl2021-07-061-0/+25
* Remove now mostly superfluous DIR_DELIM_CH macroJoel Rosdahl2021-07-061-2/+2
* Don’t collapse empty lines in Depfile::rewrite_pathsJoel Rosdahl2021-07-051-6/+7
* Add mode parameter to split_into_* and TokenizerJoel Rosdahl2021-07-052-29/+108
* Add util::to_absolute_pathJoel Rosdahl2021-07-041-0/+20
* Move is_absolute_path to utilJoel Rosdahl2021-07-043-16/+38
* Use .clang-format regexes instead of comments to group system includesJoel Rosdahl2021-06-294-9/+2
* Implement configurations, API and framework for secondary storageJoel Rosdahl2021-06-271-0/+2
* Improve parsing of umask valuesJoel Rosdahl2021-06-272-3/+18
* Add base parameter to Util::parse_unsignedJoel Rosdahl2021-06-271-0/+5
* Add util::percent_decodeJoel Rosdahl2021-06-271-0/+21
* Add util::split_onceJoel Rosdahl2021-06-272-0/+47
* Add Tokenizer classJoel Rosdahl2021-06-273-82/+64
* Revise include file order to work with new directory structureJoel Rosdahl2021-06-274-1/+9
* Remove superfluous context instance in test caseJoel Rosdahl2021-06-271-4/+1
* Use some generic lambda expressionsJoel Rosdahl2021-06-194-23/+18
* Add stats log file, logging input file and result (#854)Anders Björklund2021-06-152-0/+41