summaryrefslogtreecommitdiff
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* Ignore -ivfsoverlay parameter (#839)Yoshimasa Niwa2021-04-281-4/+5
* Stat: treat pending deletes as missing files on WindowsNicholas Hutchinson2021-04-041-3/+3
* win32: Fix handling of long command lines (#816)Aleksander Salwa2021-03-201-0/+17
* Implement a better Stat::stat(), Stat::lstat() for Windows (#819)Nicholas Hutchinson2021-03-181-27/+504
* Fix Util::read_file truncating files if size_hint is an underestimate (#808)Nicholas Hutchinson2021-02-241-0/+4
* Support building ccache with xlclang++ on AIX 7.2 (#805)Jon Petrissans2021-02-241-0/+2
* Support -fcolor-diagnostics passed to cc1 with -Xclang (#802)Evangelos Foutras2021-02-231-4/+7
* refactor: Drop out parameter from get_level_1_files (#779)Alexander Lanin2021-01-191-19/+16
* Extract enums into separate headers (#764)Alexander Lanin2021-01-195-3/+5
* Fix Lockfile on Windows when parent directories do not exist (#769)Nicholas Hutchinson2021-01-101-0/+9
* Fix scanning of headers with Clang-Tidy (#758)Alexander Lanin2021-01-061-1/+1
* Adapt to the ccache code styleJoel Rosdahl2021-01-062-39/+50
* Add debug_dir setting for specifying a directory for debug filesJoel Rosdahl2021-01-061-1/+4
* Make Util::make_relative_path able to find matches for canonical path (#760)Joel Rosdahl2021-01-061-3/+26
* Fix Util::dir_name for Windows pathsJoel Rosdahl2020-12-291-0/+10
* Add simple unit test of Util::make_relative_pathJoel Rosdahl2020-12-291-0/+40
* Improve TemporaryFile implementation for Windows (#736)Nicholas Hutchinson2020-12-282-1/+196
* Add Util::hard_link utility functionJoel Rosdahl2020-12-261-0/+25
* Fix bug in depfile when output filename includes special charactersJoel Rosdahl2020-11-191-0/+11
* Align spelling of “nonexistent”Joel Rosdahl2020-11-192-2/+2
* Extract code for parsing dependency files into a separate fileJoel Rosdahl2020-11-193-160/+195
* Fix result_name_from_depfile by parsing depfile in Makefile syntax (#722)Yoshimasa Niwa2020-11-181-0/+124
* Create unittest directories in testdirJoel Rosdahl2020-11-172-2/+2
* Cache -fsyntax-only result (#685)Alexander Lanin2020-11-161-0/+16
* Add possibility of overriding compiler type guessJoel Rosdahl2020-11-093-4/+9
* Rename GuessedCompiler to CompilerTypeJoel Rosdahl2020-11-092-20/+19
* Follow symlinks when guessing compilerJoel Rosdahl2020-11-091-0/+46
* Remove now unused Args::contains methodJoel Rosdahl2020-11-041-7/+0
* Add Args::contains methodJoel Rosdahl2020-11-031-0/+7
* Add Args::erase_last methodJoel Rosdahl2020-11-031-0/+17
* Tweak code styleJoel Rosdahl2020-10-231-2/+2
* Detect errors in fmt::format format strings at compile timeJoel Rosdahl2020-10-237-30/+32
* Detect errors in fmt::print format strings at compile timeJoel Rosdahl2020-10-231-1/+2
* Detect errors in log strings at compile timeJoel Rosdahl2020-10-231-2/+0
* Support ccache ccache gcc (#687)Alexander Lanin2020-10-201-0/+10
* Keep comments when using -M/-F/-o to set config valuesJoel Rosdahl2020-10-101-0/+9
* Make CCACHE_COMPILER always the highest priority (#664)Alexander Lanin2020-10-101-25/+25
* Simplify rewrite_dep_file_paths unit testJoel Rosdahl2020-10-071-3/+1
* Fix broken dependency file when using base_dirJoel Rosdahl2020-10-061-0/+39
* Fix bad sizeof() applicationJoel Rosdahl2020-10-051-1/+1
* Add unit tests for parsing -x argumentAlexander Lanin2020-10-051-3/+74
* refactor: Improve naming/interface of compopt functions (#663)Alexander Lanin2020-10-051-69/+24
* Add unittest for find_compiler (#670)Alexander Lanin2020-09-282-0/+148
* Encode hash digests as 4 base16 digits + 29 base32hex digitsJoel Rosdahl2020-09-232-9/+21
* Rename Util::format_hex to format_base16Joel Rosdahl2020-09-231-4/+4
* Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-TidyJoel Rosdahl2020-09-211-1/+1
* Add Util::clamp functionJoel Rosdahl2020-09-171-0/+13
* Remove unnecessary suffix parameter from Util::get_path_in_cacheJoel Rosdahl2020-09-171-2/+2
* Remove cache_dir_levels (CCACHE_NLEVELS) settingJoel Rosdahl2020-09-171-26/+0
* Refactor Statistics::{write,increment} into Statistics::updateJoel Rosdahl2020-09-141-27/+11