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
/
cmd
/
--env.rb
Age
Commit message (
Expand
)
Author
2014-06-19
Remove more unused requires
Jack Nagel
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-05-20
Don't fetch the value just to throw it away
Jack Nagel
2014-05-20
Stop using superenv? method to dump ENV
Jack Nagel
2014-05-20
Remove dead code
Jack Nagel
2013-11-07
HOMEBREW_USE variables are no longer honored, ignore them
Jack Nagel
2013-11-07
Display only HOMEBREW_CC/CXX in `brew --env` under superenv
Jack Nagel
2013-08-19
audit: activate ENV extensions
Jack Nagel
2013-08-19
Move common stuff to extend/ENV.rb
Jack Nagel
2013-08-19
Make Superenv activation explicit
Jack Nagel
2013-06-27
brew --env: Add missing CPATH environment variable
Paul Fitzpatrick
2013-05-02
--env: show HOMEBREW_CC in superenv
Adam Vandenberg
2013-03-09
Exclude global pkgconfig dirs under superenv
Jack Nagel
2012-09-21
brew --env: Use fetch rather than []
Max Howell
2012-08-31
Cram GL headers and includes into superenv
Max Howell
2012-08-31
`brew --env` puts HOMEBREW_SDKROOT
Max Howell
2012-08-29
Always find git and svn without trying hard
Max Howell
2012-08-29
Allow eg. `brew --env libxml2`
Max Howell
2012-08-29
superenv: build-environments that just work
Max Howell
2012-08-06
brew --env: Added missing env vars
samueljohn
2012-07-01
Dump Cmake environment variables in brew --env
Jack Nagel
2012-03-02
Scupper sourceable output if brew install is piped
Max Howell
2012-03-01
Piped `brew --env` outputs in a sourceable format
Max Howell
2012-02-21
Don't hang if xcode-select -print-path is "/"
Max Howell
2012-02-19
brew --env: fix path to xcrun
Jack Nagel
2012-02-17
Find xcrun if user doesn't ever install Xcode 4.3 helper tools
Max Howell
2012-02-16
Use xcrun; Ensure clang is the default compiler with Xcode 4.3
Max Howell
2011-12-31
brew --env: respect --universal
Jack Nagel
2011-12-16
--env: dump a few more environment variables
Jack Nagel
2011-06-16
Inclue HOMEBREW_USE_CLANG in --env output
Adam Vandenberg
2011-06-16
Add clang compiler option
José MartÃnez
2011-03-12
Added --use-gcc flag.
Stephen Allred
2011-03-12
Refactor the brew command into one file per command
Max Howell