aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV/std.rb
AgeCommit message (Expand)Author
2014-09-18Call reset in the superclass implementation of setup_build_environmentJack Nagel
2014-09-18Make --cc override the compiler selectorJack Nagel
2014-09-11Use only strings in ENV.x11Jack Nagel
2014-09-11The build environment should only deal with stringsJack Nagel
2014-09-11Don't directly assign Pathname objects to environment variablesJack Nagel
2014-08-18Don't overwrite optimization flag map in ENV.clangJack Nagel
2014-08-09Pull effective arch detection into a methodJack Nagel
2014-08-06Use opt_binJack Nagel
2014-06-22Use Pathname#splitJack Nagel
2014-06-22Move the compiler-selecting methods to ENV/sharedShaun Jackman
2014-05-26Share code for sanitizing ENV between both build environmentsJack Nagel
2014-05-06ENV/std: use full paths to gcc versions.Mike McQuaid
2014-05-01Xcode-only path adjustments should be the same in both environmentsJack Nagel
2014-05-01Move xctoolchain_path to Xcode module, where it belongsJack Nagel
2014-04-29Drop obsolete compiler fallback in stdenvJack Nagel
2014-04-29Use MacOS.locate and delete wrong commentJack Nagel
2014-04-29Remove comment that no longer reflects adjacent codeJack Nagel
2014-04-29We don't use -Qunused-arguments anymoreJack Nagel
2014-04-29ENV.{cc,cxx} setters already set OBJC and OBJCXXJack Nagel
2014-04-29Make ENV.O4 a no-opJack Nagel
2014-04-23Support core GCC formula as a GCC compiler.Mike McQuaid
2014-03-28Add ENV.refurbish_args helperMisty De Meo
2014-03-08Revert "ENV: request no byte code Python when bottling."Mike McQuaid
2014-03-02ENV: request no byte code Python when bottling.Mike McQuaid
2014-01-04ENV.gcc: remove raiseMisty De Meo
2014-01-04Recommit ENV changesMisty De Meo
2014-01-04Revert "stdenv: fix self.cc check"Mike McQuaid
2014-01-04Revert "stdenv: set correct compiler symbol for gcc 4.0"Mike McQuaid
2014-01-03stdenv: set correct compiler symbol for gcc 4.0Misty De Meo
2014-01-03stdenv: fix self.cc checkMisty De Meo
2013-11-27Adjust optimization flags if the CPU does not support SSE4Jack Nagel
2013-11-20Move optimization flag selection out of cc wrapperJack Nagel
2013-11-12Simplify ENV.0x methods in stdenvJack Nagel
2013-11-12Add ENV.O0 to stdenvJack Nagel
2013-11-02stdenv: drop space between "-isystem" and path.Xiyue Deng
2013-10-27Make stdenv handling less intrusive.Xiyue Deng
2013-10-26Clang standard library selection.Xiyue Deng
2013-10-26C++11 support.Xiyue Deng
2013-10-18Rename MacOS to OS::MacJack Nagel
2013-10-18Add OS.mac? and OS.linux?Jack Nagel
2013-10-04ENV.x11: only use SDK when CLT is missing and X11 is from AppleJack Nagel
2013-10-04ENV.x11: always add include/freetype2 to CPPFLAGSJack Nagel
2013-09-28Move ld64 into SharedEnvExtensionMisty De Meo
2013-09-17Move CompilerSelector logic into build env setupMisty De Meo
2013-09-03ENV: use cc accessorJack Nagel
2013-09-01Implement fails_with for non-Apple compilersMisty De Meo
2013-09-01Experimental support for non-Apple GCCsMisty De Meo
2013-08-30ENV: use cflags setterJack Nagel
2013-08-30ENV: use cc accessorJack Nagel
2013-08-30ENV: add cc and cxx settersJack Nagel