aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2016-09-20Update documentation links.Mike McQuaid
2016-09-19Save runtime dependencies in INSTALL_RECEIPT.jsonAlyssa Ross
2016-09-19Fix `brew style` from #971.Mike McQuaid
2016-09-19Merge pull request #971 from penman/follow_aliasMike McQuaid
2016-09-19Formulae aren't outdated if replacement formula installedAlyssa Ross
2016-09-18Formula#old_installed_formula?: fix some bugsAlyssa Ross
2016-09-18Make Formula#installed_alias_target_changed? clearerAlyssa Ross
2016-09-18upgrade, outdated: follow alias changesAlyssa Ross
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-18Add Formula#installed_alias_pathAlyssa Ross
2016-09-18Merge pull request #989 from MikeMcQuaid/rubocop-finalMike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-17formula: set TERM to dumb during testZhiming Wang
2016-09-15Use constants for LinkedKegs/PinnedKegs/Locks.Mike McQuaid
2016-09-09Merge pull request #863 from penman/preserve_aliasMike McQuaid
2016-09-05Formula#specified_pathAlyssa Ross
2016-09-05Formula: include Utils::ShellMisty De Meo
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
2016-09-01formula: pinned keg is not eligible for cleanupVlad Shablinsky
2016-08-31docs: fix a typo in plist_optionsRoss Penman
2016-08-26Restrict TMPDIR etc. changes to install, post_install and testZhiming Wang
2016-08-19separate build and test logsAndrew Janke
2016-08-19separate build and test logsAndrew Janke
2016-08-18Rename bottle's revision to rebuild.Mike McQuaid
2016-08-18Use epochs in tabsVlad Shablinsky
2016-08-18formula: add epochVlad Shablinsky
2016-08-06Cache outdated_versions for FormulaVlad Shablinsky
2016-08-06formula: detect outdated HEAD in outdated_versionsVlad Shablinsky
2016-08-06formula: don't return outdated head in installed_prefixVlad Shablinsky
2016-08-06formula: add new HEAD methodsVlad Shablinsky
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