]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2012-02-19  Joel RosdahlUpdate manual with new configuration file format and...
2012-02-13  Joel RosdahlAdd test for prefix_command
2012-02-13  Joel RosdahlMake format_human_readable_size saner for size < 1000
2012-02-13  Joel RosdahlMinor cleanup
2012-02-01  Joel RosdahlAdd -c if missing when compiling a header file
2012-01-16  Joel RosdahlDon't crash when current working directory doesn't...
2012-01-14  Joel RosdahlMerge branch 'master' into config
2012-01-08  Joel RosdahlMerge branch 'maint'
2012-01-08  Joel RosdahlPrepare for v3.1.7 v3.1.7
2012-01-08  Joel RosdahlUse booleans for truth values
2012-01-08  Joel RosdahlMerge branch 'master' into config
2012-01-08  Joel Rosdahlwhile (1) -> while (true)
2012-01-08  Joel RosdahlFixup after merge: Make directory creation failure...
2012-01-08  Joel RosdahlMerge branch 'maint'
2012-01-08  Joel RosdahlUpdate NEWS
2012-01-08  Joel RosdahlAlso recognize -specs=file in addition to --specs=file
2012-01-08  Joel RosdahlRevert GCC bug compatibility for -MTarg and -MQarg
2012-01-07  Joel RosdahlFix minor memory leaks
2012-01-06  Joel RosdahlMerge branch 'master' into config
2012-01-06  Joel RosdahlMerge branch 'maint'
2012-01-06  Joel RosdahlCorrect log message when unify mode is enabled
2012-01-06  Joel RosdahlHash environment variables that affect the preprocessor...
2012-01-05  Joel RosdahlHash mtime or content of GCC plugins specified with...
2012-01-05  Joel RosdahlUse hash_compiler for explicit --specs= options as...
2012-01-05  Joel RosdahlRefactor code into a hash_compiler function
2011-12-20  Joel RosdahlImprove description on how to fix bad object files...
2011-12-19  Joel RosdahlMake failure to create files in cache fatal
2011-12-19  Joel RosdahlMake failure to create cache directories fatal
2011-09-19  Joel RosdahlDon't remove *_lookup.c files when cleaning
2011-09-18  Joel Rosdahlconfig: Remove detect_shebang since it's only used...
2011-09-18  Joel Rosdahlconfig: Update help text with information about size...
2011-09-18  Joel Rosdahlconfig: Rename --set-option to --set-config
2011-09-17  Joel RosdahlRemove unused print_executed_command function
2011-09-11  Joel RosdahlHandle non-writable CCACHE_DIR gracefully
2011-09-04  Joel RosdahlMerge branch 'maint'
2011-09-04  Ville SkyttäSync mdfour.c license header with other files, notably...
2011-08-21  Joel RosdahlMerge branch 'master' into config
2011-08-21  Joel RosdahlMerge branch 'maint'
2011-08-21  Joel RosdahlTweak news markup
2011-08-21  Joel RosdahlPrepare for v3.1.6 v3.1.6
2011-08-20  Joel RosdahlMerge branch 'master' into config
2011-08-16  Bernhard BauerSupport -Xclang compiler option. 4/head
2011-08-15  Joel RosdahlFix -fprofile-*=dir handling when dir doesn't exist
2011-08-15  Joel RosdahlUse true/false for boolean values
2011-08-15  Joel RosdahlFix code style
2011-08-15  Joel RosdahlMerge branch 'master' into config
2011-08-14  Joel RosdahlAdd the newest contributors
2011-08-14  Joel RosdahlFix potential free() of non-heap memory
2011-08-14  Joel RosdahlPlug minor memory leak
2011-08-14  Joel RosdahlMinor code-style cleanup
2011-08-14  Joel RosdahlMerge remote-tracking branch 'catlee/profile'
2011-08-14  Joel RosdahlCorrect win32 ifndefs
2011-08-03  Joel RosdahlMerge branch 'maint'
2011-08-03  Joel RosdahlDon't crash when getcwd() fails
2011-07-31  Joel RosdahlMerge branch 'master' into config
2011-07-31  Joel RosdahlAdd missing header to header list in dev.mk.in
2011-07-31  Joel RosdahlAdd missing headers to dev.mk.in
2011-07-29  Chris AtLeerework profile directory handling 2/head
2011-07-29  Chris AtLeeset output_to_real_object default to false, we get...
2011-07-29  Chris AtLeeUsing hardlinks if requested
2011-07-29  Chris AtLeecomment
2011-07-29  Joel RosdahlDon't fetch current time for each logged configuration...
2011-07-29  Joel RosdahlLog config to log file if enabled
2011-07-29  Joel RosdahlAdd cc_log_without_flush
2011-07-29  Joel Rosdahlconfig: Track and print configuration item origins
2011-07-29  Joel RosdahlUse NULL instead of 0 for null pointer
2011-07-29  Joel Rosdahlconfig: Use code generated by gperf for looking up...
2011-07-29  Joel Rosdahlconfig: Add -p/--print-config option
2011-07-29  Joel Rosdahlconfig: Add conf_print_items function
2011-07-29  Joel RosdahlRename x_asprintf2 to reformat
2011-07-26  Joel Rosdahlconfig: Add -o/--set-option command-line option
2011-07-26  Joel Rosdahlconfig: Adjust the default cache size limit to 5 Gbytes
2011-07-26  Joel RosdahlLet k/M/G/T be 10-based suffixes and introduce 2-based...
2011-07-26  Joel RosdahlUse real size instead of multiples of 1024 for sizes
2011-07-26  Joel Rosdahltest: Fix code formatting
2011-07-26  Joel Rosdahltest: Add CHECKM macro that accepts an error message
2011-07-26  Joel Rosdahltest: Use an int64_t variant of CHECK_INT_EQ for all...
2011-07-26  Joel Rosdahltest: Call correct function in CHECK_UNS_EQ
2011-07-25  Chris AtLeeMake sure we only handle known -fprofile flags. Rewrite...
2011-07-25  Chris AtLeeMove -fprofile handling into cc_process_args
2011-07-25  Chris AtLeeLook for .gcda files in profile directory when using...
2011-07-23  Chris AtLeeFix profile_use directory, and valgrind warning
2011-07-23  Chris AtLeerefactor to handle profile directories
2011-07-22  Chris AtLeeUse hash_delimeter before hashing profile data
2011-07-22  Chris AtLeeAvoid output_obj being freed by accident
2011-07-22  Chris AtLeeFix comment style
2011-07-21  Chris AtLeeHash the cwd if we're outputting to our object file...
2011-07-20  Joel RosdahlImprove error message in case of failed execv()
2011-07-20  Joel Rosdahlconfig: Use files and size limits from config
2011-07-20  Joel Rosdahlconfig: Save primary configuration file path till later
2011-07-20  Joel Rosdahlconfig: Free output from parse_line correctly
2011-07-20  Joel Rosdahlconfig: Implement conf_set_value_in_file()
2011-07-20  Joel Rosdahlconfig: Refactor parse_line to only return parsed key...
2011-07-20  Joel Rosdahlconfig: Create initial configuration file from stats...
2011-07-20  Joel RosdahlTeach parse_size_with_suffix to parse float-style sizes
2011-07-20  Joel RosdahlAdd utility function format_parsable_size_with_suffix
2011-07-20  Joel RosdahlAdd test for format_human_readable_size
2011-07-20  Joel RosdahlRename format_size to format_human_readable_size
2011-07-20  Joel RosdahlSet orig_args before find_compiler() because it's neede...
2011-07-20  Joel Rosdahlconfig: Assert that conf has been created
next