]> git.ipfire.org Git - thirdparty/ccache.git/log
thirdparty/ccache.git
15 years agoannounce new maintainer and add git instructions
Andrew Tridgell [Wed, 27 Jan 2010 06:58:16 +0000 (17:58 +1100)] 
announce new maintainer and add git instructions

Joel Rosdahl is now the maintainer of ccache. Best wishes Joel!

18 years agoccache can't handle test coverage
Andrew Tridgell [Wed, 28 Feb 2007 04:24:04 +0000 (05:24 +0100)] 
ccache can't handle test coverage

18 years agounset CCACHE_DISABLE so ccache on build farm with lcov is OK
Andrew Tridgell [Wed, 28 Feb 2007 04:23:43 +0000 (05:23 +0100)] 
unset CCACHE_DISABLE so ccache on build farm with lcov is OK

19 years agofixed a bug in x_realloc()
Andrew Tridgell [Mon, 17 Jul 2006 03:41:12 +0000 (05:41 +0200)] 
fixed a bug in x_realloc()

19 years agomake sure we cleanup any tmp files leftover from dead ccache runs
Andrew Tridgell [Mon, 17 Jul 2006 01:09:56 +0000 (03:09 +0200)] 
make sure we cleanup any tmp files leftover from dead ccache runs

19 years agomake ccache more friendly to the kernels directory layout, by creating
Andrew Tridgell [Mon, 17 Jul 2006 01:09:30 +0000 (03:09 +0200)] 
make ccache more friendly to the kernels directory layout, by creating
files in the directory they will end up (thanks to Al Viro for the
suggestion)

19 years agoHave the ccache Makefile obey the settings of the CPPFLAGS and LDFLAGS
Paul Griffith [Thu, 11 May 2006 21:44:44 +0000 (23:44 +0200)] 
Have the ccache Makefile obey the settings of the CPPFLAGS and LDFLAGS
environment variables that are in force when the configure script is
executed.

Paul

19 years agoOne more.
Tim Potter [Sun, 5 Feb 2006 00:05:28 +0000 (01:05 +0100)] 
One more.

19 years agoFix another link.
Tim Potter [Sun, 5 Feb 2006 00:04:17 +0000 (01:04 +0100)] 
Fix another link.

19 years agoFix link after rearranging ccache.samba.org virtual host.
Tim Potter [Sun, 5 Feb 2006 00:02:55 +0000 (01:02 +0100)] 
Fix link after rearranging ccache.samba.org virtual host.

20 years agoadded CCACHE_HASH_COMPILER option
Andrew Tridgell [Thu, 24 Nov 2005 21:54:09 +0000 (22:54 +0100)] 
added CCACHE_HASH_COMPILER option

20 years agoCCACHE_NOHASH_SIZE_MTIME patch from Jens Schweikhardt
Andrew Tridgell [Thu, 24 Nov 2005 21:10:08 +0000 (22:10 +0100)] 
CCACHE_NOHASH_SIZE_MTIME patch from Jens Schweikhardt

20 years agofixed build on FreeBSD
Andrew Tridgell [Mon, 25 Jul 2005 07:05:46 +0000 (09:05 +0200)] 
fixed build on FreeBSD

20 years agoprint a stderr warning on failure to find homedir
Andrew Tridgell [Wed, 18 May 2005 04:32:31 +0000 (06:32 +0200)] 
print a stderr warning on failure to find homedir

20 years agoadded autogen.sh
Andrew Tridgell [Wed, 18 May 2005 04:30:29 +0000 (06:30 +0200)] 
added autogen.sh

20 years agoran autoheader
Andrew Tridgell [Wed, 18 May 2005 04:28:49 +0000 (06:28 +0200)] 
ran autoheader

20 years ago- fixed a oom check
Andrew Tridgell [Thu, 27 Jan 2005 09:40:11 +0000 (10:40 +0100)] 
- fixed a oom check

- attempt to get sol10/x86 to build

21 years agoupdated web for 2.4 release v2.4
Andrew Tridgell [Mon, 13 Sep 2004 10:38:17 +0000 (12:38 +0200)] 
updated web for 2.4 release

21 years agoinclude the compiler name in the hash if the link count on the
Andrew Tridgell [Mon, 13 Sep 2004 10:19:06 +0000 (12:19 +0200)] 
include the compiler name in the hash if the link count on the
compiler is > 1, to cope with compilers (like the AIX one) that
changes behaviour based on argv[0].

Thanks to Nicholas Clark <nick@ccl4.org> for pointing out this problem

21 years agoadded CCACHE_READONLY and CCACHE_TEMPDIR options, thanks to a
Andrew Tridgell [Fri, 10 Sep 2004 05:05:14 +0000 (07:05 +0200)] 
added CCACHE_READONLY and CCACHE_TEMPDIR options, thanks to a
suggestion from Jeff Apple <japple@paradise.net.nz>

