Commit Graph

20 Commits

Author SHA1 Message Date
Joel Rosdahl
e1c9e3f330 Switch license to GPLv3+ 2010-04-22 22:47:16 +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
Joel Rosdahl
cff73fff68 Rename str_basename() to basename() 2010-02-28 16:30:08 +01:00
Joel Rosdahl
1f96472771 Portability: Include headers to get O_CREAT and friends 2010-02-28 00:23:27 +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
cbe36a2bf0 Clean up some constants 2010-02-21 19:42:39 +01:00
Joel Rosdahl
ecf85fc492 Remove standard includes from ccache.h 2010-02-17 21:03:27 +01:00
Joel Rosdahl
26d779b300 Log fatal messages both to stderr and log file 2010-01-05 18:53:01 +01:00
Joel Rosdahl
dca11d321b Remove trailing whitespace 2010-01-05 18:53:01 +01: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
2090a5dd8d - 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
2004-09-06 14:24:05 +02:00
Andrew Tridgell
75dd382407 added CCACHE_UMASK
fixed a typo
2003-09-27 13:34:50 +02:00
Andrew Tridgell
0bd4ffafcf - 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
2003-09-25 08:11:28 +02:00
Andrew Tridgell
d77d4396a7 added support for CCACHE_PREFIX option 2003-02-16 03:28:35 +01:00
Andrew Tridgell
456741bdc5 feeble attempt to handle WIFSIGNALED 2003-01-06 02:54:29 +01:00
Andrew Tridgell
a3130d6a70 make the compile as atomic as possible 2002-03-27 01:39:06 +01:00
Andrew Tridgell
b97c2c60e2 added some docs and comments ... 2002-03-27 00:58:31 +01:00
Andrew Tridgell
f171a5c9ff delete files before creation 2002-03-26 16:12:16 +01:00
Andrew Tridgell
f42859a15c first version of C compilercache 2002-03-26 15:46:43 +01:00