Joel Rosdahl
|
db10ada44c
|
Rename global object_hash to cached_obj_hash to match cached_obj
|
2010-04-27 08:38:12 +02:00 |
|
Joel Rosdahl
|
509b11bf23
|
Remove left-over debug logging in perf.sh
|
2010-04-27 08:33:22 +02:00 |
|
Joel Rosdahl
|
26ee925726
|
Man page tweak about GDB
|
2010-04-27 08:18:30 +02:00 |
|
Joel Rosdahl
|
6331376531
|
Let hash_buffer take a void* to avoid some casting
|
2010-04-27 08:18:16 +02:00 |
|
Joel Rosdahl
|
ede39e1eb7
|
Ignore tmpdir.*
|
2010-04-27 07:53:50 +02:00 |
|
Joel Rosdahl
|
583e0ad97c
|
Clean up clearing of ccache variables in the test suite
|
2010-04-25 17:30:29 +02:00 |
|
Joel Rosdahl
|
91bd8ee901
|
No need to hash -nostdinc and -nostdinc++ in preprocessor mode
|
2010-04-25 17:27:01 +02:00 |
|
Joel Rosdahl
|
149d4912dc
|
Disable direct mode if __{DATE,FILE,TIME}__ is used
|
2010-04-25 17:03:23 +02:00 |
|
Joel Rosdahl
|
6faf3267d2
|
Improve comments in hash_include_file_string
|
2010-04-25 17:02:25 +02:00 |
|
Joel Rosdahl
|
32e96d16a3
|
Improve comment of process_preprocessed_file
|
2010-04-25 17:01:04 +02:00 |
|
Joel Rosdahl
|
0c38083fb5
|
Don't log unset base directory
|
2010-04-25 16:43:33 +02:00 |
|
Joel Rosdahl
|
b2dd02bbdc
|
Refactoring: move hash_*_ignoring_comments to hash_include_file_* in testutil
|
2010-04-25 15:44:18 +02:00 |
|
Joel Rosdahl
|
fca0348c46
|
Backdate header files created in the test suite instead of sleeping
|
2010-04-25 14:06:08 +02:00 |
|
Joel Rosdahl
|
702db98740
|
Don't check ctime when determining if an include file is too new
If you backdate the include file's mtime, you have to take the
consequences...
|
2010-04-25 14:04:58 +02:00 |
|
Joel Rosdahl
|
40c0a39069
|
Improve handling of -Wp, options
|
2010-04-25 11:37:45 +02:00 |
|
Joel Rosdahl
|
0536ebfaf5
|
Make it possible to run only the direct test suite again
|
2010-04-25 10:45:32 +02:00 |
|
Joel Rosdahl
|
f25b460aaf
|
Fix typo
|
2010-04-25 10:27:46 +02:00 |
|
Joel Rosdahl
|
2901c06d72
|
Don't set CCACHE_BASEDIR by default
Disabled by default because it gives a different result than the real compiler
would give when -g is being used.
|
2010-04-24 21:39:31 +02:00 |
|
Joel Rosdahl
|
9e062dfacb
|
Ignore some generated files
|
2010-04-24 21:36:32 +02:00 |
|
Joel Rosdahl
|
246a65d4f1
|
Minor man page tweaks
|
2010-04-24 21:34:47 +02:00 |
|
Joel Rosdahl
|
712a416de6
|
Convert NEWS to asciidoc format
|
2010-04-24 10:36:57 +02:00 |
|
Joel Rosdahl
|
27e67fa679
|
Create nicer HTML page of the manual
|
2010-04-22 23:10:46 +02:00 |
|
Joel Rosdahl
|
508979e5e9
|
Upcase subheadings in man page
|
2010-04-22 23:10:42 +02:00 |
|
Joel Rosdahl
|
e1c9e3f330
|
Switch license to GPLv3+
|
2010-04-22 22:47:16 +02:00 |
|
Joel Rosdahl
|
007445b9ff
|
Improve ccache description in ccache.c
|
2010-04-22 22:25:39 +02:00 |
|
Joel Rosdahl
|
7f8fbdb02a
|
Add rule for generating an HTML man page
|
2010-04-22 22:18:20 +02:00 |
|
Joel Rosdahl
|
46e577edb7
|
Convert man page from yodl to asciidoc format
|
2010-04-22 22:17:29 +02:00 |
|
Joel Rosdahl
|
64fa702c73
|
Only run -finput-charset test if compilation without ccache works
|
2010-04-13 18:25:38 +02:00 |
|
Joel Rosdahl
|
b0f0af5ac0
|
Handle -finput-charset correctly
|
2010-04-12 23:23:38 +02:00 |
|
Joel Rosdahl
|
6853433b50
|
Don't use unportable strnlen function
|
2010-04-05 11:15:54 +02:00 |
|
Joel Rosdahl
|
819f879c88
|
Sort functions in configure.ac
|
2010-04-05 10:40:03 +02:00 |
|
Joel Rosdahl
|
112e7eece2
|
Merge branch 'master' of git://git.samba.org/ccache
|
2010-03-28 17:47:21 +02:00 |
|
Joel Rosdahl
|
b6f5348a50
|
Merge branch 'cleanup' of git://github.com/krajaratnam/ccache
|
2010-03-28 17:46:11 +02:00 |
|
Joel Rosdahl
|
9a9f5b1736
|
Add CCACHE_VERBOSE option
This was suggested by William S Fulton, who implemented this feature in his
SWIG port of ccache.
|
2010-03-28 17:44:25 +02:00 |
|
Andrew Tridgell
|
2b4aeed392
|
use strnlen() in the replacement for strndup()
Using strlen() could lead to a segmentation fault with gcc on
OpenSolaris
|
2010-03-25 11:26:13 +11:00 |
|
Kovarththanan Rajaratnam
|
07cc7bbb5f
|
Add a comment to indicate who's responsible for freeing the returned string
|
2010-03-18 13:04:01 +01:00 |
|
Kovarththanan Rajaratnam
|
76b7e6d6f9
|
Reuse the newly added format_hash_as_string() instead
|
2010-03-18 13:02:04 +01:00 |
|
Kovarththanan Rajaratnam
|
cfb3b58f5c
|
Make format_file_hash public by moving it to util.c (as format_hash_as_string)
|
2010-03-18 12:59:24 +01:00 |
|
Kovarththanan Rajaratnam
|
e8d07ea50c
|
Mark token array as const
|
2010-03-18 12:45:31 +01:00 |
|
Kovarththanan Rajaratnam
|
5873f4b1f7
|
Don't set static variable. It's unused in copy4()
|
2010-03-18 12:42:46 +01:00 |
|
Kovarththanan Rajaratnam
|
bb8820db3a
|
Let the compiler zero initialiase all the members
|
2010-03-18 12:41:13 +01:00 |
|
Joel Rosdahl
|
ef0d32ad2f
|
Set umask early since ccache_main() may create files/directories
|
2010-03-10 21:37:31 +01:00 |
|
Joel Rosdahl
|
574ab5a9af
|
Don't compile preprocessed source code when using -g3
This fixes bug #7190.
|
2010-03-04 21:39:34 +01:00 |
|
Joel Rosdahl
|
106533eab5
|
Refactor CCACHE_CPP2 logic into a variable
|
2010-03-04 21:30:10 +01:00 |
|
Joel Rosdahl
|
baf2ff5d6b
|
Fix caching of empty source files in direct mode
|
2010-03-04 20:30:27 +01:00 |
|
Joel Rosdahl
|
271a4e48af
|
Remove superfluous dependencies from test/perf targets
|
2010-03-03 22:05:31 +01:00 |
|
Joel Rosdahl
|
c3e0367332
|
Remove unused CC variable from perf.sh command line
|
2010-03-03 22:04:44 +01:00 |
|
Joel Rosdahl
|
c641d06495
|
Merge branch 'perf' of git://github.com/krajaratnam/ccache
* 'perf' of git://github.com/krajaratnam/ccache:
Add perf target
Mention perl/python in INSTALL
|
2010-03-03 22:00:27 +01:00 |
|
Joel Rosdahl
|
eb82199816
|
Don't try to store file hash in manifest in read-only mode
|
2010-03-03 21:59:12 +01:00 |
|
Joel Rosdahl
|
db71fc59f1
|
Remove forgotten debugging statement
|
2010-03-03 20:47:39 +01:00 |
|