]> git.ipfire.org Git - thirdparty/ccache.git/log
thirdparty/ccache.git
22 years agoMake the "install" target depend on the things it needs to install, so
Martin Pool [Mon, 24 Feb 2003 03:42:13 +0000 (04:42 +0100)] 
Make the "install" target depend on the things it needs to install, so
that it can work properly on the buildfarm.

22 years agodon't work for quantum any more
Andrew Tridgell [Mon, 17 Feb 2003 01:20:04 +0000 (02:20 +0100)] 
don't work for quantum any more

22 years agoupdated home page
Andrew Tridgell [Mon, 17 Feb 2003 01:18:04 +0000 (02:18 +0100)] 
updated home page

22 years agoman page update v2.2
Andrew Tridgell [Mon, 17 Feb 2003 01:12:12 +0000 (02:12 +0100)] 
man page update

22 years agoupdate version number
Andrew Tridgell [Mon, 17 Feb 2003 01:09:12 +0000 (02:09 +0100)] 
update version number
more unsupported options

22 years agoimproved test suite
Andrew Tridgell [Mon, 17 Feb 2003 00:46:43 +0000 (01:46 +0100)] 
improved test suite
updated docs for CCACHE_HARDLINK

22 years agohard links off by default
Andrew Tridgell [Mon, 17 Feb 2003 00:46:15 +0000 (01:46 +0100)] 
hard links off by default

22 years agofixed "can't find compiler" bug
Andrew Tridgell [Sun, 16 Feb 2003 13:31:13 +0000 (14:31 +0100)] 
fixed "can't find compiler" bug
fixed status message

22 years agoadded a simple test suite
Andrew Tridgell [Sun, 16 Feb 2003 13:30:27 +0000 (14:30 +0100)] 
added a simple test suite

22 years agoadded docs on CCACHE_PREFIX and info on using ccache with distcc
Andrew Tridgell [Sun, 16 Feb 2003 02:33:27 +0000 (03:33 +0100)] 
added docs on CCACHE_PREFIX and info on using ccache with distcc

22 years agoadded support for CCACHE_PREFIX option
Andrew Tridgell [Sun, 16 Feb 2003 02:28:35 +0000 (03:28 +0100)] 
added support for CCACHE_PREFIX option

22 years agoadded args_strip() function for stripping --cacche-* options in
Andrew Tridgell [Sat, 8 Feb 2003 05:49:22 +0000 (06:49 +0100)] 
added args_strip() function for stripping --cacche-* options in
failed()

22 years agoadded docs for --ccache-skip
Andrew Tridgell [Sat, 8 Feb 2003 04:33:06 +0000 (05:33 +0100)] 
added docs for --ccache-skip

22 years agoadded --ccache-skip option from andrew morton
Andrew Tridgell [Sat, 8 Feb 2003 04:27:02 +0000 (05:27 +0100)] 
added --ccache-skip option from andrew morton

22 years agomake sure we display the max cache size correctly with the new default
Andrew Tridgell [Tue, 21 Jan 2003 07:42:28 +0000 (08:42 +0100)] 
make sure we display the max cache size correctly with the new default
cache size code. hack hack.

22 years agoprepare for 2.1.1 v2.1.1
Andrew Tridgell [Thu, 9 Jan 2003 21:42:12 +0000 (22:42 +0100)] 
prepare for 2.1.1

22 years agoits -include not -Iinclude !
Andrew Tridgell [Thu, 9 Jan 2003 21:40:05 +0000 (22:40 +0100)] 
its -include not -Iinclude !

22 years agoversion 2.1 release
Andrew Tridgell [Tue, 7 Jan 2003 21:22:27 +0000 (22:22 +0100)] 
version 2.1 release

22 years agoversion 2.1 release v2.1
Andrew Tridgell [Tue, 7 Jan 2003 21:20:43 +0000 (22:20 +0100)] 
version 2.1 release

