aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/ARGV.rb
AgeCommit message (Expand)Author
2015-04-09preliminary write control only sandboxXu Cheng
2014-11-30Allow searching/installing Homebrew Casks.Mike McQuaid
2014-11-03Add ARGV.git?Jack Nagel
2014-08-29Add a method for retrieving only flags from ARGVJack Nagel
2014-08-28Simplify implementation of ARGV.flag? and ARGV.switch?Jack Nagel
2014-08-28Use two-argument form of String#sliceJack Nagel
2014-08-28Implement ARGV.named in terms of ARGV.options_onlyJack Nagel
2014-08-28ARGV.spec should be privateJack Nagel
2014-07-17Remove commentary from error messagePhillip Calvin
2014-07-02Accept -s as shorthand for --build-from-sourceJack Nagel
2014-06-26Use canonical_name in the exception messageJack Nagel
2014-06-26Use canonical_name when checking LinkedKegs and optJack Nagel
2014-06-26The rack variable is only used inside the block nowJack Nagel
2014-06-26Remove a dead branch from ARGV.kegsJack Nagel
2014-06-26Simplify NoSuchKegError conditionJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-20Remove ARGV.filter_for_dependenciesJack Nagel
2014-06-20Decouple spec selection from ARGVJack Nagel
2014-05-27--help and --version only apply as first argumentAdam Vandenberg
2014-04-05Remove obsolete guards around canonical_name return valueJack Nagel
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-03-15Prefer opt prefix over linked keg entry when picking active kegJack Nagel
2014-03-15Add an extra sanity checkJack Nagel
2014-03-15Refactor ARGV.kegsJack Nagel
2014-03-15Use canonicalized name in NoSuchKegError messageJack Nagel
2014-03-13Simplify ARGV.filter_for_dependenciesJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Make interactive an installer modeJack Nagel
2014-03-13Add ARGV.envJack Nagel
2014-03-10Reduce the number of things that trigger ARGV.build_from_source?Jack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-08Remove "--fresh" option from installerJack Nagel
2014-02-14ARGV.help?: anchor to end of stringMisty De Meo
2014-02-14brew: check for --help and friends in more of ARGVMike McQuaid
2014-02-11Revert "Recognize --head as an alias for --HEAD"Adam Vandenberg
2014-02-09Recognize --head as an alias for --HEADMisty De Meo
2013-12-19install: add --only-dependencies optionSteven Peters
2013-09-01Allow forcing bottle installation.Mike McQuaid
2013-08-30Add --cc= syntax for selecting compilersMisty De Meo
2013-08-28Allow building bottles with custom architecturesMisty De Meo
2013-07-17add ARGV.valueAdam Vandenberg
2013-06-26ARGV: filter build-bottle from dependencies.Mike McQuaid
2013-06-22ARGV: ensure ? methods return truth values.Mike McQuaid
2013-05-20Simplify implementation of ARGV.flag? and .switch?Jack Nagel
2013-03-01Add environment variable to build bottles.Mike McQuaid
2013-03-01Support 32-bit 10.6 bottles.Mike McQuaid
2013-01-26Move option comparison into BuildOptionsJack Nagel
2013-01-10Restore ARGV even if an exception is raisedJack Nagel
2013-01-01Add --homebrew-developer flagMike McQuaid