| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-23 | Remove pin directory when empty | Jack Nagel | |
| 2014-06-23 | Fix file leak in lock tests | Jack Nagel | |
| 2014-06-23 | Fix directory leaks in formula prefix tests | Jack Nagel | |
| 2014-06-23 | Clear cache after patching tests | Jack Nagel | |
| 2014-06-23 | Fix test class name collision | Jack Nagel | |
| 2014-06-23 | Fix directory leak in test_cleanup | Jack Nagel | |
| 2014-06-23 | Clear cache after checksum verification tests | Jack Nagel | |
| 2014-06-23 | Fix directory leak in test_argv | Jack Nagel | |
| 2014-06-23 | Fix directory leak in test_cleaner | Jack Nagel | |
| 2014-06-23 | Clear cache after formula install tests | Jack Nagel | |
| 2014-06-23 | Fix directory leak in test_pathname_version | Jack Nagel | |
| 2014-06-23 | Explicitly create top-level directories for tests | Jack Nagel | |
| 2014-06-23 | Give the temporary test directory a prefix | Jack Nagel | |
| 2014-06-23 | Call original backtick using super | Jack Nagel | |
| 2014-06-23 | Use Dir.mktmpdir to create temp directory for tests | Jack Nagel | |
| 2014-06-23 | Pass repository path into the updater | Jack Nagel | |
| 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 #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 #30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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 | Use multiple argument form of system | Jack Nagel | |
| 2014-06-20 | Revert "formula_installer: bottle against Homebrew Python." | Mike McQuaid | |
| This reverts commit dc53c331ebb3bf752655a6e2147ea90c38a22e2f. Closes #30302. Closes #30305. | |||
| 2014-06-20 | simplify play blacklist | Adam Vandenberg | |
| 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 #27112. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks (again). | Mike McQuaid | |
| Closes #30296. | |||
| 2014-06-20 | Revert "xcode: add new package ID for Mavericks." | Mike McQuaid | |
| This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes #30299. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks. | Mike McQuaid | |
| Closes #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 #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 #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 | Stop hiding exceptions completely in `brew test` | Jack Nagel | |
