aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve order of Travis CI jobsHEADmasterJoel Rosdahl2020-04-091-27/+27
* Improve Travis CI job descriptionsJoel Rosdahl2020-04-091-29/+29
* Fix typos in 64-bit MinGW Travis CI jobJoel Rosdahl2020-04-091-1/+1
* Add test case for Args::from_gcc_atfileJoel Rosdahl2020-04-072-1/+61
* Add an Args class with backward compatibility for the old args API (#575)Joel Rosdahl2020-04-0719-1030/+1226
* Make ccache build on Solaris 11.4 (#572)Philipp Storz2020-04-062-0/+6
* Enable check_format and clang-tidy checks in CI (#562)Alexander Lanin2020-04-068-12/+182
* Improve const-ness of parameters related to argvJoel Rosdahl2020-04-057-32/+41
* Add .git-blame-ignore-revsJoel Rosdahl2020-03-291-0/+2
* Prepare for v3.7.9Joel Rosdahl2020-03-292-0/+23
* Remove obsolete src/lockfile.cppJoel Rosdahl2020-03-251-261/+0
* Let run-clang-format always exit with success in non-check modeJoel Rosdahl2020-03-251-1/+1
* Make check_format exit with the appropriate status (#565)Thomas Otto2020-03-241-2/+2
* Improve name of tmp file in x_unlinkJoel Rosdahl2020-03-221-1/+1
* Disable hard link mode when the output object file is /dev/nullJoel Rosdahl2020-03-222-3/+11
* Remove superfluous unlink before renameJoel Rosdahl2020-03-221-2/+0
* configure: Error out if failing to download libzstd or libb2Joel Rosdahl2020-03-181-0/+6
* Align entries in dev.mk.inJoel Rosdahl2020-03-181-1/+2
* Prepare for v3.7.8Joel Rosdahl2020-03-182-1/+44
* win32: Log epoch timestamp if localtime_r failsJoel Rosdahl2020-03-181-5/+5
* doc: Clarify include_file_ctime sloppiness in the Performance sectionJoel Rosdahl2020-03-181-6/+6
* CacheEntryReader: Fix return type (#554)Thomas Otto2020-03-101-2/+2
* Use tmp_unlink to remove temporary file in use_relative_paths_in_depfileJoel Rosdahl2020-03-101-1/+1
* C++-ify lockfile routinesJoel Rosdahl2020-03-106-26/+324
* Simplify lock breakingJoel Rosdahl2020-03-102-11/+10
* Rewrite the Windows version of the lockfile routinesJoel Rosdahl2020-03-101-65/+103
* Cap time to sleep to 10 ms when failing to acquire a lockJoel Rosdahl2020-03-031-3/+4
* Rewrite absolute input path to relativeJoel Rosdahl2020-03-011-10/+2
* Let development version be BRANCH.SHORTHASHJoel Rosdahl2020-03-011-2/+4
* Convert counters to a class (#548)Thomas Otto2020-03-0115-292/+145
* Convert the single ofstream use to fwrite (#552)Thomas Otto2020-03-011-6/+7
* Read/write optimizations (#551)Erik Johansson2020-03-015-23/+51
* Avoid duplicate stat calls (#550)Erik Johansson2020-03-013-4/+8
* Fix empty <obj>.ccache-log in debug mode without log_file setJoel Rosdahl2020-02-253-17/+26
* Add notes about intentional use of CCACHE_DEBUG in test casesJoel Rosdahl2020-02-251-0/+2
* Restore test suite debug output where needed (#546)Thomas Otto2020-02-251-2/+2
* Low hanging fruits of some auto fixable improvements via clang-tidy (#545)Alexander Lanin2020-02-2527-305/+321
* Merge pull request #544 from erijo/out-of-tree-commandsJoel Rosdahl2020-02-248-21/+11
|\
| * Fix four minor cppcheck warningsErik Johansson2020-02-234-5/+4
| * Pass std::string instead of .c_str()Erik Johansson2020-02-233-3/+3
| * Remove unused function stats_get_pendingErik Johansson2020-02-232-9/+0
| * Make cppcheck, format and check_format work in out-of-tree buildErik Johansson2020-02-231-4/+4
|/
* Remove leftover debug settings in test suitesJoel Rosdahl2020-02-232-9/+8
* Don’t use realpath(3) for normalization when computing relative pathsJoel Rosdahl2020-02-233-28/+109
* Improve basedir calculation on WindowsJoel Rosdahl2020-02-233-1/+12
* Let Util::get_apparent_cwd return a normalized CWDJoel Rosdahl2020-02-231-8/+8
* Add Stat::same_inode_as methodJoel Rosdahl2020-02-232-0/+32
* Add default Stat constructorJoel Rosdahl2020-02-232-2/+27
* C++-ify make_relative_pathJoel Rosdahl2020-02-231-49/+27
* C++-ify get_relative_pathJoel Rosdahl2020-02-237-88/+81