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
/
shared.rb
Age
Commit message (
Expand
)
Author
2017-04-30
Use `PATH#select`.
Markus Reiter
2017-04-30
Use `PATH` where possible.
Markus Reiter
2017-03-11
env: make prepend_path ignore system paths
ilovezfs
2017-02-11
gcc_version_formula: Use gcc@4.x rather than gcc4x
Shaun Jackman
2017-01-16
Unset GREP_OPTIONS.
Mike McQuaid
2016-11-13
No if/unless-modifier on multiline blocks.
Markus Reiter
2016-09-24
Fix Style/GuardClause.
Markus Reiter
2016-09-13
extend/ENV/shared: fix Rubocop warnings.
Mike McQuaid
2016-08-22
Make -no_weak_imports opt-in.
Mike McQuaid
2016-08-17
Add permit_weak_imports directive
Tim D. Smith
2016-08-16
Add OS X-specific SharedEnvExtension.
Mike McQuaid
2016-07-29
Add missing development_tools requires.
Mike McQuaid
2016-07-16
Unify Version.create usage
Vlad Shablinsky
2016-06-16
ENV: mark gcc-6 as supporting C++11 (#349)
msbit
2016-05-08
Make development tools code cross-platform.
Mike McQuaid
2016-02-20
env/shared: ignore perl opts
Dominyk Tiller
2015-12-23
ENV: avoid misleading Fortran setup warnings
Martin Afanasjew
2015-12-18
env: add java_cache env
Dominyk Tiller
2015-12-10
ENV: warn_if_universal_binaries_not_supported
Ryan Hendrickson
2015-09-28
ENV#userpaths!: ensure Superenv.bin and opt path come at first
Xu Cheng
2015-09-12
Accept "gcc" for --cc=gcc-5 even if not installed
Misty De Meo
2015-08-29
More API documentation.
Mike McQuaid
2015-08-06
favor flat_map over map...flatten
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-06-22
Ask the exception for the formula name
Jack Nagel
2015-06-22
Ask the formula object for the opt path
Jack Nagel
2015-06-21
Simplify gcc_version_formula
Jack Nagel
2015-06-21
Inline variable
Jack Nagel
2015-06-21
Eliminate special case for core gcc
Jack Nagel
2015-06-21
Less code in begin/rescue block
Jack Nagel
2015-06-21
Pass full match to warn_about_non_apple_gcc
Jack Nagel
2015-06-19
Move some constants from env to compiler constants
Jack Nagel
2015-05-14
Clear GOPATH and GOROOT in build environment
Jack Nagel
2015-05-08
compilers: support gcc 5
なつき
2015-01-04
Use more https in urls and updated some lost links
Viktor Szakats
2014-12-17
Unset LIBRARY_PATH before builds
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-18
Replace CompilerQueue with predetermined priority lists
Jack Nagel
2014-09-18
Remove fails_with? from the formula instance
Jack Nagel
2014-09-07
Clear GOBIN in environment setup
Jack Nagel
2014-08-03
Add another TODO
Jack Nagel
2014-08-03
Remove an is_a check
Jack Nagel
2014-07-18
Check nil? || empty? instead of to_s.empty?
Jack Nagel
2014-07-18
Drop pointless to_s call
Jack Nagel
2014-07-13
No need to cache lookup that is only done once
Jack Nagel
2014-07-02
Move constants so we don't have to load all of ENV to get them
Jack Nagel
2014-06-22
Use a more descriptive variable name
Jack Nagel
2014-06-22
Move the compiler-selecting methods to ENV/shared
Shaun Jackman
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
[next]