aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2018-03-03Adjust docs and more internal code for Python 3.Mike McQuaid
2018-02-22Use more docs.brew.sh short linksMike McQuaid
2018-01-19formula: reject dot dirs as racksilovezfs
2018-01-18Merge pull request #3661 from MikeMcQuaid/deprecate-default-formulaMike McQuaid
2018-01-18Deprecate requirements harderMike McQuaid
2018-01-14Deprecate default_formula Requirement DSLMike McQuaid
2018-01-11formula: tweak more depends_on examples.Mike McQuaid
2018-01-11docs: Fix depends_on examples in Formula pageMichihito Shigemura
2017-12-30gpg: move to compat.Mike McQuaid
2017-12-29formula: require gpg and make it a module.Mike McQuaid
2017-12-15post_install: use HOMEBREW_PATH.Mike McQuaid
2017-12-14postinstall: add HOMEBREW_PREFIX/{,s}bin to PATH.Mike McQuaid
2017-12-02Simplify `PATH` usage in `Formula`.Markus Reiter
2017-11-02formula: fix safe navigation bugilovezfs
2017-10-29Tweak use of with_envMike McQuaid
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-09-24Rubocop: automatic rule fixes.Mike McQuaid
2017-08-31formula: manipulate Java's home usage by defaultDominyk Tiller
2017-08-05formula: Remove reference to homebrew/x11Bob W. Hogg
2017-08-05Merge pull request #2965 from reitermarkus/cask-tapMarkus Reiter
2017-07-31formula: Remove reference to Homebrew/HomebrewBob W. Hogg
2017-07-30Merge pull request #2899 from MikeMcQuaid/enable-deprecationsMike McQuaid
2017-07-30Merge pull request #2923 from MikeMcQuaid/alias-fixesMike McQuaid
2017-07-30Detect `Tap` in `CaskLoader`.Markus Reiter
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
2017-07-21formula: ensure aliases don’t include full names.Mike McQuaid
2017-07-21Enable more deprecations.Mike McQuaid
2017-07-15formula: use env helperMisty De Meo
2017-07-07formula: tweak keg_only? formatting.Mike McQuaid
2017-07-05Formula#keg_only should be a booleanMisty De Meo
2017-06-28Refactor using `Forwardable` and `DelegateClass`.Markus Reiter
2017-06-20🔨 Fix sorting on APFS.Markus Reiter
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
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-29Merge pull request #2663 from reitermarkus/lockfileMarkus Reiter
2017-05-27Improve some `brew install` messaging.Mike McQuaid
2017-05-25Rename `FormulaLock` to `LockFile`.Markus Reiter
2017-05-21Merge pull request #2660 from MikeMcQuaid/env-filtering-testMike McQuaid
2017-05-21formula: ensure HOMEBREW_PREFIX/bin in test PATH.Mike McQuaid
2017-05-21formula: build dependencies are never missing.Mike McQuaid
2017-05-19Merge pull request #2638 from reitermarkus/matchersMarkus Reiter
2017-05-16Merge pull request #2470 from johnhawkinson/conflicts-infoMike McQuaid
2017-05-15Use scoped RSpec matchers.Markus Reiter
2017-05-09Allow --interactive to access HOMEMike McQuaid