summaryrefslogtreecommitdiff
path: root/ccache.c
Commit message (Expand)AuthorAgeFilesLines
* Rename format_size to format_human_readable_sizeJoel Rosdahl2011-07-201-1/+1
* Set orig_args before find_compiler() because it's needed in failed()Joel Rosdahl2011-07-201-10/+11
* config: Use unify from conf structJoel Rosdahl2011-07-201-13/+4
* config: Use umask from conf structJoel Rosdahl2011-07-201-9/+2
* config: Use temporary_dir from conf structJoel Rosdahl2011-07-201-2/+2
* config: Use sloppiness from conf structJoel Rosdahl2011-07-201-41/+13
* config: Use run_second_cpp from conf structJoel Rosdahl2011-07-201-21/+12
* config: Use recache from conf structJoel Rosdahl2011-07-201-1/+1
* config: Use read_only from conf structJoel Rosdahl2011-07-201-2/+2
* config: Use prefix_command from conf structJoel Rosdahl2011-07-201-6/+3
* config: Use log_file from conf structJoel Rosdahl2011-07-201-6/+0
* config: Use hash_dir from conf structJoel Rosdahl2011-07-201-1/+1
* config: Use hard_link from conf structJoel Rosdahl2011-07-201-2/+2
* config: Use extra_files_to_hash from conf structJoel Rosdahl2011-07-201-5/+3
* config: Use disable from conf structJoel Rosdahl2011-07-201-5/+5
* config: Use direct_mode from conf structJoel Rosdahl2011-07-201-16/+12
* config: Use cpp_extension from conf structJoel Rosdahl2011-07-171-10/+7
* config: Use compression from conf structJoel Rosdahl2011-07-171-16/+4
* config: Use compiler_check from conf structJoel Rosdahl2011-07-171-10/+6
* config: Bail out on bad environment variable settingsJoel Rosdahl2011-07-171-1/+3
* config: Use compiler from conf structJoel Rosdahl2011-07-171-3/+2
* config: Use cache_dir_levels from conf structJoel Rosdahl2011-07-171-14/+3
* config: Use cache_dir from conf structJoel Rosdahl2011-07-171-21/+8
* config: First steps towards supporting config filesJoel Rosdahl2011-07-171-91/+119
* Rename value_units to parse_size_with_suffix and handle errorsJoel Rosdahl2011-05-301-1/+1
* Merge branch 'maint'Joel Rosdahl2011-04-171-26/+43
|\
| * Be bug compatible with GCC for -MTarg and -MQargJoel Rosdahl2011-04-171-2/+8
| * Log original command lineJoel Rosdahl2011-04-131-0/+1
| * Correctly handle -MF/-MT/-MQ with concatenated argument last on commandlineJoel Rosdahl2011-04-131-25/+35
* | Merge branch 'maint'Joel Rosdahl2011-04-091-2/+2
|\ \ | |/
| * Update copyright for 2011Joel Rosdahl2011-04-091-2/+2
* | Plug some memory leaks in the unit testsJoel Rosdahl2011-04-031-7/+4
* | Check and log failure after create_parent_dirs()Joel Rosdahl2011-04-031-1/+5
* | Merge branch 'maint'Joel Rosdahl2011-04-031-19/+28
|\ \ | |/
| * Add separate counter "called for preprocessing"Joel Rosdahl2011-04-031-0/+7
| * Include strerror(errno) in error messages when system calls failJoel Rosdahl2011-04-031-20/+22
* | Correct make_relative_path descriptionJoel Rosdahl2011-03-131-2/+2
* | Plug some memory leaksJoel Rosdahl2011-02-031-0/+2
* | Don't crash when CCACHE_PREFIX is " "Joel Rosdahl2011-02-031-6/+2
* | Fix code styleJoel Rosdahl2011-02-031-4/+7
* | Support several binaries in CCACHE_PREFIXMark Starovoytov2011-02-021-18/+39
* | Don't pass -c to the preprocessorJoel Rosdahl2011-01-231-1/+4
* | Merge branch 'maint'Joel Rosdahl2010-11-281-7/+19
|\ \ | |/
| * Handle -MFarg, -MTarg and -MQarg compiler options correctlyJoel Rosdahl2010-11-281-7/+19
* | Merge branch 'maint'Joel Rosdahl2010-11-211-10/+4
|\ \ | |/
| * Bail out on too hard compiler options -fdump-*Joel Rosdahl2010-11-211-1/+3
| * Put -E compiler option check in the compopts tableJoel Rosdahl2010-11-211-9/+1
* | Merge branch 'maint'Joel Rosdahl2010-11-141-2/+11
|\ \ | |/
| * Correctly handle "#line N" (without path) directive for AIX's preprocessorJoel Rosdahl2010-11-141-1/+5
| * Add notes about the AIX compiler's preprocessor outputJoel Rosdahl2010-11-111-1/+6