index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ccache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Log strerror(errno) on failure to stat the compiler's stdout file
Joel Rosdahl
2012-10-07
1
-1
/
+2
*
Remove any previous .stderr from cache if recaching
Joel Rosdahl
2012-08-09
1
-0
/
+4
*
Move log "running preprocessor" to a more appropriate place
Joel Rosdahl
2012-08-08
1
-1
/
+1
*
Include ccache version in the debug log
Joel Rosdahl
2012-08-08
1
-1
/
+2
*
Let cc_process_args work on a copy of orig_args
Joel Rosdahl
2012-08-07
1
-6
/
+11
*
Fix typo and coding style
Joel Rosdahl
2012-08-07
1
-2
/
+2
*
Avoid "orig_args" parameters to separate them from the global variable
Joel Rosdahl
2012-08-07
1
-8
/
+8
*
add support for '@' parameters
Boie, Andrew P
2012-08-07
1
-1
/
+20
*
Revert "add support for '@' parameters"
Joel Rosdahl
2012-08-01
1
-23
/
+1
*
add support for '@' parameters
Boie, Andrew P
2012-08-01
1
-1
/
+23
*
Merge branch 'maint'
Joel Rosdahl
2012-07-30
1
-0
/
+10
|
\
|
*
hash also Clang plugins
Lubos Lunak
2012-07-30
1
-0
/
+10
*
|
Merge branch 'maint'
Joel Rosdahl
2012-07-29
1
-7
/
+28
|
\
\
|
|
/
|
*
Simplify generation of relative automatic dependency target
Joel Rosdahl
2012-07-29
1
-8
/
+5
|
*
Minor code cleanup
Joel Rosdahl
2012-07-29
1
-7
/
+7
|
*
Make dependency arguments relative to increase cache hits
Lalit Chhabra
2012-07-29
1
-7
/
+31
|
*
Correct doc string of make_relative_path
Joel Rosdahl
2012-07-29
1
-2
/
+2
*
|
Merge branch 'maint'
Joel Rosdahl
2012-07-28
1
-2
/
+14
|
\
\
|
|
/
|
*
Canonicalize paths when computing path relative to base directory
Joel Rosdahl
2012-07-27
1
-2
/
+14
|
*
Don't crash when stderr is closed
Joel Rosdahl
2012-03-07
1
-26
/
+24
*
|
Reduce scope of result variables
Joel Rosdahl
2012-07-14
1
-1
/
+2
*
|
Fix coding style
Joel Rosdahl
2012-07-13
1
-12
/
+16
*
|
do not pass incorrect length to remember_include_file()
Luboš Luňák
2012-07-13
1
-3
/
+4
*
|
hash clang's .pch file explicitly
Luboš Luňák
2012-07-13
1
-0
/
+31
*
|
support for precompiled headers with clang
Luboš Luňák
2012-07-13
1
-8
/
+21
*
|
Plug minor memory leak
Joel Rosdahl
2012-05-13
1
-0
/
+1
*
|
Avoid reading bad memory when using the "ccache compiler" form
Joel Rosdahl
2012-05-13
1
-5
/
+4
*
|
Introduce x_unsetenv for increased portability
Joel Rosdahl
2012-03-05
1
-3
/
+2
*
|
Fix indentation
Joel Rosdahl
2012-03-05
1
-1
/
+2
*
|
Fix leftovers of variable-based configuration
Joel Rosdahl
2012-03-05
1
-4
/
+4
*
|
Minor documentation tweaks
Joel Rosdahl
2012-03-04
1
-1
/
+1
*
|
Renamed CCACHE_CONFIG_PATH to CCACHE_CONFIGPATH for consistency
Joel Rosdahl
2012-02-22
1
-1
/
+1
*
|
Merge branch 'master' into config
Joel Rosdahl
2012-02-20
1
-3
/
+6
|
\
\
|
*
|
Support adjusting the compression level through CCACHE_COMPRESS_LEVEL
Hongli Lai (Phusion)
2012-02-20
1
-4
/
+8
*
|
|
Merge branch 'master' into config
Joel Rosdahl
2012-02-19
1
-9
/
+22
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'maint'
Joel Rosdahl
2012-02-19
1
-14
/
+22
|
|
\
\
|
|
|
/
|
|
*
Add -c if missing when compiling a header file
Joel Rosdahl
2012-02-01
1
-9
/
+13
|
|
*
Don't crash when current working directory doesn't exist
Joel Rosdahl
2012-01-16
1
-5
/
+9
*
|
|
Minor cleanup
Joel Rosdahl
2012-02-13
1
-27
/
+26
*
|
|
Merge branch 'master' into config
Joel Rosdahl
2012-01-08
1
-20
/
+18
|
\
\
\
|
|
/
/
|
*
|
Fixup after merge: Make directory creation failure fatal
Joel Rosdahl
2012-01-08
1
-9
/
+4
|
*
|
Merge branch 'maint'
Joel Rosdahl
2012-01-08
1
-11
/
+13
|
|
\
\
|
|
|
/
|
|
*
Also recognize -specs=file in addition to --specs=file
Joel Rosdahl
2012-01-08
1
-3
/
+9
|
|
*
Revert GCC bug compatibility for -MTarg and -MQarg
Joel Rosdahl
2012-01-08
1
-7
/
+1
|
|
*
Fix minor memory leaks
Joel Rosdahl
2012-01-07
1
-1
/
+3
|
|
*
Correct log message when unify mode is enabled
Joel Rosdahl
2012-01-06
1
-1
/
+1
|
|
*
Hash environment variables that affect the preprocessor output
Joel Rosdahl
2012-01-06
1
-0
/
+18
|
|
*
Hash mtime or content of GCC plugins specified with -fplugin=
Joel Rosdahl
2012-01-05
1
-0
/
+7
|
|
*
Use hash_compiler for explicit --specs= options as well
Joel Rosdahl
2012-01-05
1
-6
/
+4
|
|
*
Refactor code into a hash_compiler function
Joel Rosdahl
2012-01-05
1
-20
/
+32
[next]