aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-07-18remove unnecessary build options manipulation for test and postinstallXu Cheng
2016-07-16Update and test eligible_kegs_for_cleanupVlad Shablinsky
2016-07-16Unify Version.create usageVlad Shablinsky
2016-07-16Use HeadVersion for install/reinstallVlad Shablinsky
2016-07-15respect user's curlrc file (#516)Xu Cheng
2016-07-02formula: simplify migration_needed?Vlad Shablinsky
2016-06-29formula: simplify outdated_versions logicVlad Shablinsky
2016-06-12Add "build_dependencies" key to JSON output (#340)Elliot Saba
2016-05-22Remove LLVM-GCC support. (#252)Mike McQuaid
2016-05-18Revert "Switch to bbatsov's Style Guide since GitHub's is 404" (#250)Mike McQuaid
2016-05-13formula: deprecate startup_plist.Mike McQuaid
2016-05-08Fix more bad dump_verbose_config referencesMartin Afanasjew
2016-05-08Make bottle code cross-platform.Mike McQuaid
2016-05-06brew install: make -s apply only to given formula, not deps (#205)Andrew Janke
2016-05-03Switch to bbatsov's Style Guide since GitHub's is 404 (#189)Andrew Janke
2016-05-02Update Homebrew/homebrew references in commentsMartin Afanasjew
2016-04-22stage: fix block signature back-compatibility under Ruby 1.8.7Andrew Janke
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2016-04-05Formula#path: update docXu Cheng
2016-04-03Update documentation after repository split.Mike McQuaid
2016-04-02various: Homebrew/core is the core tapXu Cheng
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
2016-02-26formula: sort outdated versions naturally.Usman Akeju
2016-02-26various: use Tap abstractionXu Cheng
2016-02-18formula: add new pour_bottle DSL with reason.Mike McQuaid
2016-02-06make HOMEBREW_BREW_FILE a Pathname objectXu Cheng
2016-01-27allow PYTHONPATH to override Homebrew site-packagesTim D. Smith
2016-01-18Permit cleanup to remove outdated keg-only formulaeMisty De Meo
2016-01-18formula: output recommended/optional deps in JSON.John Zeringue
2016-01-15build: store source modified time in tabfileXu Cheng
2016-01-12Fix built_as_bottle in Formula's to_hashilovezfs
2016-01-05Revert "formula: pass sdk_path in std_cmake_args"Dominyk Tiller
2016-01-04formula: fix undefined method errorMateusz Lenik
2016-01-04cleanup: move code away from cmd/Baptiste Fontaine
2015-12-29formula: pass sdk_path in std_cmake_argsDominyk Tiller
2015-12-26Revert "minor perf improvements"Baptiste Fontaine
2015-12-26minor perf improvementsBaptiste Fontaine
2015-12-26Add -DNDEBUG to std_cmake_argsAlex Wang
2015-12-19move CoreFormulaRepository into separate fileXu Cheng
2015-12-09Formula#tap: returns tap objectXu Cheng
2015-12-09Formula: use CoreFormulaRepository, avoid duplicated logicXu Cheng
2015-12-07Overhaul, simplify and cleanup documentation.Mike McQuaid
2015-12-03centralize the logic of handling `homebrew-` in Tap.fetchXu Cheng
2015-11-29formula: use installed_prefixes/installed_kegsXu Cheng
2015-11-29add Formula#installed_prefixes and Formula#installed_kegsXu Cheng
2015-11-27formula: fix reference to self.Mike McQuaid
2015-11-27formula: add missing require.Andrew Thorburn
2015-11-27formula: refactor outdated handling, add to hash.Mike McQuaid
2015-11-17Common build environment methods moved in build_environment.rbBaptiste Fontaine