]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2002-03-27  Andrew Tridgellhandle -isystem= better
2002-03-27  Andrew Tridgellbail out if we get -M
2002-03-27  Andrew Tridgellexplain the mmap code a little
2002-03-27  Andrew Tridgelluse mmap() to solve the problem of incredibly long...
2002-03-27  Andrew Tridgellimplemented the identargs idea from compilercache
2002-03-27  Andrew Tridgelladded CCACHE_DISABLE setting
2002-03-27  Andrew Tridgelluse a file copy rather than a symlink if a hard link...
2002-03-27  Andrew Tridgellhandle -S with -c (it changes the default extension)
2002-03-27  Andrew Tridgellmade default CCACHE_DIR $HOME/.ccache to avoid some...
2002-03-27  Andrew Tridgelladded some basic speed results with rsync
2002-03-27  Andrew Tridgellhandle a race in directory creation
2002-03-27  Andrew Tridgellaix has an even worse vsnprintf() - cope with that too
2002-03-27  Andrew Tridgellsolaris insists that object files end in .o
2002-03-27  Andrew Tridgellmake asprintf work on broken solaris systems ...
2002-03-27  Andrew Tridgellproper x_asprintf and x_strdup implementations
2002-03-27  Andrew Tridgell- don't need CCACHE_PATH on non-linux now
2002-03-27  Andrew Tridgellremoved test prog
2002-03-27  Andrew Tridgellmake the compile as atomic as possible
2002-03-26  Andrew Tridgelladded some docs and comments ...
2002-03-26  Andrew Tridgell- check that the compiler we find is executable (to...
2002-03-26  Andrew Tridgellccache is now pretty well ready for use
2002-03-26  Andrew Tridgelldelete files before creation
2002-03-26  Andrew Tridgell- use subdirs
2002-03-26  Andrew Tridgellfirst version of C compilercache