| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-15 | bottle_version: support fontforge scheme. | Mike McQuaid | |
| 2014-05-14 | cleanup: prune old build logs | Jack Nagel | |
| Closes Homebrew/homebrew#29231. | |||
| 2014-05-14 | Taps: cleanup regexps around Taps | Tsukasa OMOTO | |
| Closes Homebrew/homebrew#29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-14 | Allow disabling arch flag filtering | Jack Nagel | |
| Closes Homebrew/homebrew#17352. | |||
| 2014-05-13 | Use a case statement | Jack Nagel | |
| 2014-05-13 | Check value of compiler rather than HOMEBREW_CC | Jack Nagel | |
| 2014-05-13 | Make cc=/cxx= set HOMEBREW_CC in superenv | Jack Nagel | |
| 2014-05-13 | add brew-bundle-dir contributed command | Wil Moore III | |
| Closes Homebrew/homebrew#27258. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-13 | Remove legacy ENV accessor hack | Jack Nagel | |
| 2014-05-13 | self, not ENV | Jack Nagel | |
| 2014-05-13 | Use a case statement | Jack Nagel | |
| 2014-05-13 | Make sure the path arrays only contain strings | Jack Nagel | |
| 2014-05-13 | remove commented-out line of code | Adam Vandenberg | |
| 2014-05-13 | No need to augment path on Xcode-only 10.9 | Jack Nagel | |
| 2014-05-13 | Move method to prepare for future changes | Jack Nagel | |
| 2014-05-13 | Future-proof this conditional | Jack Nagel | |
| 2014-05-13 | download_strategy: fix Git repo updating. | Mike McQuaid | |
| Git repositories should always be updated when the ref is a branch. They should be also updated if no ref was specified or if the ref isn’t present. This stops the repo being updated if we’re building a specific revision and it is present. Additionally, this stops the update barfing on repositories where we’re using a revision and there is no upstream `master` branch. Closes Homebrew/homebrew#29218. | |||
| 2014-05-12 | inline this method | Adam Vandenberg | |
| 2014-05-12 | document FormulaConflict | Adam Vandenberg | |
| 2014-05-12 | Move mpio and msgpack-rpc to boneyard | Adam Vandenberg | |
| mpio does not compile with clang or C++11 msgpack-rcp requires mpio | |||
| 2014-05-12 | Scrub out --sysroot | Jack Nagel | |
| 2014-05-12 | Separate Xcode and CLT doctor checks by OS X version | Jack Nagel | |
| Closes Homebrew/homebrew#29206. | |||
| 2014-05-12 | Fix CLT outdated check on 10.9 | Jack Nagel | |
| Fixes Homebrew/homebrew#27420. | |||
| 2014-05-12 | Latest Xcode is 5.1.1 | Jack Nagel | |
| 2014-05-12 | There isn't a /usr/local in the SDK | Jack Nagel | |
| 2014-05-12 | Move solfege to the boneyard. | Adam Vandenberg | |
| Newer versions do not compile on OS X, and the project does not seem to be actively maintained at the moment. Closes Homebrew/homebrew#25065. | |||
| 2014-05-12 | clean up X11 conditionals | Jack Nagel | |
| 2014-05-12 | superenv: remove duplicate -multiply_definedsuppress filter | Misty De Meo | |
| This reverts commit 61d8a8e029079ca1922df735683c2b5eb6a39db1. | |||
| 2014-05-11 | Add an option "--root_url=" to bottle command. | Masaki Muranaka | |
| Closes Homebrew/homebrew#29081. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-11 | clang: add another unknown flag | Misty De Meo | |
| Fixes Homebrew/homebrew#29141. | |||
| 2014-05-10 | Fix duplicate -stdlib flags in cxxld mode | Jack Nagel | |
| When the cc wrapper is in cxxld mode, -stdlib= is added by both cxxflags and ldflags, but they are never used separately, so this results in duplicate flags. | |||
| 2014-05-10 | Move -m32 and -m64 filtering up one level | Jack Nagel | |
| These flags cannot be used behind -Xarch_<arch>, so stop filtering them there. | |||
| 2014-05-10 | Ensure HOMEBREW_ARCHFLAGS is always a string | Jack Nagel | |
| 2014-05-10 | Move shark to the boneyard | Adam Vandenberg | |
| Closes Homebrew/homebrew#28578. | |||
| 2014-05-08 | Clang doesn't support -fno-for-scope | Jack Nagel | |
| 2014-05-08 | Remove justniffer | Jack Nagel | |
| Closes Homebrew/homebrew#27021. | |||
| 2014-05-08 | Remove catdoc | Jack Nagel | |
| Closes Homebrew/homebrew#26616. | |||
| 2014-05-08 | Remove pan | Jack Nagel | |
| Closes Homebrew/homebrew#24171. | |||
| 2014-05-08 | Suggest current practice for autotools deps | Jack Nagel | |
| 2014-05-08 | Don't advertise using CLT.installed? in the DSL, it's slow | Jack Nagel | |
| 2014-05-08 | Don't advertise :clt dependency, it's a last resort | Jack Nagel | |
| 2014-05-08 | Always use stub tools in /usr/bin on 10.9 | Jack Nagel | |
| 2014-05-08 | clang does not support -fno-regmove | Adam Vandenberg | |
| 2014-05-08 | bottle: include revision in commit message. | Mike McQuaid | |
| 2014-05-08 | exceptions: fix tap issue URL. | Mike McQuaid | |
| Closes Homebrew/homebrew#29043. | |||
| 2014-05-07 | brew-pull: update for new tap structure | Misty De Meo | |
| 2014-05-07 | git-annex: 5.20140421 | Gaëtan Lehmann | |
| installing git-annex with cabal-install is quite long and requires to install some heavy packages. It also has several external lib dependencies and needs a few configuration flags to build so it is quite difficult to install too. This formula should make it easy and quick to install with a bottle. The huge number of haskell dependencies is built within the formula and statically linked to git-annex. The haskell libraries built are discarded - cabal-install should be used instead of this package in order to keep them. | |||
| 2014-05-06 | Add `brew deps --union` to man page | Jack Nagel | |
| 2014-05-06 | Add `brew deps --union` | tduehr | |
| The default behavior of `brew deps foo bar` is to return the intersection of the deps of foo and bar. This option returns the union. Closes Homebrew/homebrew#27480. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-06 | Remove nested conditional | Jack Nagel | |
