Joel Rosdahl
f447ee7c14
Remove unnecessary NULL check
2010-02-27 22:22:03 +01:00
Joel Rosdahl
2b2f5ddcd8
Improve display of max size display values
2010-02-27 14:01:14 +01:00
Joel Rosdahl
d4d8843588
Treat warnings as errors in developer mode
2010-02-27 13:40:12 +01:00
Joel Rosdahl
921390869a
Use default cache size of 1 GiB
2010-02-27 13:30:33 +01:00
Joel Rosdahl
e281726536
Mention that you may want to run "ccache --clean" after upgrading
2010-02-27 13:24:08 +01:00
Joel Rosdahl
619c15760e
Man page tweaks
2010-02-27 13:23:54 +01:00
Joel Rosdahl
063c9a062a
Sort option descriptions in man page
2010-02-27 12:42:24 +01:00
Joel Rosdahl
6dc4ccf6fe
Update usage and options texts in man page
2010-02-27 12:42:18 +01:00
Joel Rosdahl
dd9f6cd234
Bail out on too hard compiler option -save-temps
2010-02-27 12:36:41 +01:00
Joel Rosdahl
2c0be1c61d
Sort unsupported compiler options
2010-02-27 12:36:41 +01:00
Joel Rosdahl
977fcbf9c4
Remove bug references from NEWS; they are not very interesting
2010-02-27 12:36:41 +01:00
Joel Rosdahl
fc65db8dfd
Minor improvements of test.sh
2010-02-27 12:36:41 +01:00
Joel Rosdahl
e485956929
Improve detection of program name being MYNAME
2010-02-27 12:36:41 +01:00
Joel Rosdahl
c63aad8807
Introduce string constants for usage and version texts
2010-02-27 12:36:35 +01:00
Joel Rosdahl
b4c372f829
Fix potential use of NULL cache_dir
2010-02-27 10:06:55 +01:00
Joel Rosdahl
9f562b25f2
Include stdarg.h to make Tru64 happy
2010-02-26 22:34:56 +01:00
Joel Rosdahl
6c5b4b7efc
Only clean non-dev stuff in Makefile's clean target
2010-02-26 22:22:00 +01:00
Joel Rosdahl
ef95e5c6e2
Include some more system headers to make Solaris happy
2010-02-26 22:15:26 +01:00
Joel Rosdahl
1af0bd8486
Portability: don't require GNU make
...
The part of Makefile.in that requires GNU make has been split into dev.mk.in,
and the configure script has learned a new --enable-dev option that makes
Makefile include dev.mk. The configure script doesn't check for GNU make
anymore. There is also a new configure-dev convenience script that runs
configure with --enable-dev.
2010-02-26 21:24:09 +01:00
Joel Rosdahl
f9cf675f44
Bundle (a subset of) zlib 1.2.3 for portability
...
The bundled zlib copy is only used when no suitable system zlib can be found.
2010-02-25 23:27:58 +01:00
Joel Rosdahl
e374b1b1d0
Improve log message
2010-02-25 08:19:51 +01:00
Joel Rosdahl
1e2da1868a
Prefix log messages with PID
2010-02-24 22:17:53 +01:00
Joel Rosdahl
3eb87a8bbf
Improve log messages
2010-02-24 21:39:35 +01:00
Joel Rosdahl
815d96dd6a
Let cc_log and fatal add a newline character to the message
2010-02-24 21:25:32 +01:00
Joel Rosdahl
ecd8e731ae
Remove test.sh's dependency on Perl
2010-02-23 22:23:36 +01:00
Joel Rosdahl
ef8079b953
Merge branch 'md4_cleanup' of git://github.com/krajaratnam/ccache
...
* 'md4_cleanup' of git://github.com/krajaratnam/ccache:
use size_t when we refer to memory sizes
Remove unused 'void mdfour(unsigned char *out, const unsigned char *in, int n)'
Remove incorrect assumption
Remove disabled md4 test code
2010-02-23 22:08:22 +01:00
Joel Rosdahl
7788247669
Minor man page improvements
2010-02-22 23:21:28 +01:00
Kovarththanan Rajaratnam
8f2365f24d
use size_t when we refer to memory sizes
2010-02-22 23:02:22 +01:00
Kovarththanan Rajaratnam
5c6b15ddee
Remove unused 'void mdfour(unsigned char *out, const unsigned char *in, int n)'
2010-02-22 23:02:22 +01:00
Kovarththanan Rajaratnam
936dc017bd
Remove incorrect assumption
...
This first revision of this file assummed that int = 32bits, but we now use <inttypes.h> and no longer have to make that (incorrect) assumption.
2010-02-22 23:02:22 +01:00
Kovarththanan Rajaratnam
fdbd384f29
Remove disabled md4 test code
...
This piece of test code was dead and in addition we don't have any framework for testing it. Any test of this module should probably be done upstream instead (Samba)
2010-02-22 23:02:22 +01:00
Joel Rosdahl
4af546d3dc
Merge CCACHE_HASH_COMPILER/CCACHE_NOHASH_SIZE_MTIME into CCACHE_COMPILERCHECK
2010-02-22 22:40:50 +01:00
Joel Rosdahl
eb874ae9fd
Add a hash_size field to the manifest on-disk format
...
This is mainly done to facilitate introspection of manifest files in the future
if we add support for hash algorithms with other hash sizes than 16 bytes.
2010-02-22 21:45:53 +01:00
Joel Rosdahl
fb360d9e10
Add missing newlines to cc_logs
2010-02-22 21:27:31 +01:00
Kovarththanan Rajaratnam
a441e791ff
INSTALL: the from repository instructions ends abruptly. Finish it properly
2010-02-22 20:02:20 +01:00
Kovarththanan Rajaratnam
1e389176a5
INSTALL: add perl (for the testsuite)
2010-02-22 19:58:05 +01:00
Kovarththanan Rajaratnam
45835d47e6
INSTALL: add autoconf
2010-02-22 19:56:36 +01:00
Joel Rosdahl
2b215563e0
Merge branch 'cleanup' of git://github.com/krajaratnam/ccache
...
* 'cleanup' of git://github.com/krajaratnam/ccache:
ccache.c: mark extensions array as const
cache.c: mark a few variables as static
2010-02-22 08:39:24 +01:00
Joel Rosdahl
f327c837fc
Quote statistics key in failed test output for readability
2010-02-22 08:37:25 +01:00
Joel Rosdahl
131111cd58
Handle missing or empty object file from compiler properly
2010-02-22 08:36:40 +01:00
Joel Rosdahl
196baceaef
Log command-line prefix
2010-02-22 08:34:56 +01:00
Joel Rosdahl
694fdd6775
Add .o suffix to stored object files for consistency
2010-02-21 21:14:51 +01:00
Joel Rosdahl
56ef07fdd6
Improve upgrading notes in NEWS
2010-02-21 21:12:55 +01:00
Joel Rosdahl
598bf7677b
Correctly lock stats file for reading
2010-02-21 21:01:02 +01:00
Joel Rosdahl
741bb5587f
Add comments about the stats files
2010-02-21 20:58:58 +01:00
Joel Rosdahl
db73c8536c
Correctly declare nullary functions
2010-02-21 20:57:57 +01:00
Joel Rosdahl
cbe36a2bf0
Clean up some constants
2010-02-21 19:42:39 +01:00
Kovarththanan Rajaratnam
b88b4feb49
ccache.c: mark extensions array as const
2010-02-21 19:32:25 +01:00
Kovarththanan Rajaratnam
61703fee0b
cache.c: mark a few variables as static
2010-02-21 19:31:47 +01:00
Joel Rosdahl
e8cd56fdeb
Remove obsolete STATS_VERSION
2010-02-21 19:30:05 +01:00