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
2014-09-18
Call reset in the superclass implementation of setup_build_environment
Jack Nagel
2014-09-18
Make --cc override the compiler selector
Jack Nagel
2014-09-18
Replace CompilerQueue with predetermined priority lists
Jack Nagel
2014-09-18
Remove fails_with? from the formula instance
Jack Nagel
2014-09-07
Clear GOBIN in environment setup
Jack Nagel
2014-08-03
Add another TODO
Jack Nagel
2014-08-03
Remove an is_a check
Jack Nagel
2014-07-18
Check nil? || empty? instead of to_s.empty?
Jack Nagel
2014-07-18
Drop pointless to_s call
Jack Nagel
2014-07-13
No need to cache lookup that is only done once
Jack Nagel
2014-07-02
Move constants so we don't have to load all of ENV to get them
Jack Nagel
2014-06-22
Use a more descriptive variable name
Jack Nagel
2014-06-22
Move the compiler-selecting methods to ENV/shared
Shaun Jackman
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-06-03
Use a || b
Jack Nagel
2014-06-03
Treat HOMEBREW_CC the same as --cc
Shaun Jackman
2014-06-03
HOMEBREW_CC: Remove COMPILER_ALIASES
Shaun Jackman
2014-05-26
Share code for sanitizing ENV between both build environments
Jack Nagel
2014-05-19
Remove deprecated --use-{gcc,llvm,clang}
Jack Nagel
2014-05-18
Remove hardcoded reference to ENV
Jack Nagel
2014-05-18
Add accessor for HOMEBREW_CC
Jack Nagel
2014-05-18
ENV.cc= and ENV.cxx= are private
Jack Nagel
2014-05-18
Use a case statement
Jack Nagel
2014-05-14
Allow disabling arch flag filtering
Jack Nagel
2014-05-06
ENV/shared: fix gcc versions edge case.
Mike McQuaid
2014-05-06
shared: refactor gcc_version_formula.
Mike McQuaid
2014-05-06
shared: don't use Formula.factory unnecessarily.
Mike McQuaid
2014-04-30
ENV/shared: handle untapped e.g. gcc48 formula.
Mike McQuaid
2014-04-29
ENV/shared: use homebrew/versions GCC if installed
Mike McQuaid
2014-04-23
Support core GCC formula as a GCC compiler.
Mike McQuaid
2014-04-23
shared: don't warn about non-Apple compilers now.
Mike McQuaid
2014-04-04
Clean up some concatentation inside interpolation
Jack Nagel
2014-02-02
Correctly find Homebrew-installed fortran
Camillo Lugaresi
2014-01-04
ENV: add method to prepend and create a PATH.
Mike McQuaid
2013-12-03
Make CompilerSelectionError an InstallationError
Jack Nagel
2013-12-02
Fix typo
Jack Nagel
2013-12-02
Yielded value is not used
Jack Nagel
2013-11-27
Require Formula before using it
Jack Nagel
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
[next]