]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
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
2011-07-20  Joel Rosdahlconfig: Use unify from conf struct
2011-07-20  Joel Rosdahlconfig: Use umask from conf struct
2011-07-20  Joel Rosdahlconfig: Use temporary_dir from conf struct
2011-07-20  Joel Rosdahlconfig: Use stats from conf struct
2011-07-20  Joel Rosdahlconfig: Use sloppiness from conf struct
2011-07-20  Joel Rosdahlconfig: Use run_second_cpp from conf struct
2011-07-20  Joel Rosdahlconfig: Use recache from conf struct
2011-07-20  Joel Rosdahlconfig: Use read_only from conf struct
2011-07-20  Joel Rosdahlconfig: Use prefix_command from conf struct
2011-07-20  Joel Rosdahlconfig: Use path from conf struct
2011-07-20  Joel RosdahlAdd test for CCACHE_PATH
2011-07-20  Joel Rosdahlconfig: Use log_file from conf struct
2011-07-20  Joel Rosdahlconfig: Use hash_dir from conf struct
2011-07-20  Joel Rosdahlconfig: Use hard_link from conf struct
2011-07-20  Joel Rosdahlconfig: Use extra_files_to_hash from conf struct
2011-07-20  Joel Rosdahlconfig: Use disable from conf struct
2011-07-20  Joel Rosdahlconfig: Use direct_mode from conf struct
2011-07-20  Joel Rosdahlconfig: Handle CCACHE_NO* environment variables
2011-07-20  Chris AtLeehandle -fprofile-use
2011-07-20  Chris AtLeeadding tests
2011-07-20  Chris AtLeeGet -fprofile-generate, -fprofile-arcs working
2011-07-17  Joel Rosdahlconfig: Use detect_shebang from conf struct
2011-07-17  Joel Rosdahlconfig: Use cpp_extension from conf struct
2011-07-17  Joel Rosdahlconfig: Use compression from conf struct
2011-07-17  Joel RosdahlMinor tweaks to HACKING.txt
2011-07-17  Joel Rosdahlconfig: Remove obsolete references to CCACHE_NOCOMPRESS
2011-07-17  Joel Rosdahlconfig: Use compiler_check from conf struct
2011-07-17  Joel Rosdahlconfig: Bail out on bad environment variable settings
2011-07-17  Joel Rosdahlconfig: Correctly interpret boolean environment variables
2011-07-17  Joel Rosdahlconfig: Allow empty string (meaning "disabled") in...
2011-07-17  Joel Rosdahlconfig: Use compiler from conf struct
2011-07-17  Joel Rosdahlconfig: Use cache_dir_levels from conf struct
2011-07-17  Joel Rosdahlconfig: Use cache_dir from conf struct
2011-07-17  Joel Rosdahlconfig: First steps towards supporting config files
2011-07-12  Joel RosdahlCorrectly free name in expand_variable
2011-05-30  Joel RosdahlPrint "ccache: error: " instead of "ccache: FATAL:...
2011-05-30  Joel RosdahlRename value_units to parse_size_with_suffix and handle...
2011-05-30  Joel RosdahlAdd subst_env_in_string function
2011-05-30  Joel RosdahlMerge branch 'maint'
2011-05-30  Joel RosdahlRewrite argument to --sysroot if CCACHE_BASEDIR is...
2011-05-30  Jon BernardFix stats display alignment for preprocessing
2011-05-29  Joel RosdahlMerge branch 'maint'
2011-05-29  Joel RosdahlMinor spelling tweak
2011-05-29  Joel RosdahlPrepare for v3.1.5 v3.1.5
2011-05-21  Joel RosdahlMerge branch 'maint'
next