aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV/std.rb
AgeCommit message (Expand)Author
2016-11-13Use guard clauses.Markus Reiter
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-13extend/ENV/std: fix Rubocop warnings.Mike McQuaid
2016-07-12stdenv: port to generic OS. (#456)Mike McQuaid
2016-06-16ENV: mark gcc-6 as supporting C++11 (#349)msbit
2016-05-22Remove LLVM-GCC support. (#252)Mike McQuaid
2016-05-08Make development tools code cross-platform.Mike McQuaid
2016-04-22Explicitly list -arch in LDFLAGS on LeopardMisty De Meo
2016-04-22Set -faltivec in CFLAGS on TigerMisty De Meo
2016-04-21stdenv: stop setting ACLOCAL_PATHMisty De Meo
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