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
/
std.rb
Age
Commit message (
Expand
)
Author
2014-06-22
Use Pathname#split
Jack Nagel
2014-06-22
Move the compiler-selecting methods to ENV/shared
Shaun Jackman
2014-05-26
Share code for sanitizing ENV between both build environments
Jack Nagel
2014-05-06
ENV/std: use full paths to gcc versions.
Mike McQuaid
2014-05-01
Xcode-only path adjustments should be the same in both environments
Jack Nagel
2014-05-01
Move xctoolchain_path to Xcode module, where it belongs
Jack Nagel
2014-04-29
Drop obsolete compiler fallback in stdenv
Jack Nagel
2014-04-29
Use MacOS.locate and delete wrong comment
Jack Nagel
2014-04-29
Remove comment that no longer reflects adjacent code
Jack Nagel
2014-04-29
We don't use -Qunused-arguments anymore
Jack Nagel
2014-04-29
ENV.{cc,cxx} setters already set OBJC and OBJCXX
Jack Nagel
2014-04-29
Make ENV.O4 a no-op
Jack Nagel
2014-04-23
Support core GCC formula as a GCC compiler.
Mike McQuaid
2014-03-28
Add ENV.refurbish_args helper
Misty De Meo
2014-03-08
Revert "ENV: request no byte code Python when bottling."
Mike McQuaid
2014-03-02
ENV: request no byte code Python when bottling.
Mike McQuaid
2014-01-04
ENV.gcc: remove raise
Misty De Meo
2014-01-04
Recommit ENV changes
Misty De Meo
2014-01-04
Revert "stdenv: fix self.cc check"
Mike McQuaid
2014-01-04
Revert "stdenv: set correct compiler symbol for gcc 4.0"
Mike McQuaid
2014-01-03
stdenv: set correct compiler symbol for gcc 4.0
Misty De Meo
2014-01-03
stdenv: fix self.cc check
Misty De Meo
2013-11-27
Adjust optimization flags if the CPU does not support SSE4
Jack Nagel
2013-11-20
Move optimization flag selection out of cc wrapper
Jack Nagel
2013-11-12
Simplify ENV.0x methods in stdenv
Jack Nagel
2013-11-12
Add ENV.O0 to stdenv
Jack Nagel
2013-11-02
stdenv: drop space between "-isystem" and path.
Xiyue Deng
2013-10-27
Make stdenv handling less intrusive.
Xiyue Deng
2013-10-26
Clang standard library selection.
Xiyue Deng
2013-10-26
C++11 support.
Xiyue Deng
2013-10-18
Rename MacOS to OS::Mac
Jack Nagel
2013-10-18
Add OS.mac? and OS.linux?
Jack Nagel
2013-10-04
ENV.x11: only use SDK when CLT is missing and X11 is from Apple
Jack Nagel
2013-10-04
ENV.x11: always add include/freetype2 to CPPFLAGS
Jack Nagel
2013-09-28
Move ld64 into SharedEnvExtension
Misty De Meo
2013-09-17
Move CompilerSelector logic into build env setup
Misty De Meo
2013-09-03
ENV: use cc accessor
Jack Nagel
2013-09-01
Implement fails_with for non-Apple compilers
Misty De Meo
2013-09-01
Experimental support for non-Apple GCCs
Misty De Meo
2013-08-30
ENV: use cflags setter
Jack Nagel
2013-08-30
ENV: use cc accessor
Jack Nagel
2013-08-30
ENV: add cc and cxx setters
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-28
Allow building bottles with custom architectures
Misty De Meo
2013-08-26
Simplify condition
Jack Nagel
2013-08-23
Always pass -headerpad_max_install_names to the linker
Jack Nagel
2013-08-19
Use ENV.append_path
Jack Nagel
2013-08-19
Use File::PATH_SEPARATOR globally instead of ':'
Amos Wenger
2013-08-19
Remove ENV.expand_xcrun
Jack Nagel
[prev]
[next]