22 years agofix a segv when no -o is used
Andrew Tridgell [Tue, 7 Jan 2003 21:16:50 +0000 (22:16 +0100)] 
fix a segv when no -o is used

22 years ago- better shared cache behaviour v2.0
Andrew Tridgell [Tue, 7 Jan 2003 06:30:54 +0000 (07:30 +0100)] 
- better shared cache behaviour
- atomic copy_file()
- added docs on shared cache from Anders Furuhed

22 years agoupdated ready for 2.0 release
Andrew Tridgell [Tue, 7 Jan 2003 05:42:10 +0000 (06:42 +0100)] 
updated ready for 2.0 release

22 years agoadded CCACHE_HASHDIR option
Andrew Tridgell [Tue, 7 Jan 2003 05:39:37 +0000 (06:39 +0100)] 
added CCACHE_HASHDIR option
updated ready for 2.0 release

22 years agoadded CCACHE_HASHDIR option
Andrew Tridgell [Tue, 7 Jan 2003 05:19:00 +0000 (06:19 +0100)] 
added CCACHE_HASHDIR option

22 years agocheck for output to stdout
Andrew Tridgell [Tue, 7 Jan 2003 05:06:07 +0000 (06:06 +0100)] 
check for output to stdout

22 years agorunning gcc -E on a .i file does not work
Andrew Tridgell [Tue, 7 Jan 2003 04:55:14 +0000 (05:55 +0100)] 
running gcc -E on a .i file does not work

22 years agodirectly support compiling intermediate files
Andrew Tridgell [Tue, 7 Jan 2003 04:49:42 +0000 (05:49 +0100)] 
directly support compiling intermediate files
this should make distcc -> ccache work better

22 years agoadd a default cache size of 1G
Andrew Tridgell [Tue, 7 Jan 2003 03:45:39 +0000 (04:45 +0100)] 
add a default cache size of 1G

22 years agoadded CCACHE_CC option
Andrew Tridgell [Mon, 6 Jan 2003 04:25:13 +0000 (05:25 +0100)] 
added CCACHE_CC option

22 years agomade the -E check more specific
Andrew Tridgell [Mon, 6 Jan 2003 03:45:06 +0000 (04:45 +0100)] 
made the -E check more specific

22 years agofixed some warnings
Andrew Tridgell [Mon, 6 Jan 2003 02:10:15 +0000 (03:10 +0100)] 
fixed some warnings

22 years agofeeble attempt to handle WIFSIGNALED
Andrew Tridgell [Mon, 6 Jan 2003 01:54:29 +0000 (02:54 +0100)] 
feeble attempt to handle WIFSIGNALED

22 years ago- update version to 2.0
Andrew Tridgell [Mon, 6 Jan 2003 00:20:54 +0000 (01:20 +0100)] 
- update version to 2.0
- added CCACHE_RECACHE option (suggestion from Ismael Orenstein <ismore@ieg.com.br>)

22 years agoadded DESTDIR support
Andrew Tridgell [Sun, 5 Jan 2003 23:47:05 +0000 (00:47 +0100)] 
added DESTDIR support
patch from volker@die-moells.de

23 years agotesting new cvs server
Andrew Tridgell [Fri, 9 Aug 2002 09:36:08 +0000 (11:36 +0200)] 
testing new cvs server

23 years agofixed formatting
Andrew Tridgell [Wed, 5 Jun 2002 02:20:47 +0000 (04:20 +0200)] 
fixed formatting

23 years agoadded distcc link
Andrew Tridgell [Wed, 5 Jun 2002 02:18:55 +0000 (04:18 +0200)] 
added distcc link

23 years agoadded support for more gcc compiler options
Andrew Tridgell [Mon, 3 Jun 2002 04:34:56 +0000 (06:34 +0200)] 
added support for more gcc compiler options

23 years agoadded CCACHE_EXTENSION option
Andrew Tridgell [Mon, 3 Jun 2002 03:51:17 +0000 (05:51 +0200)] 
added CCACHE_EXTENSION option

