| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-27 | Include more features in Hardware::CPU.features | Jack Nagel | |
| 2015-02-27 | Make sysctl methods private rather than protected | Jack Nagel | |
| 2015-02-27 | Drop unnecessary $?.success? check | Jack Nagel | |
| 2015-02-27 | Move caching from sysctl_bool to sysctl_n | Jack Nagel | |
| 2015-02-27 | Add sysctl_n and sysctl_int methods to Mac hardware module | Jack Nagel | |
| 2015-02-27 | Remove ivars from default Hardware::CPU methods | Jack Nagel | |
| These methods are always overridden in the per-OS modules, so let's just provide sensible defaults for documentation purposes. | |||
| 2015-02-28 | java: move java_dependency into a separate file and add ↵ | Xu Cheng | |
| Language::Java.java_home_env Also update activemq to test against it Closes Homebrew/homebrew#37218. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-27 | test-bot: use canonical names for taps. | Mike McQuaid | |
| 2015-02-27 | audit: handle head/devel-only correctly. | Mike McQuaid | |
| 2015-02-27 | test-bot: cleanup old PR locks. | Mike McQuaid | |
| This is a problem on older versions of Git (such as on the Mountain Lion bot). | |||
| 2015-02-26 | exceptions: instruct not to file boneyard issues. | Mike McQuaid | |
| 2015-02-26 | bottle: fixup keg_contains method. | Mike McQuaid | |
| 2015-02-26 | Remove SourceForge references. | Mike McQuaid | |
| It was fun but we just love Bintray more than you. Closes Homebrew/homebrew#37211. Closes Homebrew/homebrew#37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-25 | pathname: skip directory in env_script_all_files | Xu Cheng | |
| Closes Homebrew/homebrew#37180. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | audit: suggest setting JAVA_HOME by `depends_on :java` | Xu Cheng | |
| Closes Homebrew/homebrew#37174. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | JavaDependency: stop appending trailing + | Xu Cheng | |
| Closes Homebrew/homebrew#37175. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | search: fix --fedora URL. | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-24 | pull: don't try to tap formulae. | Mike McQuaid | |
| Unneeded now we're using canonical names. | |||
| 2015-02-24 | Move adobe-air-sdk to homebrew/binary | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37104. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-24 | fix audit | Xu Cheng | |
| 2015-02-24 | audit: fix FormulaText match | Xu Cheng | |
| It's used in `audit_text` Closes Homebrew/homebrew#37139. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-24 | formula_cellar_checks: ignore berkeley-db headers. | Mike McQuaid | |
| 2015-02-24 | typos fixed & empty lines removed in the brew manpage | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37121. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-02-23 | Provide Hardware::CPU.feature? | Jack Nagel | |
| 2015-02-23 | Define Hardware::CPU.features on the base module | Jack Nagel | |
| 2015-02-23 | test-bot: pass tap argument to bottle --write. | Mike McQuaid | |
| 2015-02-23 | bottle: --write: use canonical name with tap arg. | Mike McQuaid | |
| 2015-02-24 | JavaDependency: add inspect | Xu Cheng | |
| Closes Homebrew/homebrew#37106. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-24 | JavaDependency: stop ignoring trailing + | Xu Cheng | |
| This is a follow up of Homebrew/homebrew#36376 | |||
| 2015-02-24 | JavaDependency: set JAVA_HOME and CFLAGS in superenv | Xu Cheng | |
| 2015-02-24 | add inspect to Requirement subclass | Xu Cheng | |
| Closes Homebrew/homebrew#37116. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-23 | test-bot: upload packages from canonical name. | Mike McQuaid | |
| 2015-02-23 | test-bot: don't blow up if formula can't be found. | Mike McQuaid | |
| 2015-02-23 | test-bot: set debug flag for CI. | Mike McQuaid | |
| 2015-02-23 | pull: only link changed tap formulae. | Mike McQuaid | |
| 2015-02-23 | pull: use link_tap_formula method. | Mike McQuaid | |
| 2015-02-23 | pull: backtrace when tap repair fails. | Mike McQuaid | |
| 2015-02-23 | pull: allow tap repair to fail. | Mike McQuaid | |
| 2015-02-22 | pull: run tap --repair when pulling tap formulae. | Mike McQuaid | |
| This should allow formulae to be found after they are pulled. Closes Homebrew/homebrew#37043. | |||
| 2015-02-22 | celt: boneyard | Dominyk Tiller | |
| Dumps Celt in the Boneyard. Has officially been merged into the Opus codec, which we already support, and has consequently ceased being updated entirely at the current website and download link. See the great big orange banner on http://www.celt-codec.org/ :) Closes Homebrew/homebrew#37051. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-21 | Switch to string keys | Jack Nagel | |
| The OpenStruct initializer accepts both symbols and strings, but any nested hashes will only allow access via string keys, so let's always construct the object with strings for consistency. | |||
| 2015-02-21 | Eliminate conditional | Jack Nagel | |
| 2015-02-21 | Set the path on "fake" install receipts | Jack Nagel | |
| 2015-02-22 | bottle: better match for formulea with `stable do` block | Xu Cheng | |
| It will only work if the indent is correct. Closes Homebrew/homebrew#37024. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-21 | bottle: revision is digits rather than string in the merge regex | Xu Cheng | |
| Closes Homebrew/homebrew#37015. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-20 | Compiler is always a string | Jack Nagel | |
| 2015-02-21 | fixtures: add ps and eps files | Xu Cheng | |
| Closes Homebrew/homebrew#37001 Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-20 | bottle: ignore go libexec path for stuff using go. | Mike McQuaid | |
| These paths cannot be removed and are just used for debug stacktraces so seem to not be harmful for us to selectively ignore. Closes Homebrew/homebrew#36894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-19 | test-bot: default tap bottles to Bintray. | Mike McQuaid | |
| 2015-02-19 | Switch bottle provider over to Bintray. | Mike McQuaid | |
