aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV/std.rb
AgeCommit message (Expand)Author
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2017-05-30Stdenv: Add ENV.libxml2 and ENV.x11 for LinuxBob W. Hogg
2017-04-30Rename `PATH#validate` to `PATH#existing`.Markus Reiter
2017-04-30Remove `Array#to_path_s`.Markus Reiter
2017-04-30Use `to_path_s` for `determine_pkg_config_libdir`.Markus Reiter
2017-04-23Fix and remove various TODOs.Mike McQuaid
2016-12-30ENV: deprecate old methods.Mike McQuaid
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