aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ENV/shared.rb
AgeCommit message (Expand)Author
2017-08-31ENV: move java_cache to compat for future hard deprecationDominyk Tiller
2017-04-30Use `PATH#select`.Markus Reiter
2017-04-30Use `PATH` where possible.Markus Reiter
2017-03-11env: make prepend_path ignore system pathsilovezfs
2017-02-11gcc_version_formula: Use gcc@4.x rather than gcc4xShaun Jackman
2017-01-16Unset GREP_OPTIONS.Mike McQuaid
2016-11-13No if/unless-modifier on multiline blocks.Markus Reiter
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-13extend/ENV/shared: fix Rubocop warnings.Mike McQuaid
2016-08-22Make -no_weak_imports opt-in.Mike McQuaid
2016-08-17Add permit_weak_imports directiveTim D. Smith
2016-08-16Add OS X-specific SharedEnvExtension.Mike McQuaid
2016-07-29Add missing development_tools requires.Mike McQuaid
2016-07-16Unify Version.create usageVlad Shablinsky
2016-06-16ENV: mark gcc-6 as supporting C++11 (#349)msbit
2016-05-08Make development tools code cross-platform.Mike McQuaid
2016-02-20env/shared: ignore perl optsDominyk Tiller
2015-12-23ENV: avoid misleading Fortran setup warningsMartin Afanasjew
2015-12-18env: add java_cache envDominyk Tiller
2015-12-10ENV: warn_if_universal_binaries_not_supportedRyan Hendrickson
2015-09-28ENV#userpaths!: ensure Superenv.bin and opt path come at firstXu Cheng
2015-09-12Accept "gcc" for --cc=gcc-5 even if not installedMisty De Meo
2015-08-29More API documentation.Mike McQuaid
2015-08-06favor flat_map over map...flattenXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-06-22Ask the exception for the formula nameJack Nagel
2015-06-22Ask the formula object for the opt pathJack Nagel
2015-06-21Simplify gcc_version_formulaJack Nagel
2015-06-21Inline variableJack Nagel
2015-06-21Eliminate special case for core gccJack Nagel
2015-06-21Less code in begin/rescue blockJack Nagel
2015-06-21Pass full match to warn_about_non_apple_gccJack Nagel
2015-06-19Move some constants from env to compiler constantsJack Nagel
2015-05-14Clear GOPATH and GOROOT in build environmentJack Nagel
2015-05-08compilers: support gcc 5なつき
2015-01-04Use more https in urls and updated some lost linksViktor Szakats
2014-12-17Unset LIBRARY_PATH before buildsJack 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-18Replace CompilerQueue with predetermined priority listsJack Nagel
2014-09-18Remove fails_with? from the formula instanceJack Nagel
2014-09-07Clear GOBIN in environment setupJack Nagel
2014-08-03Add another TODOJack Nagel
2014-08-03Remove an is_a checkJack Nagel
2014-07-18Check nil? || empty? instead of to_s.empty?Jack Nagel
2014-07-18Drop pointless to_s callJack Nagel
2014-07-13No need to cache lookup that is only done onceJack Nagel
2014-07-02Move constants so we don't have to load all of ENV to get themJack Nagel
2014-06-22Use a more descriptive variable nameJack Nagel
2014-06-22Move the compiler-selecting methods to ENV/sharedShaun Jackman