index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
extend
/
ENV.rb
Age
Commit message (
Expand
)
Author
2010-10-30
fix warnings: ambiguous first arg
Jamie Macey
2010-10-05
Coerce ENV.append/prepend values to strings.
Adam Vandenberg
2010-09-07
ENV.rb - style tweak
Adam Vandenberg
2010-09-06
Add ENV.ldflags and use.
Adam Vandenberg
2010-08-10
ENV.rb - add ENV.cflags
Adam Vandenberg
2010-08-10
ENV.rb - style cleanups
Adam Vandenberg
2010-08-09
Remove redundent line and reword comments slightly.
Adam Vandenberg
2010-08-07
Put /usr/X11/bin in PATH when requesting X11.
Adam Vandenberg
2010-06-18
Fix LLVM compilation under OS X 10.6 where cflags was not being defined.
Brett Cannon
2010-06-17
Refactor llvm compiler selection so formula can use it
Chris Hoffman
2010-06-17
Fix exception when installing with --use-llvm
Chris Hoffman
2010-06-16
Use same LLVM binary to check build # as we do to build with.
Adam Vandenberg
2010-04-22
Fix universal builds on 32-bit CPUs.
Adam Vandenberg
2010-03-17
Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly.
Adam Vandenberg
2010-03-01
Move license block to separate LICENSE file.
Adam Vandenberg
2010-02-24
We need to set CC and CXX for many formula
Max Howell
2010-02-19
No longer compile with LLVM by default
Max Howell
2010-02-13
Set correct LDFLAGS for universal binaries
Aleksandar Topuzović
2010-02-08
ENV.cxx was not retrieving proper ENV flag.
Adam Vandenberg
2010-01-14
Added CMAKE_PREFIX_PATH to environment valriables
Florian Sowade
2010-01-13
Use less lengthy path to llvm binaries
Max Howell
2010-01-11
Detect X11 when ENV.x11 is requested; dump in --config.
Adam Vandenberg
2009-12-02
Remove redundant cflags
Max Howell
2009-12-02
Alias gcc_4_0_1 to gcc_4_0
Max Howell
2009-12-01
When not installed to /usr/local use -isystem
Max Howell
2009-11-07
Fix ENV.m32 when LDFLAGS already exists
Max Howell
2009-10-23
ENV.m32
Max Howell
2009-10-23
ENV.osx_10_5
Max Howell
2009-10-21
Add separator param to ENV.append (to match prepend.)
Adam Vandenberg
2009-10-19
ENV.universal_binary
Max Howell
2009-10-15
Some subdirs and renames to aid homebrew n00bs
Max Howell