23 years agoauto-create the install dirs
Andrew Tridgell [Mon, 3 Jun 2002 03:43:24 +0000 (05:43 +0200)] 
auto-create the install dirs

23 years agoadded -C option
Andrew Tridgell [Mon, 3 Jun 2002 03:22:17 +0000 (05:22 +0200)] 
added -C option

23 years agoensure tmp files work with NFS
Andrew Tridgell [Wed, 29 May 2002 12:22:21 +0000 (14:22 +0200)] 
ensure tmp files work with NFS

23 years agoannounced 1.9 v1.9
Andrew Tridgell [Sun, 12 May 2002 09:55:33 +0000 (11:55 +0200)] 
announced 1.9

23 years ago- fixed the output of cpp warnings with the cpp trick
Andrew Tridgell [Sun, 12 May 2002 09:51:36 +0000 (11:51 +0200)] 
- fixed the output of cpp warnings with the cpp trick
- handle close() failure on out of space on NFS

23 years agoannounced 1.8 v1.8
Andrew Tridgell [Mon, 29 Apr 2002 09:16:56 +0000 (11:16 +0200)] 
announced 1.8

23 years ago- disabled unifier by default (to get warnings right)
Andrew Tridgell [Mon, 29 Apr 2002 09:12:46 +0000 (11:12 +0200)] 
- disabled unifier by default (to get warnings right)
- fixed md4 code
- updated docs

23 years agomdfour bugfixes pointed out by Richard Rudell
Andrew Tridgell [Wed, 24 Apr 2002 13:13:52 +0000 (15:13 +0200)] 
mdfour bugfixes pointed out by Richard Rudell

23 years agotwo more C++ extensions
Andrew Tridgell [Wed, 24 Apr 2002 13:13:05 +0000 (15:13 +0200)] 
two more C++ extensions

23 years agobetter -M tests
Andrew Tridgell [Wed, 24 Apr 2002 12:07:37 +0000 (14:07 +0200)] 
better -M tests

23 years agohash the input name if not using -g
Andrew Tridgell [Tue, 23 Apr 2002 02:10:22 +0000 (04:10 +0200)] 
hash the input name if not using -g

23 years agothanks to Andy Chittenden <achittenden@bluearc.com> for pointing out
Andrew Tridgell [Thu, 18 Apr 2002 10:26:47 +0000 (12:26 +0200)] 
thanks to Andy Chittenden <achittenden@bluearc.com> for pointing out
that -M does in fact work!

23 years agomake install fail if man1 dir doesn't exist
Andrew Tridgell [Thu, 18 Apr 2002 04:26:41 +0000 (06:26 +0200)] 
make install fail if man1 dir doesn't exist

23 years agoredhat packaging file from Peter Jones <pjones@redhat.com>
Andrew Tridgell [Wed, 10 Apr 2002 22:34:11 +0000 (00:34 +0200)] 
redhat packaging file from Peter Jones <pjones@redhat.com>

23 years agosupport for building in another dir
Andrew Tridgell [Wed, 10 Apr 2002 22:29:30 +0000 (00:29 +0200)] 
support for building in another dir
thanks to assar@permabit.com for the patch

23 years agobetter conftest stats test v1.7
Andrew Tridgell [Wed, 10 Apr 2002 08:31:12 +0000 (10:31 +0200)] 
better conftest stats test

23 years agoannounce 1.7
Andrew Tridgell [Wed, 10 Apr 2002 08:23:08 +0000 (10:23 +0200)] 
announce 1.7

23 years agoadded a comment
Andrew Tridgell [Wed, 10 Apr 2002 08:02:34 +0000 (10:02 +0200)] 
added a comment

23 years agoa specific autoconf statistic is useful for diagnostics
Andrew Tridgell [Wed, 10 Apr 2002 07:52:52 +0000 (09:52 +0200)] 
a specific autoconf statistic is useful for diagnostics

