summaryrefslogtreecommitdiff
path: root/ccache.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use cache when building precompiled header with changed depsTor Arne Vestbø2017-07-191-0/+1
* Fix DIR_DELIM_CH for win32 and non-win32 platforms, values were mixed upOded Shimon2017-03-251-2/+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
| * Remove unused print_executed_command functionJoel Rosdahl2011-09-171-1/+0
* | Skip dependency filename options for object hash.Jørgen P. Tjernø2013-08-251-0/+1
* | Allow mtime- and ctime-only matches.Justin Lebar2013-03-021-0/+8
* | Check that included files' ctimes aren't too new.Justin Lebar2013-03-021-2/+3
* | Extern time_of_compilation.Justin Lebar2013-03-021-0/+1
* | Fix coding styleJoel Rosdahl2012-08-081-1/+1
* | Avoid "orig_args" parameters to separate them from the global variableJoel Rosdahl2012-08-071-1/+1
* | add support for '@' parametersBoie, Andrew P2012-08-071-0/+2
* | Revert "add support for '@' parameters"Joel Rosdahl2012-08-011-1/+0
* | add support for '@' parametersBoie, Andrew P2012-08-011-0/+1
* | Portability: Don't assume unsetenv has a non-void return typeJoel Rosdahl2012-03-071-1/+1
* | Introduce x_unsetenv for increased portabilityJoel Rosdahl2012-03-051-0/+1
* | Merge branch 'master' into configJoel Rosdahl2012-02-201-3/+3
|\ \