| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
I also added a note about `ccache` never being
used by `brew` since that can be confusing.
Closes #20594.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #20562.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #17879.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Closes #17857.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Closes #14653.
 | 
 | 
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
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>
 | 
 | 
 | 
 | 
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
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
 | 
 | 
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
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.
 | 
 | 
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.
 |