23 years agohandle the alternate form of -o without a space after the option
Andrew Tridgell [Wed, 10 Apr 2002 07:22:59 +0000 (09:22 +0200)] 
handle the alternate form of -o without a space after the option

23 years agoslightly nicer stats for STATS_LINK
Andrew Tridgell [Tue, 9 Apr 2002 12:21:19 +0000 (14:21 +0200)] 
slightly nicer stats for STATS_LINK

23 years ago- updated to v1.7
Andrew Tridgell [Tue, 9 Apr 2002 03:47:29 +0000 (05:47 +0200)] 
- updated to v1.7
- added a comment

23 years agoexplicit handling of the --specs= option
Andrew Tridgell [Tue, 9 Apr 2002 03:39:20 +0000 (05:39 +0200)] 
explicit handling of the --specs= option

23 years agoannounced 1.6 v1.6
Andrew Tridgell [Mon, 8 Apr 2002 06:41:23 +0000 (08:41 +0200)] 
announced 1.6

23 years agothis shouldn't be in CVS
Andrew Tridgell [Mon, 8 Apr 2002 06:22:20 +0000 (08:22 +0200)] 
this shouldn't be in CVS

23 years agocope explicitly with /dev/null
Andrew Tridgell [Mon, 8 Apr 2002 03:53:14 +0000 (05:53 +0200)] 
cope explicitly with /dev/null

23 years agominor doc updates
Andrew Tridgell [Mon, 8 Apr 2002 03:24:06 +0000 (05:24 +0200)] 
minor doc updates

23 years agoadded performance stats for Samba
Andrew Tridgell [Mon, 8 Apr 2002 03:19:46 +0000 (05:19 +0200)] 
added performance stats for Samba

23 years agohandle end of argument list better in find_hash
Andrew Tridgell [Mon, 8 Apr 2002 01:32:07 +0000 (03:32 +0200)] 
handle end of argument list better in find_hash

23 years agoadded separate stat for multiple source files
Andrew Tridgell [Mon, 8 Apr 2002 00:43:58 +0000 (02:43 +0200)] 
added separate stat for multiple source files

23 years agodon't leave the i_tmpfile lying around
Andrew Tridgell [Sun, 7 Apr 2002 14:03:15 +0000 (16:03 +0200)] 
don't leave the i_tmpfile lying around

23 years agoavoid a 2nd cpp run by compiling the pre-processed output on a cache
Andrew Tridgell [Sun, 7 Apr 2002 13:20:53 +0000 (15:20 +0200)] 
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!

23 years agoannounced 1.5
Andrew Tridgell [Sat, 6 Apr 2002 13:51:52 +0000 (15:51 +0200)] 
announced 1.5

23 years agosome tidying up v1.5
Andrew Tridgell [Sat, 6 Apr 2002 07:06:51 +0000 (09:06 +0200)] 
some tidying up

23 years agocheck for a few more headers
Andrew Tridgell [Sat, 6 Apr 2002 06:51:14 +0000 (08:51 +0200)] 
check for a few more headers

23 years agofixed warnings on irix
Andrew Tridgell [Sat, 6 Apr 2002 06:48:28 +0000 (08:48 +0200)] 
fixed warnings on irix

23 years agofixed some warnings
Andrew Tridgell [Sat, 6 Apr 2002 06:45:31 +0000 (08:45 +0200)] 
fixed some warnings

23 years ago- added CCACHE_NLEVELS variable
Andrew Tridgell [Wed, 3 Apr 2002 14:45:51 +0000 (16:45 +0200)] 
- added CCACHE_NLEVELS variable
- fixed absolute path hanlding when launching ccache as "ccache /usr/blah/gcc"

23 years agofixed distclean target
Andrew Tridgell [Wed, 3 Apr 2002 04:10:55 +0000 (06:10 +0200)] 
fixed distclean target

23 years agoannounced v 1.4
Andrew Tridgell [Tue, 2 Apr 2002 07:54:18 +0000 (09:54 +0200)] 
announced v 1.4

