| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-22 | Remove obsolete constant | Jack Nagel | |
| Formula that use this do not load anymore. | |||
| 2014-06-22 | Use a more descriptive variable name | Jack Nagel | |
| 2014-06-22 | Use Pathname#split | Jack Nagel | |
| 2014-06-22 | Move the compiler-selecting methods to ENV/shared | Shaun Jackman | |
| Closes Homebrew/homebrew#30210. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-22 | Simplify extending Formula with Enumerable | Jack Nagel | |
| 2014-06-22 | Keep DSL related code in one place | Jack Nagel | |
| 2014-06-21 | Hardware: add new .features method | Misty De Meo | |
| This returns a list of symbols with the various CPU features supported by the active hardware. | |||
| 2014-06-21 | Simplify picking pinned version | Jack Nagel | |
| 2014-06-21 | Remove FormulaPin dependency on FileUtils | Jack Nagel | |
| 2014-06-21 | Show file contents instead of commits | Vladimír Kriška | |
| Closes Homebrew/homebrew#30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-21 | deprecate brew-which | Adam Vandenberg | |
| Closes Homebrew/homebrew#30311. | |||
| 2014-06-20 | Remove ARGV.filter_for_dependencies | Jack Nagel | |
| 2014-06-20 | Decouple spec selection from ARGV | Jack Nagel | |
| 2014-06-20 | Pass the requested spec into the formula instance | Jack Nagel | |
| 2014-06-20 | Formula equality reflects the active spec | Jack Nagel | |
| 2014-06-20 | brew-test-bot: use Dir[] for globbing | Jack Nagel | |
| 2014-06-20 | brew-test-bot: use multiple argument form of system | Jack Nagel | |
| 2014-06-20 | Use multiple argument form of system | Jack Nagel | |
| 2014-06-20 | Revert "Removew brew-which" | Misty De Meo | |
| This reverts commit c0a32c81eb1b176448cd41866f2d22427c729522. Will add a deprecation notice and remove at a later point in time. | |||
| 2014-06-20 | Revert "formula_installer: bottle against Homebrew Python." | Mike McQuaid | |
| This reverts commit dc53c331ebb3bf752655a6e2147ea90c38a22e2f. Closes Homebrew/homebrew#30302. Closes Homebrew/homebrew#30305. | |||
| 2014-06-20 | simplify play blacklist | Adam Vandenberg | |
| 2014-06-20 | Removew brew-which | Adam Vandenberg | |
| This functionality is better handled by brew list --versions and other official commands. | |||
| 2014-06-20 | formula_installer: bottle against Homebrew Python. | Mike McQuaid | |
| When Python is required or recommended then always bottle against the Homebrew provided Python rather than the system one. This will allow bottling of packages that have a hard dependency on Python bindings (which can’t be shared between system and Homebrew Pythons). Closes Homebrew/homebrew#27112. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks (again). | Mike McQuaid | |
| Closes Homebrew/homebrew#30296. | |||
| 2014-06-20 | Revert "xcode: add new package ID for Mavericks." | Mike McQuaid | |
| This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes Homebrew/homebrew#30299. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks. | Mike McQuaid | |
| Closes Homebrew/homebrew#30296. | |||
| 2014-06-20 | doctor: add caveats to avoid scaring people. | Mike McQuaid | |
| Sporadically people ask to whitelist doctor warnings or file issues when there's nothing actually wrong. Help reassure such people with a friendly message. Closes Homebrew/homebrew#30230. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-19 | Remove play, replaced by typesafe-activator | Michael Vetter | |
| In Play 2.3 the play command has become the activator command. Play has been updated to use Activator. People should use typesafe-activator formula instead. You can read more about this change at: http://www.playframework.com/documentation/2.3.x/Migration23 and http://www.playframework.com/documentation/2.3.x/Highlights23 Closes Homebrew/homebrew#30262. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-19 | Remove obsolete doctor check | Jack Nagel | |
| Both build environments remove MACOSX_DEPLOYMENT_TARGET by default. | |||
| 2014-06-19 | Remove unnecessary string evals from doctor | Jack Nagel | |
| 2014-06-19 | Use .each, not .all? to enumerate formulae | Jack Nagel | |
| 2014-06-19 | Fix typo | Jack Nagel | |
| 2014-06-19 | Remove more unused requires | Jack Nagel | |
| 2014-06-19 | Remove unused require | Jack Nagel | |
| 2014-06-19 | Pull requires out of methods | Jack Nagel | |
| 2014-06-19 | Use rack accessor instead of building pathname manually | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-18 | brew-test-bot: don't pass formula name to fetch twice | Jack Nagel | |
| 2014-06-18 | Stop hiding exceptions completely in `brew test` | Jack Nagel | |
| 2014-06-18 | Fix `brew test` when conflicting minitest gems are installed | Jack Nagel | |
| 2014-06-18 | Combine Homebrew module declarations in testing_env | Jack Nagel | |
| 2014-06-18 | Make sure compatible gem versions are installed | Jack Nagel | |
| 2014-06-18 | Use assert_silent | Jack Nagel | |
| 2014-06-18 | Use assert_includes | Jack Nagel | |
| 2014-06-18 | Use assert_predicate | Jack Nagel | |
| 2014-06-18 | Switch to Minitest | Jack Nagel | |
| 2014-06-18 | Move test helpers into Homebrew::TestCase | Jack Nagel | |
| 2014-06-18 | Use a custom test class so we can avoid monkeypatching | Jack Nagel | |
| 2014-06-18 | bottle: cd to the repository before committing | Jack Nagel | |
