aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2015-08-03Core files style updates.BrewTestBot
2015-08-01formula: define opt_pkgshare helper method.Dominique Orban
2015-08-01enumerate all formulae by files rather than namesXu Cheng
2015-07-31Formula: add set_acitve_spec methodXu Cheng
2015-07-31Formula: add any_version_installed? methodXu Cheng
2015-07-31Formula#installed_prefix: use PkgVersionXu Cheng
2015-07-31Formula#pkg_version: return the result based on current active_specXu Cheng
2015-07-31Formula: add active_spec_symXu Cheng
2015-07-29Revert "formula: create empty zshrc when zsh is shell"Xu Cheng
2015-07-24formula: create empty zshrc when zsh is shellDominyk Tiller
2015-07-22tests: fix patching test for no-compat modeXu Cheng
2015-07-21move deprecated codes into compatXu Cheng
2015-07-18formula: always override user homeDominyk Tiller
2015-07-18fetch/build formula from source when modifiedAlex Dunn
2015-07-07add Formula#pkgshare pathTim D. Smith
2015-06-21Formula: cache methods' output to reduce ioXu Cheng
2015-06-17Add opt_frameworks helperJack Nagel
2015-06-16Rename requirements named *Dependency.Mike McQuaid
2015-06-11remove Pathname#find_formulaXu Cheng
2015-06-07formula#to_hash: record requirementsXu Cheng
2015-06-02Add support for fish shell completionsJohannes Wienke
2015-05-29Formula: add full_name variableXu Cheng
2015-05-27Formula#installed: loading using Formulary.from_rackXu Cheng
2015-05-27add Formula.core_names Formula.tap_names and Formula.full_namesXu Cheng
2015-05-27add Formulary.core_path method, deprecate Formula.pathXu Cheng
2015-05-25Add a desc field to FormulaNikolaus Wittenstein
2015-04-25Add Formula#logsJack Nagel
2015-04-12formula: add more API docs for directories.Mike McQuaid
2015-04-09cmake: adjust standard built typeDominyk Tiller
2015-04-09Keep Homebrew site-packages in sys.path during brew testTim D. Smith
2015-04-06add SoftwareSpec#go_resourceTim D. Smith
2015-03-14Switch to a more useful serialization of tap infoJack Nagel
2015-03-04move formula_specialties to compatXu Cheng
2015-02-19ruby 1.8 doesn't have `sort_by!`Xu Cheng
2015-02-13Move "path or URL" tap string to global constant.Mike McQuaid
2015-02-08cmd/info: prevent duplicate dependency display.Xu Cheng
2015-02-07formula: sort installed version in to_hashXu Cheng
2015-02-07Save and restore build attributeJack Nagel
2015-02-07Always respect build options when invoking post_installJack Nagel
2015-02-07Use a local instead of an instance variableJack Nagel
2015-01-22Remove unnecessary early returnJack Nagel
2015-01-22Hide "Patching" message when there aren't any patchesJack Nagel
2015-01-22Use formula patches accessorJack Nagel
2015-01-20Expose bottle details on the formula objectJack Nagel
2015-01-12Omit post-install warning unless formula defines itJack Nagel
2015-01-09formula: set HOME to testpath in tests.Mike McQuaid
2015-01-04Include selected spec in Formula#inspectJack Nagel
2015-01-04Make active_spec protectedJack Nagel
2015-01-04Doc most DSL methods as write-onlyJack Nagel
2015-01-04Fix markupJack Nagel