Joel Rosdahl
9ec8fa991b
Fix tab usage
2010-01-05 18:53:01 +01:00
Joel Rosdahl
dca11d321b
Remove trailing whitespace
2010-01-05 18:53:01 +01:00
Joel Rosdahl
62f7683b15
Resync ccache.yo with ccache.1
2010-01-05 18:53:01 +01:00
Joel Rosdahl
47ad4524f3
Rename configure.in to configure.ac
2010-01-05 18:53:01 +01:00
Joel Rosdahl
ef69d33b2d
Remove generated files configure and config.h.in
2010-01-05 18:53:01 +01:00
Joel Rosdahl
e289678ff8
Don't hash CCACHE_PREFIX
2010-01-05 18:53:01 +01:00
Joel Rosdahl
cc903b4a54
Fix indentation
2010-01-05 18:53:01 +01:00
Joel Rosdahl
1fd0dde1d9
Add __attribute__ format declarations
2010-01-05 18:53:01 +01:00
Joel Rosdahl
a2a4fa8c7f
Add support for Emacs flymake-mode
2010-01-05 18:53:01 +01:00
Joel Rosdahl
75b02657dc
Bail out on --coverage and -fprofile-arcs
2010-01-05 18:53:01 +01:00
Joel Rosdahl
1f37b8d1a8
Add AC_DEFINE of ENABLE_ZLIB to avoid autoconf warning
2010-01-05 18:53:00 +01:00
Joel Rosdahl
779008fc84
Stop on error in autogen.sh
2010-01-05 18:53:00 +01:00
Joel Rosdahl
efab18842f
Remove .cvsignore
2010-01-05 18:53:00 +01:00
Joel Rosdahl
71f0bb1153
Update NEWS
2010-01-05 18:53:00 +01:00
William S Fulton
3259ac1e5c
Fix GCC 4.3 warnings
...
See <http://bugs.debian.org/508046 >.
2010-01-05 18:53:00 +01:00
Ville Skytta
da8859ce48
Correct documentation about hard links
...
See <http://www.redhat.com/archives/fedora-extras-commits/2007-July/msg05016.html >.
2010-01-05 18:53:00 +01:00
Francois Marier
9786fdf1d2
Detect and report permission failure for "ccache -F/-M"
...
Debian patch 12_cachesize_permissions.diff. See
<http://bugs.debian.org/332527 >.
2010-01-05 18:53:00 +01:00
Robin H. Johnson
237bee6615
Use utimes(3) instead of utime(3) to avoid truncating timestamps
...
See <http://bugs.gentoo.org/136233 >.
2010-01-05 18:53:00 +01:00
RW
5a900b40df
Cache clean-up fix
...
See <http://lists.samba.org/archive/ccache/2008q2/000339.html >.
2010-01-05 18:53:00 +01:00
Karl Chen
feed6077d2
Create CACHEDIR.TAG file
...
See <http://lists.samba.org/archive/ccache/2008q1/000316.html >.
2010-01-05 18:53:00 +01:00
Andrea Bittau
e8354384f6
Fix handling of the -MD and -MDD options
...
From <http://lists.samba.org/archive/ccache/2007q2/000272.html >:
The -MD and -MDD options automatically determine where the dependency file
should land and what the target should look like based on the -o option.
However, ccache drops -o and things mess up. The original patch was posted by
Kaz Kylheku but I reworked it to make it work properly. Here is his post:
http://lists.samba.org/archive/ccache/2006q4/000249.html
2010-01-05 18:53:00 +01:00
John Coiner
d932069a70
Fix NFS issues
...
See <http://lists.samba.org/archive/ccache/2007q1/000265.html >.
2010-01-05 18:53:00 +01:00
Francois Marier
39ba92e064
Add support for long command-line options
...
Debian patch 03_long_options.diff.
2010-01-05 18:53:00 +01:00
Lars Gustäbel
3d7e33e81e
Use zlib compression for the cached files
...
See <http://www.gustaebel.de/lars/ccache/ >.
2010-01-05 18:53:00 +01:00
Francois Marier
8fd41240fe
Improve detection of missing home directory
...
Debian patch 01_no_home.diff.
2010-01-05 18:53:00 +01:00
Joel Rosdahl
d304020939
Add NEWS file
2010-01-05 18:52:59 +01:00
Andrew Tridgell
845077a6ff
ccache can't handle test coverage
2007-02-28 05:24:04 +01:00
Andrew Tridgell
a83ccbebb2
unset CCACHE_DISABLE so ccache on build farm with lcov is OK
2007-02-28 05:23:43 +01:00
Andrew Tridgell
52a9cd8eb8
fixed a bug in x_realloc()
2006-07-17 05:41:12 +02:00
Andrew Tridgell
b826a4d9c1
make sure we cleanup any tmp files leftover from dead ccache runs
2006-07-17 03:09:56 +02:00
Andrew Tridgell
106566bb63
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)
2006-07-17 03:09:30 +02:00
Paul Griffith
43049c07e4
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
2006-05-11 23:44:44 +02:00
Tim Potter
4e01e0ae49
One more.
2006-02-05 01:05:28 +01:00
Tim Potter
4a6d5713ec
Fix another link.
2006-02-05 01:04:17 +01:00
Tim Potter
b2f9c1608f
Fix link after rearranging ccache.samba.org virtual host.
2006-02-05 01:02:55 +01:00
Andrew Tridgell
a02c1e7363
added CCACHE_HASH_COMPILER option
2005-11-24 22:54:09 +01:00
Andrew Tridgell
f72f9fe655
CCACHE_NOHASH_SIZE_MTIME patch from Jens Schweikhardt
2005-11-24 22:10:08 +01:00
Andrew Tridgell
a5ab55ad60
fixed build on FreeBSD
2005-07-25 09:05:46 +02:00
Andrew Tridgell
9068bd58f7
print a stderr warning on failure to find homedir
2005-05-18 06:32:31 +02:00
Andrew Tridgell
f4ebe2a5b7
added autogen.sh
2005-05-18 06:30:29 +02:00
Andrew Tridgell
317615e4cf
ran autoheader
2005-05-18 06:28:49 +02:00
Andrew Tridgell
0a7cea64ef
- fixed a oom check
...
- attempt to get sol10/x86 to build
2005-01-27 10:40:11 +01:00
Andrew Tridgell
36ddc709cc
updated web for 2.4 release
2004-09-13 12:38:17 +02:00
Andrew Tridgell
4ebb9a3635
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
2004-09-13 12:19:06 +02:00
Andrew Tridgell
0df8530cab
added CCACHE_READONLY and CCACHE_TEMPDIR options, thanks to a
...
suggestion from Jeff Apple <japple@paradise.net.nz>
2004-09-10 07:05:14 +02:00
Andrew Tridgell
c890194669
up ccache version
2004-09-08 05:31:57 +02:00
Andrew Tridgell
eef08856b5
fixed link to cachecc1 and add a link to gocache
2004-09-08 05:31:30 +02:00
Andrew Tridgell
d487f930ce
support absolute paths in CCACHE_PREFIX
...
(patch from Oswald Buddenhagen <ossi@kde.org>)
2004-09-06 15:11:15 +02:00
Andrew Tridgell
604f1c8a3e
we don't need a optind declaration
...
(patch from Pavel@Janik.cz (Pavel Janík))
2004-09-06 15:06:17 +02:00
Andrew Tridgell
2c629987c2
ensure the right CC is passed to test.sh
...
(patch from Nicholas Clark <nick@ccl4.org>)
2004-09-06 15:04:22 +02:00