summaryrefslogtreecommitdiff
path: root/ccache.c
Commit message (Expand)AuthorAgeFilesLines
* Log strerror(errno) on failure to stat the compiler's stdout fileJoel Rosdahl2012-10-071-1/+2
* Remove any previous .stderr from cache if recachingJoel Rosdahl2012-08-091-0/+4
* Move log "running preprocessor" to a more appropriate placeJoel Rosdahl2012-08-081-1/+1
* Include ccache version in the debug logJoel Rosdahl2012-08-081-1/+2
* Let cc_process_args work on a copy of orig_argsJoel Rosdahl2012-08-071-6/+11
* Fix typo and coding styleJoel Rosdahl2012-08-071-2/+2
* Avoid "orig_args" parameters to separate them from the global variableJoel Rosdahl2012-08-071-8/+8
* add support for '@' parametersBoie, Andrew P2012-08-071-1/+20
* Revert "add support for '@' parameters"Joel Rosdahl2012-08-011-23/+1
* add support for '@' parametersBoie, Andrew P2012-08-011-1/+23
* Merge branch 'maint'Joel Rosdahl2012-07-301-0/+10
|\
| * hash also Clang pluginsLubos Lunak2012-07-301-0/+10
* | Merge branch 'maint'Joel Rosdahl2012-07-291-7/+28
|\ \ | |/
| * Simplify generation of relative automatic dependency targetJoel Rosdahl2012-07-291-8/+5
| * Minor code cleanupJoel Rosdahl2012-07-291-7/+7
| * Make dependency arguments relative to increase cache hitsLalit Chhabra2012-07-291-7/+31
| * Correct doc string of make_relative_pathJoel Rosdahl2012-07-291-2/+2
* | Merge branch 'maint'Joel Rosdahl2012-07-281-2/+14
|\ \ | |/
| * Canonicalize paths when computing path relative to base directoryJoel Rosdahl2012-07-271-2/+14
| * Don't crash when stderr is closedJoel Rosdahl2012-03-071-26/+24
* | Reduce scope of result variablesJoel Rosdahl2012-07-141-1/+2
* | Fix coding styleJoel Rosdahl2012-07-131-12/+16
* | do not pass incorrect length to remember_include_file()Luboš Luňák2012-07-131-3/+4
* | hash clang's .pch file explicitlyLuboš Luňák2012-07-131-0/+31
* | support for precompiled headers with clangLuboš Luňák2012-07-131-8/+21
* | Plug minor memory leakJoel Rosdahl2012-05-131-0/+1
* | Avoid reading bad memory when using the "ccache compiler" formJoel Rosdahl2012-05-131-5/+4
* | Introduce x_unsetenv for increased portabilityJoel Rosdahl2012-03-051-3/+2
* | Fix indentationJoel Rosdahl2012-03-051-1/+2
* | Fix leftovers of variable-based configurationJoel Rosdahl2012-03-051-4/+4
* | Minor documentation tweaksJoel Rosdahl2012-03-041-1/+1
* | Renamed CCACHE_CONFIG_PATH to CCACHE_CONFIGPATH for consistencyJoel Rosdahl2012-02-221-1/+1
* | Merge branch 'master' into configJoel Rosdahl2012-02-201-3/+6
|\ \
| * | Support adjusting the compression level through CCACHE_COMPRESS_LEVELHongli Lai (Phusion)2012-02-201-4/+8
* | | Merge branch 'master' into configJoel Rosdahl2012-02-191-9/+22
|\ \ \ | |/ /
| * | Merge branch 'maint'Joel Rosdahl2012-02-191-14/+22
| |\ \ | | |/
| | * Add -c if missing when compiling a header fileJoel Rosdahl2012-02-011-9/+13
| | * Don't crash when current working directory doesn't existJoel Rosdahl2012-01-161-5/+9
* | | Minor cleanupJoel Rosdahl2012-02-131-27/+26
* | | Merge branch 'master' into configJoel Rosdahl2012-01-081-20/+18
|\ \ \ | |/ /
| * | Fixup after merge: Make directory creation failure fatalJoel Rosdahl2012-01-081-9/+4
| * | Merge branch 'maint'Joel Rosdahl2012-01-081-11/+13
| |\ \ | | |/
| | * Also recognize -specs=file in addition to --specs=fileJoel Rosdahl2012-01-081-3/+9
| | * Revert GCC bug compatibility for -MTarg and -MQargJoel Rosdahl2012-01-081-7/+1
| | * Fix minor memory leaksJoel Rosdahl2012-01-071-1/+3
| | * Correct log message when unify mode is enabledJoel Rosdahl2012-01-061-1/+1
| | * Hash environment variables that affect the preprocessor outputJoel Rosdahl2012-01-061-0/+18
| | * Hash mtime or content of GCC plugins specified with -fplugin=Joel Rosdahl2012-01-051-0/+7
| | * Use hash_compiler for explicit --specs= options as wellJoel Rosdahl2012-01-051-6/+4
| | * Refactor code into a hash_compiler functionJoel Rosdahl2012-01-051-20/+32