Andrew Tridgell
|
7f1767724f
|
explain the mmap code a little
|
2002-03-27 08:12:30 +01:00 |
|
Andrew Tridgell
|
75d34ac390
|
use mmap() to solve the problem of incredibly long pre-processor lines
|
2002-03-27 08:06:45 +01:00 |
|
Andrew Tridgell
|
4101c3fd39
|
implemented the identargs idea from compilercache
|
2002-03-27 07:30:31 +01:00 |
|
Andrew Tridgell
|
10920460b5
|
added CCACHE_DISABLE setting
|
2002-03-27 07:15:32 +01:00 |
|
Andrew Tridgell
|
57088bae34
|
use a file copy rather than a symlink if a hard link fails
|
2002-03-27 06:40:28 +01:00 |
|
Andrew Tridgell
|
b93b8ff936
|
handle -S with -c (it changes the default extension)
|
2002-03-27 05:53:05 +01:00 |
|
Andrew Tridgell
|
971801d9b3
|
made default CCACHE_DIR $HOME/.ccache to avoid some potential /tmp races
|
2002-03-27 04:53:22 +01:00 |
|
Andrew Tridgell
|
49018976e9
|
solaris insists that object files end in .o
|
2002-03-27 02:57:45 +01:00 |
|
Andrew Tridgell
|
3b4bf19848
|
- don't need CCACHE_PATH on non-linux now
- faster handling of error case
|
2002-03-27 02:29:53 +01:00 |
|
Andrew Tridgell
|
a3130d6a70
|
make the compile as atomic as possible
|
2002-03-27 01:39:06 +01:00 |
|
Andrew Tridgell
|
b97c2c60e2
|
added some docs and comments ...
|
2002-03-27 00:58:31 +01:00 |
|
Andrew Tridgell
|
42ed452a57
|
- 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)
|
2002-03-26 23:39:25 +01:00 |
|
Andrew Tridgell
|
11628d7f7b
|
ccache is now pretty well ready for use
|
2002-03-26 23:25:14 +01:00 |
|
Andrew Tridgell
|
ecb3bfc6e8
|
- use subdirs
- better status handling
|
2002-03-26 16:11:48 +01:00 |
|
Andrew Tridgell
|
f42859a15c
|
first version of C compilercache
|
2002-03-26 15:46:43 +01:00 |
|