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
*
Rename format_size to format_human_readable_size
Joel Rosdahl
2011-07-20
1
-1
/
+1
*
Set orig_args before find_compiler() because it's needed in failed()
Joel Rosdahl
2011-07-20
1
-10
/
+11
*
config: Use unify from conf struct
Joel Rosdahl
2011-07-20
1
-13
/
+4
*
config: Use umask from conf struct
Joel Rosdahl
2011-07-20
1
-9
/
+2
*
config: Use temporary_dir from conf struct
Joel Rosdahl
2011-07-20
1
-2
/
+2
*
config: Use sloppiness from conf struct
Joel Rosdahl
2011-07-20
1
-41
/
+13
*
config: Use run_second_cpp from conf struct
Joel Rosdahl
2011-07-20
1
-21
/
+12
*
config: Use recache from conf struct
Joel Rosdahl
2011-07-20
1
-1
/
+1
*
config: Use read_only from conf struct
Joel Rosdahl
2011-07-20
1
-2
/
+2
*
config: Use prefix_command from conf struct
Joel Rosdahl
2011-07-20
1
-6
/
+3
*
config: Use log_file from conf struct
Joel Rosdahl
2011-07-20
1
-6
/
+0
*
config: Use hash_dir from conf struct
Joel Rosdahl
2011-07-20
1
-1
/
+1
*
config: Use hard_link from conf struct
Joel Rosdahl
2011-07-20
1
-2
/
+2
*
config: Use extra_files_to_hash from conf struct
Joel Rosdahl
2011-07-20
1
-5
/
+3
*
config: Use disable from conf struct
Joel Rosdahl
2011-07-20
1
-5
/
+5
*
config: Use direct_mode from conf struct
Joel Rosdahl
2011-07-20
1
-16
/
+12
*
config: Use cpp_extension from conf struct
Joel Rosdahl
2011-07-17
1
-10
/
+7
*
config: Use compression from conf struct
Joel Rosdahl
2011-07-17
1
-16
/
+4
*
config: Use compiler_check from conf struct
Joel Rosdahl
2011-07-17
1
-10
/
+6
*
config: Bail out on bad environment variable settings
Joel Rosdahl
2011-07-17
1
-1
/
+3
*
config: Use compiler from conf struct
Joel Rosdahl
2011-07-17
1
-3
/
+2
*
config: Use cache_dir_levels from conf struct
Joel Rosdahl
2011-07-17
1
-14
/
+3
*
config: Use cache_dir from conf struct
Joel Rosdahl
2011-07-17
1
-21
/
+8
*
config: First steps towards supporting config files
Joel Rosdahl
2011-07-17
1
-91
/
+119
*
Rename value_units to parse_size_with_suffix and handle errors
Joel Rosdahl
2011-05-30
1
-1
/
+1
*
Merge branch 'maint'
Joel Rosdahl
2011-04-17
1
-26
/
+43
|
\
|
*
Be bug compatible with GCC for -MTarg and -MQarg
Joel Rosdahl
2011-04-17
1
-2
/
+8
|
*
Log original command line
Joel Rosdahl
2011-04-13
1
-0
/
+1
|
*
Correctly handle -MF/-MT/-MQ with concatenated argument last on commandline
Joel Rosdahl
2011-04-13
1
-25
/
+35
*
|
Merge branch 'maint'
Joel Rosdahl
2011-04-09
1
-2
/
+2
|
\
\
|
|
/
|
*
Update copyright for 2011
Joel Rosdahl
2011-04-09
1
-2
/
+2
*
|
Plug some memory leaks in the unit tests
Joel Rosdahl
2011-04-03
1
-7
/
+4
*
|
Check and log failure after create_parent_dirs()
Joel Rosdahl
2011-04-03
1
-1
/
+5
*
|
Merge branch 'maint'
Joel Rosdahl
2011-04-03
1
-19
/
+28
|
\
\
|
|
/
|
*
Add separate counter "called for preprocessing"
Joel Rosdahl
2011-04-03
1
-0
/
+7
|
*
Include strerror(errno) in error messages when system calls fail
Joel Rosdahl
2011-04-03
1
-20
/
+22
*
|
Correct make_relative_path description
Joel Rosdahl
2011-03-13
1
-2
/
+2
*
|
Plug some memory leaks
Joel Rosdahl
2011-02-03
1
-0
/
+2
*
|
Don't crash when CCACHE_PREFIX is " "
Joel Rosdahl
2011-02-03
1
-6
/
+2
*
|
Fix code style
Joel Rosdahl
2011-02-03
1
-4
/
+7
*
|
Support several binaries in CCACHE_PREFIX
Mark Starovoytov
2011-02-02
1
-18
/
+39
*
|
Don't pass -c to the preprocessor
Joel Rosdahl
2011-01-23
1
-1
/
+4
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-28
1
-7
/
+19
|
\
\
|
|
/
|
*
Handle -MFarg, -MTarg and -MQarg compiler options correctly
Joel Rosdahl
2010-11-28
1
-7
/
+19
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-21
1
-10
/
+4
|
\
\
|
|
/
|
*
Bail out on too hard compiler options -fdump-*
Joel Rosdahl
2010-11-21
1
-1
/
+3
|
*
Put -E compiler option check in the compopts table
Joel Rosdahl
2010-11-21
1
-9
/
+1
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-14
1
-2
/
+11
|
\
\
|
|
/
|
*
Correctly handle "#line N" (without path) directive for AIX's preprocessor
Joel Rosdahl
2010-11-14
1
-1
/
+5
|
*
Add notes about the AIX compiler's preprocessor output
Joel Rosdahl
2010-11-11
1
-1
/
+6
[next]