Commit Graph

11 Commits (36c21df091091efa24bc41d70fd065a4aa8fb0a5)

Author SHA1 Message Date
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