Commit Graph

16 Commits (cd90faa206e6160687feaeab927ec2f6e699d57e)

Author SHA1 Message Date
Jiang Jiang 1f19f92466 ccache: add HEAD
Closes Homebrew/homebrew#17879.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-16 10:46:54 -06:00
Jiang Jiang 93a1b7e920 ccache 3.1.9
Closes Homebrew/homebrew#17857.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-15 09:25:32 -08:00
Jack Nagel a4c17f54b9 ccache 3.1.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-20 16:52:35 -05:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel 09cb718848 ccache 3.1.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-03 22:19:16 -05:00
Jack Nagel 4ae3f2a817 ccache 3.1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-26 22:58:21 -05:00
Ruben Fonseca 93e48fdd05 ccache 3.1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-31 10:33:41 -07:00
Michael Lapinsky 44dca67d72 Update Formula: ccache
Added symlinks for gcc-4.2, c++-4.2 and g++-4.2 (to match those added by
MacPorts' ccache portfile)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-18 07:41:03 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Gray Manley ca0860bb28 Update ccache to version 3.1.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-20 08:46:43 -08:00
Zifei Tong 36da14d802 update ccache to v3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-22 06:45:13 -07:00
Douglas Creager 9caf691c11 Install ccache symlinks
The ccache formula now installs ccache symlinks for a number of
compilers into the #{libexec} directory.  By adding this
directory to your PATH, ccache will automatically be used for most
compilations.  The list of compilers matches that in the current
MacPorts ccache portfile.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Added caveats
* libexec isn't linked in to HOMEBREW_PREFIX, so it is private enough
  without a subfolder
2010-06-11 07:44:13 -07:00
Martin Kuehl 6c0b813f15 ccache - Install man pages in the correct path
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-20 16:14:06 -08:00
Adam Vandenberg bb67f6c976 Reformat ccache 2009-12-12 16:24:18 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Robert Iannucci bf67584091 ccache formula
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, using the -E compiler switch and a hash to detect when a
compilation can be satisfied from cache. This often results in a 5 to 10 times
speedup in common compilations.
2009-10-02 16:30:34 +01:00