]> git.ipfire.org Git - thirdparty/ccache.git/log
thirdparty/ccache.git
23 years agoadded some basic speed results with rsync
Andrew Tridgell [Wed, 27 Mar 2002 03:30:47 +0000 (04:30 +0100)] 
added some basic speed results with rsync

23 years agohandle a race in directory creation
Andrew Tridgell [Wed, 27 Mar 2002 03:29:42 +0000 (04:29 +0100)] 
handle a race in directory creation

23 years agoaix has an even worse vsnprintf() - cope with that too
Andrew Tridgell [Wed, 27 Mar 2002 02:17:02 +0000 (03:17 +0100)] 
aix has an even worse vsnprintf() - cope with that too

23 years agosolaris insists that object files end in .o
Andrew Tridgell [Wed, 27 Mar 2002 01:57:45 +0000 (02:57 +0100)] 
solaris insists that object files end in .o

23 years agomake asprintf work on broken solaris systems ...
Andrew Tridgell [Wed, 27 Mar 2002 01:51:14 +0000 (02:51 +0100)] 
make asprintf work on broken solaris systems ...

23 years agoproper x_asprintf and x_strdup implementations
Andrew Tridgell [Wed, 27 Mar 2002 01:38:55 +0000 (02:38 +0100)] 
proper x_asprintf and x_strdup implementations

23 years ago- don't need CCACHE_PATH on non-linux now
Andrew Tridgell [Wed, 27 Mar 2002 01:29:53 +0000 (02:29 +0100)] 
- don't need CCACHE_PATH on non-linux now

- faster handling of error case

23 years agoremoved test prog
Andrew Tridgell [Wed, 27 Mar 2002 00:39:44 +0000 (01:39 +0100)] 
removed test prog

23 years agomake the compile as atomic as possible
Andrew Tridgell [Wed, 27 Mar 2002 00:39:06 +0000 (01:39 +0100)] 
make the compile as atomic as possible

23 years agoadded some docs and comments ...
Andrew Tridgell [Tue, 26 Mar 2002 23:58:31 +0000 (00:58 +0100)] 
added some docs and comments ...

23 years ago- check that the compiler we find is executable (to cope with a
Andrew Tridgell [Tue, 26 Mar 2002 22:39:25 +0000 (23:39 +0100)] 
- check that the compiler we find is executable (to cope with a
  directory called "gcc")
- make it work on non-Linux systems (though you do need CCACHE_PATH set)

23 years agoccache is now pretty well ready for use
Andrew Tridgell [Tue, 26 Mar 2002 22:25:14 +0000 (23:25 +0100)] 
ccache is now pretty well ready for use

23 years agodelete files before creation
Andrew Tridgell [Tue, 26 Mar 2002 15:12:16 +0000 (16:12 +0100)] 
delete files before creation

23 years ago- use subdirs
Andrew Tridgell [Tue, 26 Mar 2002 15:11:48 +0000 (16:11 +0100)] 
- use subdirs
- better status handling

23 years agofirst version of C compilercache
Andrew Tridgell [Tue, 26 Mar 2002 14:46:43 +0000 (15:46 +0100)] 
first version of C compilercache