21 years agoup ccache version
Andrew Tridgell [Wed, 8 Sep 2004 03:31:57 +0000 (05:31 +0200)] 
up ccache version

21 years agofixed link to cachecc1 and add a link to gocache
Andrew Tridgell [Wed, 8 Sep 2004 03:31:30 +0000 (05:31 +0200)] 
fixed link to cachecc1 and add a link to gocache

21 years agosupport absolute paths in CCACHE_PREFIX
Andrew Tridgell [Mon, 6 Sep 2004 13:11:15 +0000 (15:11 +0200)] 
support absolute paths in CCACHE_PREFIX
(patch from Oswald Buddenhagen <ossi@kde.org>)

21 years agowe don't need a optind declaration
Andrew Tridgell [Mon, 6 Sep 2004 13:06:17 +0000 (15:06 +0200)] 
we don't need a optind declaration
(patch from Pavel@Janik.cz (Pavel Janík))

21 years agoensure the right CC is passed to test.sh
Andrew Tridgell [Mon, 6 Sep 2004 13:04:22 +0000 (15:04 +0200)] 
ensure the right CC is passed to test.sh
(patch from Nicholas Clark <nick@ccl4.org>)

21 years agocope with HOME not being set
Andrew Tridgell [Mon, 6 Sep 2004 12:59:12 +0000 (14:59 +0200)] 
cope with HOME not being set

21 years agouse error checking alloc functions in a few more places
Andrew Tridgell [Mon, 6 Sep 2004 12:47:19 +0000 (14:47 +0200)] 
use error checking alloc functions in a few more places

