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
2016-11-13
Use guard clauses.
Markus Reiter
2016-09-24
RuboCop: Style/AccessorMethodName
Markus Reiter
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-23
Fix Style/IfUnlessModifier.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-13
extend/ENV/std: fix Rubocop warnings.
Mike McQuaid
2016-07-12
stdenv: port to generic OS. (#456)
Mike McQuaid
2016-06-16
ENV: mark gcc-6 as supporting C++11 (#349)
msbit
2016-05-22
Remove LLVM-GCC support. (#252)
Mike McQuaid
2016-05-08
Make development tools code cross-platform.
Mike McQuaid
2016-04-22
Explicitly list -arch in LDFLAGS on Leopard
Misty De Meo
2016-04-22
Set -faltivec in CFLAGS on Tiger
Misty De Meo
2016-04-21
stdenv: stop setting ACLOCAL_PATH
Misty De Meo
2016-03-21
add HOMEBREW_ENV_PATH internal variable
Xu Cheng
2016-03-19
Revert "Avoid constructing paths by string interpolation"
Tim D. Smith
2016-03-19
Avoid constructing paths by string interpolation
Tim D. Smith
2015-12-10
ENV: warn_if_universal_binaries_not_supported
Ryan Hendrickson
2015-11-17
Stdenv: add note on possible future deprecation
Xu Cheng
2015-11-17
Stdenv should be tagged as private rather deprecated
Xu Cheng
2015-10-18
remove unnecessary require statements
Xu Cheng
2015-08-29
More API documentation.
Mike McQuaid
2015-08-21
Add guards to calls that would trigger Xcode install requests
William Woodruff
2015-08-03
Core files style updates.
BrewTestBot
2015-06-21
Pass full match to warn_about_non_apple_gcc
Jack Nagel
2015-06-12
Undocument return value of ENV.deparallelize
Jack Nagel
2015-05-16
ENV: Add gcc-5 to compilers support C++11
なつき
2015-05-08
compilers: support gcc 5
なつき
2015-04-25
ENV.deparallelize: add block form for temporary change
Misty De Meo
2015-01-03
Remove unnecessary encoding comments
Jack Nagel
2014-09-18
Call reset in the superclass implementation of setup_build_environment
Jack Nagel
2014-09-18
Make --cc override the compiler selector
Jack Nagel
2014-09-11
Use only strings in ENV.x11
Jack Nagel
2014-09-11
The build environment should only deal with strings
Jack Nagel
2014-09-11
Don't directly assign Pathname objects to environment variables
Jack Nagel
2014-08-18
Don't overwrite optimization flag map in ENV.clang
Jack Nagel
2014-08-09
Pull effective arch detection into a method
Jack Nagel
2014-08-06
Use opt_bin
Jack Nagel
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
[next]