| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-21 | Inline variable | Jack Nagel | |
| 2015-06-21 | Eliminate special case for core gcc | Jack Nagel | |
| 2015-06-21 | Less code in begin/rescue block | Jack Nagel | |
| 2015-06-21 | Pass full match to warn_about_non_apple_gcc | Jack Nagel | |
| 2015-06-21 | Formula: cache methods' output to reduce io | Xu Cheng | |
| Closes Homebrew/homebrew#40855. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-20 | vobcopy: retire to boneyard | Larry Gilbert | |
| Closes Homebrew/homebrew#39854. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-06-21 | download_strategy: remove extra colon | Xu Cheng | |
| Closes Homebrew/homebrew#40920. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-20 | sudo_check: don't use a set | Baptiste Fontaine | |
| This is unnecessary here because we use it only once. The difference won't be noticeable but the check is ~5 times faster now. Closes Homebrew/homebrew#40901. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-20 | download_strategy: don't check url if already downloaded | Xu Cheng | |
| Closes Homebrew/homebrew#40859. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-19 | Remove workarounds for destructuring single-element hashes | Jack Nagel | |
| 2015-06-19 | Remove backports for Ruby 1.8.6 | Jack Nagel | |
| refs. Homebrew/linuxbrew#438, mistydemeo/tigerbrew#327, mistydemeo/tigerbrew#334 | |||
| 2015-06-19 | Move some constants from env to compiler constants | Jack Nagel | |
| 2015-06-18 | Pass formula objects, not strings, into the build environment | Jack Nagel | |
| 2015-06-18 | 'brew man': abort if a formula is given | Baptiste Fontaine | |
| Closes Homebrew/homebrew#40735. Closes Homebrew/homebrew#40736. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-18 | audit: add benchmark inject code | Xu Cheng | |
| Closes Homebrew/homebrew#40847. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-18 | tap_migrations: move some x11 to boneyard. | Mike McQuaid | |
| https://github.com/Homebrew/homebrew-boneyard/pull/53 | |||
| 2015-06-18 | Revert "audit: add benchmark inject code" | Xu Cheng | |
| This reverts commit fb23d603ded2796299ed7fc2f4ffee22870b7ea6. | |||
| 2015-06-18 | search: cache remote tap formulae | Xu Cheng | |
| Closes Homebrew/homebrew#40775. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-18 | audit: add benchmark inject code | Xu Cheng | |
| 2015-06-17 | Add opt_frameworks helper | Jack Nagel | |
| 2015-06-17 | Run tests for both build environments | Jack Nagel | |
| 2015-06-17 | gtkglarea and qiv: migrating to homebrew/boneyard | Tom Schoonjans | |
| victims of the transitioning to gtk-quartz-only: Homebrew/homebrew#39868 a PR has been opened in the boneyard: Homebrew/homebrew-boneyard#54 Closes Homebrew/homebrew#40792. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-06-17 | search --desc: cache the query regexp | Baptiste Fontaine | |
| Closes Homebrew/homebrew#40795. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-06-16 | Move 10.11 warning to doctor, pre-install, and post-failure | Jack Nagel | |
| Fixes Homebrew/homebrew#40778. | |||
| 2015-06-16 | Add explicit branch for 10.11 in Xcode version list | Jack Nagel | |
| 2015-06-16 | "Mac OS X" -> "OS X" in copy | Jack Nagel | |
| 2015-06-17 | tap_migrations: remove gupnp-tools | Dominyk Tiller | |
| This formula was moved back to the core in Homebrew/homebrew#40483 | |||
| 2015-06-16 | doctor: fix __check_linked_brew | Xu Cheng | |
| This fixes the case when multiple versions of a formula are installed. Closes Homebrew/homebrew#40777. Fixes Homebrew/homebrew#40781. Fixes Homebrew/homebrew#40797. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-06-16 | compat/requirements: unduplicate JavaRequirement. | Mike McQuaid | |
| 2015-06-16 | doctor: use Formula.installed directly | Xu Cheng | |
| Before ``` brew doctor 9.83s user 0.52s system 76% cpu 13.563 total ``` After ``` brew doctor 0.25s user 0.16s system 9% cpu 4.332 total ``` Closes Homebrew/homebrew#40770. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-16 | Rename requirements named *Dependency. | Mike McQuaid | |
| Dependency is another similar, related class and it's super confusing to have some Requirements that are named *Dependency. Closes Homebrew/homebrew#38891. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-15 | Decouple the local bottle strategy from the formula | Jack Nagel | |
| 2015-06-15 | Make CurlUnsafeDownloadStrategy a no-op | Jack Nagel | |
| 2015-06-15 | Make UnsafeSubversionDownloadStrategy a no-op | Jack Nagel | |
| 2015-06-15 | Call expand_path on the value of HOMEBREW_CACHE | Jack Nagel | |
| Fixes Homebrew/homebrew#40752. | |||
| 2015-06-15 | Add pkgconfig files for 10.11 | Jack Nagel | |
| Fixes Homebrew/homebrew#40656. | |||
| 2015-06-15 | Remove reference to "open" command | Jack Nagel | |
| Closes Homebrew/homebrew#40706. | |||
| 2015-06-15 | kumofs: retire to boneyard | Larry Gilbert | |
| It has serious build issues, no dependents, and no updates upstream since December 2010. Closes Homebrew/homebrew#40756. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-15 | Formula: always print keg_only_text | Misty De Meo | |
| Fixes Homebrew/homebrew#40724. Closes Homebrew/homebrew#40725. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2015-06-15 | audit: fix for no compat mode | Xu Cheng | |
| Closes Homebrew/homebrew#40731. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-15 | cleanup: rescue TapFormulaAmbiguityError caused by Dependency#to_formula | Xu Cheng | |
| Closes Homebrew/homebrew#40682. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-15 | uses: rescue TapFormulaAmbiguityError caused by Dependency#to_formula | Xu Cheng | |
| Fixes Homebrew/homebrew#40636. | |||
| 2015-06-14 | Only look for libraries in lib if it exists | Jack Nagel | |
| Fixes Homebrew/homebrew#40630. | |||
| 2015-06-14 | audit: enforce http for gnu ftpmirror | Dominyk Tiller | |
| 2015-06-14 | brew: warn about 10.11 unsupported | Dominyk Tiller | |
| Issue a warning about Homebrew's very basic support for 10.11 at this point in time on each run of `brew`. Closes Homebrew/homebrew#40536. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-06-14 | os: initial El Capitan support | Dominyk Tiller | |
| 2015-06-14 | man: fix typo | Dominyk Tiller | |
| Re: https://github.com/Homebrew/homebrew/commit/ad92f10ec35dcdbdd3424f663ffc7ff53287f714#commitcomment-11670008 | |||
| 2015-06-14 | remove incorrect tag for Tap document | Xu Cheng | |
| 2015-06-14 | Update tap documentation. | Peter Aronoff | |
| Closes Homebrew/homebrew#40481. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-14 | document Tap class | Xu Cheng | |
| Closes Homebrew/homebrew#40608. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
