index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
extend
/
ENV
/
shared.rb
Age
Commit message (
Expand
)
Author
2013-10-16
Allow older non-Apple GCCs to build things
Misty De Meo
2013-09-28
Move ld64 into SharedEnvExtension
Misty De Meo
2013-09-19
ENV: Ensure @compiler is set
Misty De Meo
2013-09-17
Move CompilerSelector logic into build env setup
Misty De Meo
2013-09-03
ENV: convert values to strings in cc setters
Jack Nagel
2013-09-01
Remove HOMEBREW_CC warning from ENV.compiler
Misty De Meo
2013-09-01
Provide reusable GNU GCC constants in ENV
Misty De Meo
2013-09-01
Experimental support for non-Apple GCCs
Misty De Meo
2013-08-30
ENV: only set fortran flags in one place
Jack Nagel
2013-08-30
ENV: use fc accessor
Jack Nagel
2013-08-30
Fix conditional in ENV.fortran
Jack Nagel
2013-08-30
ENV: add cc and cxx setters
Jack Nagel
2013-08-30
Simplify handling custom FCFLAGS
Jack Nagel
2013-08-30
Remove PATH hack from ENV.fortran
Jack Nagel
2013-08-30
Unify compiler selection logic
Misty De Meo
2013-08-30
Add --cc= syntax for selecting compilers
Misty De Meo
2013-08-29
Remove default values from ENV.{cc,cxx}
Jack Nagel
2013-08-26
Only perform coercion to string once in ENV.{append,prepend}
Jack Nagel
2013-08-19
Use ENV.prepend_path
Jack Nagel
2013-08-19
Add ENV.append_path
Jack Nagel
2013-08-19
Fix typo
Jack Nagel
2013-08-19
Use File::PATH_SEPARATOR globally instead of ':'
Amos Wenger
2013-08-19
More robust implementation of ENV.with_build_environment
Jack Nagel
2013-08-19
Rename HomebrewEnvExtension to Stdenv
Jack Nagel