aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV/std.rb
AgeCommit message (Expand)Author
2016-03-21add HOMEBREW_ENV_PATH internal variableXu Cheng
2016-03-19Revert "Avoid constructing paths by string interpolation"Tim D. Smith
2016-03-19Avoid constructing paths by string interpolationTim D. Smith
2015-12-10ENV: warn_if_universal_binaries_not_supportedRyan Hendrickson
2015-11-17Stdenv: add note on possible future deprecationXu Cheng
2015-11-17Stdenv should be tagged as private rather deprecatedXu Cheng
2015-10-18remove unnecessary require statementsXu Cheng
2015-08-29More API documentation.Mike McQuaid
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
2015-08-03Core files style updates.BrewTestBot
2015-06-21Pass full match to warn_about_non_apple_gccJack Nagel
2015-06-12Undocument return value of ENV.deparallelizeJack Nagel
2015-05-16ENV: Add gcc-5 to compilers support C++11なつき
2015-05-08compilers: support gcc 5なつき
2015-04-25ENV.deparallelize: add block form for temporary changeMisty De Meo
2015-01-03Remove unnecessary encoding commentsJack Nagel
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