summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for v3.2.2v3.2.2Joel Rosdahl2015-05-102-2/+9
* Update NEWSJoel Rosdahl2015-05-101-0/+9
* Tweak commentJoel Rosdahl2015-05-101-2/+1
* Mention next unreleased version in NEWSJoel Rosdahl2015-04-271-2/+2
* Remove signal-unsafe code from signal handlerJoel Rosdahl2015-04-272-1/+4
* Fix build error when compiling ccache with recent clang versionsJoel Rosdahl2015-04-274-1/+5
* Update NEWSJoel Rosdahl2015-04-191-0/+2
* Correct doc string of stats_update_sizeJoel Rosdahl2015-04-191-2/+2
* Minor style tweaksJoel Rosdahl2015-04-191-6/+4
* Fix minor memory leaksJoel Rosdahl2015-04-191-2/+6
* Add support for coverage (compiling for gcov)Anders Björklund2015-03-315-3/+180
* Don't assume that succeeding libc calls don't modify errnoJoel Rosdahl2015-03-292-17/+31
* Update copyright yearsJoel Rosdahl2015-03-221-3/+3
* Introduce logging wrappers for stat/lstat/fstat functionsJoel Rosdahl2015-03-195-38/+58
* Harden logging, perror() replaced with fatal(), unlink() failure recordedChiaki ISHIKAWA2015-03-191-5/+37
* Always check the result of stat() system callsChiaki ISHIKAWA2015-03-181-4/+13
* Log failure of opening file to hashChiaki ISHIKAWA2015-03-181-0/+1
* Wipe the whole cached result on failure retrieving a cached fileJoel Rosdahl2015-03-161-0/+8
* Use x_unlink instead of unlink per HACKING.txtChiaki ISHIKAWA2015-03-141-1/+1
* Update NEWSJoel Rosdahl2015-03-081-0/+8
* Add test case for CCACHE_COMPILERCHECK=string:<value>Joel Rosdahl2015-03-081-0/+16
* Support syntax CCACHE_COMPILERCHECK=string:<value>Jiang Jiang2015-03-082-0/+6
* Bail out on too hard compiler option -fplugin=libcc1pluginJoel Rosdahl2015-03-082-0/+4
* Bail out on too hard compiler option "-fmodules"Joel Rosdahl2015-03-082-1/+4
* Avoid unnecessary copy of object file on cache missJoel Rosdahl2015-03-072-43/+55
* Fixup after merge of 3.1-maintJoel Rosdahl2015-03-071-2/+4
* Merge branch '3.1-maint' into 3.2-maintJoel Rosdahl2015-03-071-1/+1
|\
| * Prepare for v3.1.11v3.1.11Joel Rosdahl2015-03-071-2/+2
* | Merge branch '3.1-maint' into 3.2-maintJoel Rosdahl2015-03-073-4/+43
|\ \ | |/
| * Prepare for v3.1.11Joel Rosdahl2015-03-071-2/+4
| * Update NEWS.txtJoel Rosdahl2015-03-071-0/+4
| * Tweak copyright yearsJoel Rosdahl2015-03-071-1/+1
| * Fix comment scanning bug in hash_source_code_stringJoel Rosdahl2015-03-077-224/+220
* | Minor coding style tweaksJoel Rosdahl2015-03-071-5/+5
* | Update NEWSJoel Rosdahl2015-02-091-0/+2
* | Don't clean up the clang diagnostics file in failure casesryb2015-02-091-6/+0
* | Don't delete the clang diagnostics file after compiler failuresryb2015-02-092-26/+32
* | Remove redundant tmp_dia variable in to_cache()ryb2015-02-091-18/+14
* | Remove incorrect preconditions for outputting captured stderrryb2015-02-091-27/+26
* | Link with -lws2_32 on WindowsJoel Rosdahl2015-01-281-0/+6
* | Various fixes in WIN32-specific codeJoel Rosdahl2015-01-284-125/+120
* | fix stdout, stderr if compiler failedleanid2015-01-282-3/+17
* | fix all jrosdahl commentes on previous patch, and test on windows ndk with cl...leanid2015-01-284-63/+34
* | fix windows build and successfully tested on windows with android NDKleanid2015-01-284-30/+208
* | Merge branch '3.1-maint' into 3.2-maintJoel Rosdahl2014-12-263-6/+24
|\ \ | |/
| * Include info on CCACHE_CPP2 in hashJoel Rosdahl2014-12-263-6/+24
* | Merge branch '3.1-maint' into 3.2-maintJoel Rosdahl2014-12-131-1/+1
|\ \ | |/
| * Spelling fixVille Skyttä2014-12-131-1/+1
* | Prepare for v3.2.1v3.2.1Joel Rosdahl2014-12-101-0/+24
* | Set correct permission for stats, manifest and ccache.conf filesJoel Rosdahl2014-12-101-7/+21