23 years agoupped version number to 1.4 v1.4
Andrew Tridgell [Tue, 2 Apr 2002 05:07:01 +0000 (07:07 +0200)] 
upped version number to 1.4

23 years agochanged to a 3 level directory hash
Andrew Tridgell [Tue, 2 Apr 2002 05:04:49 +0000 (07:04 +0200)] 
changed to a 3 level directory hash

23 years agodon't hash the input file name
Andrew Tridgell [Tue, 2 Apr 2002 04:09:56 +0000 (06:09 +0200)] 
don't hash the input file name

23 years agodon't hash the path to the compiler itself
Andrew Tridgell [Tue, 2 Apr 2002 03:29:05 +0000 (05:29 +0200)] 
don't hash the path to the compiler itself

23 years agoalways show some stats, even if zero
Andrew Tridgell [Mon, 1 Apr 2002 22:28:17 +0000 (00:28 +0200)] 
always show some stats, even if zero

23 years agocope with a broken st_blocks stat result
Andrew Tridgell [Mon, 1 Apr 2002 09:31:01 +0000 (11:31 +0200)] 
cope with a broken st_blocks stat result

23 years agoa larger buffer for copy_file()
Andrew Tridgell [Mon, 1 Apr 2002 07:01:31 +0000 (09:01 +0200)] 
a larger buffer for copy_file()

23 years agoadded CCACHE_NOLINK option
Andrew Tridgell [Mon, 1 Apr 2002 06:58:31 +0000 (08:58 +0200)] 
added CCACHE_NOLINK option

23 years agoon -M and -F create cache dir if it doesn't exist
Andrew Tridgell [Mon, 1 Apr 2002 04:53:16 +0000 (06:53 +0200)] 
on -M and -F create cache dir if it doesn't exist

23 years agoremoved some unused variables
Andrew Tridgell [Mon, 1 Apr 2002 04:29:57 +0000 (06:29 +0200)] 
removed some unused variables

23 years agoannounce v1.3
Andrew Tridgell [Mon, 1 Apr 2002 04:04:24 +0000 (06:04 +0200)] 
announce v1.3

23 years agofixed a couple of minor memory leaks v1.3
Andrew Tridgell [Mon, 1 Apr 2002 03:58:57 +0000 (05:58 +0200)] 
fixed a couple of minor memory leaks

23 years agofixed some warnings
Andrew Tridgell [Mon, 1 Apr 2002 03:41:44 +0000 (05:41 +0200)] 
fixed some warnings

23 years agominor unifier bug fix
Andrew Tridgell [Mon, 1 Apr 2002 03:26:49 +0000 (05:26 +0200)] 
minor unifier bug fix

23 years agomore unifier docs
Andrew Tridgell [Mon, 1 Apr 2002 03:20:51 +0000 (05:20 +0200)] 
more unifier docs

23 years agoupdated CCACHE_NOUNIFY docs
Andrew Tridgell [Mon, 1 Apr 2002 03:13:16 +0000 (05:13 +0200)] 
updated CCACHE_NOUNIFY docs

23 years agorefactored the stats code a little
Andrew Tridgell [Mon, 1 Apr 2002 03:08:48 +0000 (05:08 +0200)] 
refactored the stats code a little

23 years ago- added CCACHE_NOSTATS env variable
Andrew Tridgell [Mon, 1 Apr 2002 02:59:06 +0000 (04:59 +0200)] 
- added CCACHE_NOSTATS env variable
- added some more stats

23 years agomore length checks
Andrew Tridgell [Mon, 1 Apr 2002 01:00:48 +0000 (03:00 +0200)] 
more length checks

23 years agonicer stats display
Andrew Tridgell [Mon, 1 Apr 2002 00:50:03 +0000 (02:50 +0200)] 
nicer stats display

23 years agorebuild web page
Andrew Tridgell [Mon, 1 Apr 2002 00:23:46 +0000 (02:23 +0200)] 
rebuild web page