]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2012-05-13  Joel RosdahlAvoid checking for too large values in parse_unsigned
2012-05-13  Joel RosdahlUse UINT_MAX instead of (unsigned)-1
2012-05-13  Joel RosdahlPlug minor memory leak
2012-05-13  Joel RosdahlAvoid reading bad memory when using the "ccache compile...
2012-04-17  Joel Rosdahlportability: Don't compare signed and unsigned integers
2012-04-14  Joel RosdahlFix grammar in comment
2012-04-09  Joel Rosdahltest: Remove symlink to ccache to avoid installcheck...
2012-04-09  Joel RosdahlFix build error for C89-only compilers
2012-04-08  Joel Rosdahltest: Only run -fprofile-generate tests for compilers...
2012-04-08  Joel Rosdahlconfig: Compare with NULL in parse_env_string to please...
2012-04-05  Chris AtLeefix build problems with incorrect pointer assignments
2012-03-07  Joel RosdahlPortability: Don't assume unsetenv has a non-void retur...
2012-03-07  Joel RosdahlMerge branch 'maint'
2012-03-07  Joel RosdahlDon't crash when stderr is closed
2012-03-05  Joel RosdahlPortability fixes
2012-03-05  Joel RosdahlIntroduce x_unsetenv for increased portability
2012-03-05  Joel RosdahlMake conf_read_valid_config work on systems that don...
2012-03-05  Joel RosdahlFix indentation
2012-03-05  Joel RosdahlFix leftovers of variable-based configuration
2012-03-05  Joel RosdahlFix typo
2012-03-04  Joel RosdahlMinor documentation tweaks
2012-03-02  Joel RosdahlMake ccache compilable with clang
2012-02-23  Joel RosdahlSolaris build fixes
2012-02-22  Joel RosdahlRenamed CCACHE_CONFIG_PATH to CCACHE_CONFIGPATH for...
2012-02-20  Joel RosdahlMerge branch 'master' into config
2012-02-20  Joel RosdahlMinor code style changes
2012-02-20  Hongli Lai... Support adjusting the compression level through CCACHE_...
2012-02-19  Joel RosdahlMerge branch 'master' into config
2012-02-19  Joel RosdahlMerge branch 'maint'
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
next