82 Commits

Author SHA1 Message Date
Andrew Tridgell
7c09826c84 make temporary filenames more distcc friendly
(patch from Martin Pool)
2003-09-24 08:39:27 +02:00
Andrew Tridgell
026f2f4a13 no need to exclude -fprofile-arcs 2003-09-24 07:57:54 +02:00
Andrew Tridgell
6c0d53595c some systems don't have gethostname() .... 2003-03-07 13:09:19 +01:00
Andrew Tridgell
df18a2a815 update version number
more unsupported options
2003-02-17 02:09:12 +01:00
Andrew Tridgell
25fbe62acc hard links off by default 2003-02-17 01:46:15 +01:00
Andrew Tridgell
f34645e616 fixed "can't find compiler" bug
fixed status message
2003-02-16 14:31:13 +01:00
Andrew Tridgell
d77d4396a7 added support for CCACHE_PREFIX option 2003-02-16 03:28:35 +01:00
Andrew Tridgell
70b4385dbe added args_strip() function for stripping --cacche-* options in
failed()
2003-02-08 06:49:22 +01:00
Andrew Tridgell
15c9a6cdf2 added --ccache-skip option from andrew morton 2003-02-08 05:27:02 +01:00
Andrew Tridgell
8378f35825 its -include not -Iinclude ! 2003-01-09 22:40:05 +01:00
Andrew Tridgell
06cac7bdda fix a segv when no -o is used 2003-01-07 22:16:50 +01:00
Andrew Tridgell
0fa1b93346 added CCACHE_HASHDIR option 2003-01-07 06:19:00 +01:00
Andrew Tridgell
f3715e0088 check for output to stdout 2003-01-07 06:06:07 +01:00
Andrew Tridgell
3d938aa33a running gcc -E on a .i file does not work 2003-01-07 05:55:14 +01:00
Andrew Tridgell
6c686d5208 directly support compiling intermediate files
this should make distcc -> ccache work better
2003-01-07 05:49:42 +01:00
Andrew Tridgell
01578ad970 added CCACHE_CC option 2003-01-06 05:25:13 +01:00
Andrew Tridgell
d59c4b7d67 made the -E check more specific 2003-01-06 04:45:06 +01:00
Andrew Tridgell
4bf504a663 fixed some warnings 2003-01-06 03:10:15 +01:00
Andrew Tridgell
64fc20ee97 - update version to 2.0
- added CCACHE_RECACHE option (suggestion from Ismael Orenstein <ismore@ieg.com.br>)
2003-01-06 01:20:54 +01:00
Andrew Tridgell
8f2084b166 added support for more gcc compiler options 2002-06-03 06:34:56 +02:00
Andrew Tridgell
205bb5d6e0 added CCACHE_EXTENSION option 2002-06-03 05:51:17 +02:00
Andrew Tridgell
8b44312b4a added -C option 2002-06-03 05:22:17 +02:00
Andrew Tridgell
2018733240 ensure tmp files work with NFS 2002-05-29 14:22:21 +02:00
Andrew Tridgell
86d8040cde - fixed the output of cpp warnings with the cpp trick
- handle close() failure on out of space on NFS
2002-05-12 11:51:36 +02:00
Andrew Tridgell
df51b129d1 - disabled unifier by default (to get warnings right)
- fixed md4 code
- updated docs
2002-04-29 11:12:46 +02:00
Andrew Tridgell
9b43deabc5 two more C++ extensions 2002-04-24 15:13:05 +02:00
Andrew Tridgell
ce3a6b06f4 better -M tests 2002-04-24 14:07:37 +02:00
Andrew Tridgell
d53d4da65e hash the input name if not using -g 2002-04-23 04:10:22 +02:00
Andrew Tridgell
a9caa1f322 thanks to Andy Chittenden <achittenden@bluearc.com> for pointing out
that -M does in fact work!
2002-04-18 12:26:47 +02:00
Andrew Tridgell
acc32dfe26 better conftest stats test 2002-04-10 10:31:12 +02:00
Andrew Tridgell
6ac6e764fb added a comment 2002-04-10 10:02:34 +02:00
Andrew Tridgell
7d870180a2 a specific autoconf statistic is useful for diagnostics 2002-04-10 09:52:52 +02:00
Andrew Tridgell
6d5190fb72 handle the alternate form of -o without a space after the option 2002-04-10 09:22:59 +02:00
Andrew Tridgell
46b5fac98b slightly nicer stats for STATS_LINK 2002-04-09 14:21:19 +02:00
Andrew Tridgell
b74bf9f12e - updated to v1.7
- added a comment
2002-04-09 05:47:29 +02:00
Andrew Tridgell
7ef3b29b46 explicit handling of the --specs= option 2002-04-09 05:39:20 +02:00
Andrew Tridgell
a4122e5816 cope explicitly with /dev/null 2002-04-08 05:53:14 +02:00
Andrew Tridgell
21d668779e handle end of argument list better in find_hash 2002-04-08 03:32:07 +02:00
Andrew Tridgell
8379491257 added separate stat for multiple source files 2002-04-08 02:43:58 +02:00
Andrew Tridgell
e26c7f6212 don't leave the i_tmpfile lying around 2002-04-07 16:03:15 +02:00
Andrew Tridgell
5f6f50107b avoid a 2nd cpp run by compiling the pre-processed output on a cache
miss

this lowers the overhead in the case of a cache miss to just about
zero!
2002-04-07 15:20:53 +02:00
Andrew Tridgell
cdcb027913 - added CCACHE_NLEVELS variable
- fixed absolute path hanlding when launching ccache as "ccache /usr/blah/gcc"
2002-04-03 16:45:51 +02:00
Andrew Tridgell
976c926aab changed to a 3 level directory hash 2002-04-02 07:04:49 +02:00
Andrew Tridgell
1b2d1e3c57 don't hash the input file name 2002-04-02 06:09:56 +02:00
Andrew Tridgell
23bcd0a719 don't hash the path to the compiler itself 2002-04-02 05:29:05 +02:00
Andrew Tridgell
7b46104d09 added CCACHE_NOLINK option 2002-04-01 08:58:31 +02:00
Andrew Tridgell
65042f0269 fixed a couple of minor memory leaks 2002-04-01 05:58:57 +02:00
Andrew Tridgell
a70e277deb - added CCACHE_NOSTATS env variable
- added some more stats
2002-04-01 04:59:06 +02:00
Andrew Tridgell
4867d787f2 added CCACHE_NOUNIFY option 2002-04-01 02:23:31 +02:00
Andrew Tridgell
83c0593f7f added the C/C++ unifier 2002-03-31 16:26:49 +02:00