21 years agoadded cache directory to statistics (suggestion from "M. Creidieki
Andrew Tridgell [Mon, 6 Sep 2004 12:46:31 +0000 (14:46 +0200)] 
added cache directory to statistics (suggestion from "M. Creidieki
Crouch" <creidieki@gmail.com>)

21 years ago - attempt to make ccache work with cygwin by using O_BINARY (thanks
Andrew Tridgell [Mon, 6 Sep 2004 12:24:05 +0000 (14:24 +0200)] 
 - attempt to make ccache work with cygwin by using O_BINARY (thanks
   to email from Emilio Lopes <eclig@gmx.net>)

 - disabled the direct .ii tests as these break with newest gcc

22 years agoadded a link to cachecc1
Andrew Tridgell [Thu, 27 Nov 2003 23:08:24 +0000 (00:08 +0100)] 
added a link to cachecc1

22 years agoadded note about hash change
Andrew Tridgell [Mon, 29 Sep 2003 01:18:54 +0000 (03:18 +0200)] 
added note about hash change

22 years agoupdated website for ccache 2.3
Andrew Tridgell [Sun, 28 Sep 2003 04:57:57 +0000 (06:57 +0200)] 
updated website for ccache 2.3

22 years agorebuild configure v2.3
Andrew Tridgell [Sun, 28 Sep 2003 04:52:47 +0000 (06:52 +0200)] 
rebuild configure

22 years agodocs rebuilt
Andrew Tridgell [Sun, 28 Sep 2003 04:48:58 +0000 (06:48 +0200)] 
docs rebuilt

22 years agoallow more -M options and fix some typos
Andrew Tridgell [Sun, 28 Sep 2003 04:47:59 +0000 (06:47 +0200)] 
allow more -M options and fix some typos

22 years agoignore yodl2man errors to allow building without yodl
Andrew Tridgell [Sat, 27 Sep 2003 13:18:14 +0000 (15:18 +0200)] 
ignore yodl2man errors to allow building without yodl

22 years agoadded -idirafter to supported options
Andrew Tridgell [Sat, 27 Sep 2003 12:30:55 +0000 (14:30 +0200)] 
added -idirafter to supported options

22 years agosupport for -MD and -MMD from Bob Wilson <bwilson@tensilica.com>
Andrew Tridgell [Sat, 27 Sep 2003 12:01:47 +0000 (14:01 +0200)] 
support for -MD and -MMD from Bob Wilson <bwilson@tensilica.com>

22 years agoadded CCACHE_UMASK
Andrew Tridgell [Sat, 27 Sep 2003 11:34:50 +0000 (13:34 +0200)] 
added CCACHE_UMASK

fixed a typo

22 years agofixed dos text format in ccache.spec
Andrew Tridgell [Thu, 25 Sep 2003 06:15:21 +0000 (08:15 +0200)] 
fixed dos text format in ccache.spec

how did that happen?!

22 years ago- avoid using basename() to fix systems with that already defined
Andrew Tridgell [Thu, 25 Sep 2003 06:11:28 +0000 (08:11 +0200)] 
- avoid using basename() to fix systems with that already defined

- add EINTR handling in lock_fd()

- make sure we prototype asprintf on systems that don't have it

22 years agomake sure we hash the cpp extension to ensure we don't mistake a .i
Andrew Tridgell [Thu, 25 Sep 2003 05:49:50 +0000 (07:49 +0200)] 
make sure we hash the cpp extension to ensure we don't mistake a .i
for a .ii

22 years ago- updated spec version
Andrew Tridgell [Thu, 25 Sep 2003 05:42:01 +0000 (07:42 +0200)] 
- updated spec version

- updated html manpage

22 years agoadded support for direct compilation of .i and .ii files
Andrew Tridgell [Thu, 25 Sep 2003 05:41:17 +0000 (07:41 +0200)] 
added support for direct compilation of .i and .ii files

22 years agodoc patch from Martin Pool regarding NFS and renames
Andrew Tridgell [Wed, 24 Sep 2003 07:28:02 +0000 (09:28 +0200)] 
doc patch from Martin Pool regarding NFS and renames

22 years ago- patch from Martin Pool to setup an uncached file descriptor for
Andrew Tridgell [Wed, 24 Sep 2003 07:26:15 +0000 (09:26 +0200)] 
- patch from Martin Pool to setup an uncached file descriptor for
stderr

22 years ago- change to version 2.3
Andrew Tridgell [Wed, 24 Sep 2003 07:10:32 +0000 (09:10 +0200)] 
- change to version 2.3

- patch from Martin Pool to better handle DEPENDENCIES_OUTPUT

22 years agomake temporary filenames more distcc friendly
Andrew Tridgell [Wed, 24 Sep 2003 06:39:27 +0000 (08:39 +0200)] 
make temporary filenames more distcc friendly

(patch from Martin Pool)

22 years agono need to exclude -fprofile-arcs
Andrew Tridgell [Wed, 24 Sep 2003 05:57:54 +0000 (07:57 +0200)] 
no need to exclude -fprofile-arcs

22 years agoIgnore config.h
Tim Potter [Mon, 22 Sep 2003 05:01:25 +0000 (07:01 +0200)] 
Ignore config.h

22 years agoPatch from Paul Green:
Martin Pool [Thu, 17 Apr 2003 12:06:14 +0000 (14:06 +0200)] 
Patch from Paul Green:

  The following patch fixes the ccache Makefile.in to handle executable
  suffixes. Turns out the configure script is already setting the necessary
  substitutable variable (EXEEXT). Tested by me on Stratus VOS.

22 years agouse $CC to choose the compiler
Andrew Tridgell [Fri, 28 Mar 2003 23:42:03 +0000 (00:42 +0100)] 
use $CC to choose the compiler

22 years agofixed export syntax for solaris
Andrew Tridgell [Fri, 28 Mar 2003 22:33:02 +0000 (23:33 +0100)] 
fixed export syntax for solaris

22 years agotake account of the fact that unify implies hashing the filename
Andrew Tridgell [Fri, 28 Mar 2003 13:01:12 +0000 (14:01 +0100)] 
take account of the fact that unify implies hashing the filename

22 years agocompilers treat zero length files differently
Andrew Tridgell [Fri, 28 Mar 2003 12:33:39 +0000 (13:33 +0100)] 
compilers treat zero length files differently

22 years ago-Wall isn't portable, but running -O twice is
Andrew Tridgell [Fri, 28 Mar 2003 12:25:27 +0000 (13:25 +0100)] 
-Wall isn't portable, but running -O twice is

22 years agosome compilers will overwrite /dev/zero - this makes sure the test
Andrew Tridgell [Fri, 28 Mar 2003 12:24:26 +0000 (13:24 +0100)] 
some compilers will overwrite /dev/zero - this makes sure the test
suite doesn't break those systems as root

22 years agocope with systems that don't have realpath()
Andrew Tridgell [Fri, 28 Mar 2003 11:59:41 +0000 (12:59 +0100)] 
cope with systems that don't have realpath()

22 years agoinstall-sh is fussy about trailing slashes on directories
Andrew Tridgell [Fri, 28 Mar 2003 11:49:18 +0000 (12:49 +0100)] 
install-sh is fussy about trailing slashes on directories

22 years agomade the test suite a little more portable
Andrew Tridgell [Fri, 28 Mar 2003 11:44:18 +0000 (12:44 +0100)] 
made the test suite a little more portable

some compilers strip trailing linefeeds

22 years agoMention ccache mailing list on ccache info page.
Martin Pool [Fri, 28 Mar 2003 03:42:08 +0000 (04:42 +0100)] 
Mention ccache mailing list on ccache info page.

22 years agosome systems don't have gethostname() ....
Andrew Tridgell [Fri, 7 Mar 2003 12:09:19 +0000 (13:09 +0100)] 
some systems don't have gethostname() ....

22 years agoAdd stub "installcheck" target that can be called by the buildfarm.
Martin Pool [Mon, 24 Feb 2003 03:56:03 +0000 (04:56 +0100)] 
Add stub "installcheck" target that can be called by the buildfarm.
Just calls "check".

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