~ubuntu-branches/debian/lenny/ccache/lenny

« back to all changes in this revision

Viewing changes to web/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2005-06-26 13:33:19 UTC
  • mto: (2.1.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050626133319-pcu2jrgcmep18yai
Tags: upstream-2.4
ImportĀ upstreamĀ versionĀ 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
<h2>Latest release</h2>
20
20
 
21
 
The latest release is ccache 2.3.
 
21
The latest release is ccache 2.4.
22
22
 
23
23
<ul>
24
 
<li>Added CCACHE_UMASK option
25
 
<li>Added support for compilation of .i files
26
 
<li>Fixed bug with DEPENDENCIES_OUTPUT flag
27
 
<li>Added support for more -Mx options
28
 
<li>Added separate stderr channel for distcc
29
 
<li>Improved test suite
 
24
<li>Added CCACHE_READONLY option
 
25
<li>Added CCACHE_TEMPDIR option
 
26
<li>fixed handling of hard-linked compilers on AIX
 
27
<li>added O_BINARY support, to try and support win32 compiles
 
28
<li>show cache directory in stats output
 
29
<li>fixed handling of HOME environment variable
30
30
</ul>
31
31
 
32
32
See the <a href="/ccache/ccache-man.html">manual page</a> for details
33
 
on the new options.
 
33
on the new options.<p>
34
34
 
35
35
You can get this release from the <a href="/ftp/ccache/">download directory</a> 
36
36
 
 
37
<p>NOTE! This release changes the hash input slighly, so you will
 
38
probably find that you will not get any hits against your existing
 
39
cache when you upgrade.
 
40
 
37
41
<h2>Why bother?</h2>
38
42
 
39
43
Why bother with a compiler cache? If you ever run "make clean; make"
133
137
 
134
138
<ul>
135
139
<li> <a href="http://distcc.samba.org/">distcc</a> - a distributed compilation system
 
140
<li> <a href="http://cachecc1.sourceforge.net/">cachecc1</a> - a gcc specific cache
 
141
<li> <a href="http://sourceforge.net/projects/gocache/">gocache</a> - a cross platform compiler cache
136
142
</ul>
137
143
<p>
138
144