summaryrefslogtreecommitdiff
path: root/ccache.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use ARRAY_SIZE macroJoel Rosdahl2018-02-031-0/+1
* Improve file size/number counters for overwritten filesJoel Rosdahl2018-01-211-1/+1
* Merge branch '3.3-maint'Joel Rosdahl2018-01-111-0/+1
|\
| * Clean upJoel Rosdahl2018-01-111-1/+1
| * Fix leaked file descriptorAndreas Huber2018-01-111-0/+1
* | Merge branch '3.3-maint'Joel Rosdahl2018-01-101-2/+3
|\ \ | |/
| * Make ccache -c/--cleanup not take limit_multiple into accountJoel Rosdahl2018-01-101-1/+1
| * Fix grammar in cleanup_* function namesJoel Rosdahl2018-01-101-2/+2
| * Don't use cache when building precompiled header with changed depsTor Arne Vestbø2017-07-191-0/+1
* | Add debugging option of printing unify outputAnders F Björklund2017-07-191-1/+1
* | Merge branch '3.3-maint'Joel Rosdahl2017-03-251-2/+2
|\ \ | |/
| * Fix DIR_DELIM_CH for win32 and non-win32 platforms, values were mixed upOded Shimon2017-03-251-2/+2
* | Treat configuration errors as warnings instead of fatal errorsJoel Rosdahl2017-02-081-0/+1
* | Merge remote-tracking branch 'afbjorklund/zero_timestamp'Joel Rosdahl2016-11-031-0/+2
|\ \ | |/ |/|
| * Show the time when stats were last zeroed outAnders Björklund2016-10-221-0/+2
* | Bail out on usage of .incbin` assembler directivesJoel Rosdahl2016-10-261-0/+1
* | Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTIONJoel Rosdahl2016-10-261-1/+1
|/
* Decrease read buffer size to 64 KiBJoel Rosdahl2016-07-301-2/+2
* Clean up after f731bd4aJoel Rosdahl2016-07-301-2/+2
* Increase buffer size for IO operations.Mikhail Kolomeytsev2016-07-301-0/+3
* Clean up after a8ca6ad3Joel Rosdahl2016-07-291-0/+3
* Bail out on -P at end of -Wp, as wellJoel Rosdahl2016-07-271-1/+5
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-34/+29
* Count the number of cleanups performed, in statsAnders Björklund2016-07-211-0/+2
* Don't check for symlinks on WindowsJoel Rosdahl2016-07-131-0/+1
* Add some Windows/MinGW ifdefs, to make it buildAnders Björklund2016-02-181-1/+1
* Merge branch '3.2-maint'Joel Rosdahl2016-01-031-1/+0
|\
| * Fix cppcheck warnings/suggestionsJoel Rosdahl2016-01-021-1/+0
* | Let ignore_headers_in_manifest match full directory or file namesJoel Rosdahl2015-12-221-0/+2
* | Allow not including system headers in manifestAnders Björklund2015-12-191-0/+5
|/
* Fix build on Solaris 10+ and AIX 7Neil Mushell2015-11-021-0/+2
* Use correct data types for stats_set_sizes parametersJoel Rosdahl2015-10-041-1/+1
* Improve signal handlingJoel Rosdahl2015-08-291-0/+2
* Wait for compiler subprocess to exit before exiting from a signalJoel Rosdahl2015-08-171-1/+1
* Avoid calling exit() inside an exit handlerJoel Rosdahl2015-06-031-0/+1
* Introduce logging wrappers for stat/lstat/fstat functionsJoel Rosdahl2015-03-191-0/+3
* Various fixes in WIN32-specific codeJoel Rosdahl2015-01-281-1/+1
* fix stdout, stderr if compiler failedleanid2015-01-281-1/+1
* fix all jrosdahl commentes on previous patch, and test on windows ndk with cl...leanid2015-01-281-0/+2
* fix windows build and successfully tested on windows with android NDKleanid2015-01-281-3/+2
* Improve execute() to take FDs instead of filenamesJoel Rosdahl2014-11-151-3/+2
* Improve temporary file creation functions and usageJoel Rosdahl2014-11-151-1/+3
* Merge maint into master (using imerge)Joel Rosdahl2014-11-131-2/+1
|\
| * Do not rely on pids being uniqueJoel Rosdahl2014-11-131-1/+1
* | Refactor code for putting/getting files to/from the cache into functionsJoel Rosdahl2014-06-091-1/+1
* | Remove unused cc_vlog functionJoel Rosdahl2014-05-081-1/+0
* | Merge branch 'maint'Joel Rosdahl2014-04-151-1/+4
|\ \ | |/
| * Mark fatal() with __attribute__((noreturn)) to please clang-analyzerJoel Rosdahl2014-04-131-1/+3
* | Merge branch 'maint'Joel Rosdahl2014-01-081-2/+2
|\ \ | |/
| * Require CCACHE_SLOPPINESS=pch_defines,time_macros opt-in to enable PCH handlingJoel Rosdahl2014-01-081-0/+1