| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-24 | Rename Keg#fname to Keg#name | Jack Nagel | |
| 2014-06-24 | Use Keg#uninstall to clean up kegs | Jack Nagel | |
| 2014-06-23 | Add module for logging filesystem leaks in tests | Jack Nagel | |
| 2014-06-23 | Make the test tmpdir a constant | Jack Nagel | |
| 2014-06-23 | Keg#unlink only removes a linked keg entry *for that keg* | Jack Nagel | |
| 2014-06-23 | The linked keg entry is foremost a symlink | Jack Nagel | |
| 2014-06-23 | Initialize linked_keg_record in the Keg constructor | Jack Nagel | |
| 2014-06-23 | Remove opt link in Keg#uninstall | Jack Nagel | |
| 2014-06-23 | Use Keg#uninstall to uninstall kegs | Jack Nagel | |
| 2014-06-23 | Remove linked kegs directory when empty | Jack Nagel | |
| 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 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. | |||
