| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-22 | Simplify conditions for superenv activation | Jack Nagel | |
| `MacOS::Xcode.without_clt? && MacOS.sdk_path.nil?` should never be true. In its earliest form, this would raise a bare RuntimeError in an effort to have the bug reported. Later, it was changed to silently disable superenv. But we don't want to do that. If there's a bug, or the user's system is misconfigured, we want to know, so that we can fix the bug, or the user can fix their system. So let's remove the condition. | |||
| 2014-04-21 | The argument to MacOS.locate is always a string | Jack Nagel | |
| 2014-04-21 | rewrite TeX requirement message | Mario Mueller | |
| Closes Homebrew/homebrew#28588. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-21 | Only check Xcode prefix when non-nil | Jack Nagel | |
| 2014-04-21 | Remove comments that no longer reflect any adjacent code | Jack Nagel | |
| 2014-04-21 | Don't test jruby deps since it makes the tests slow | Jack Nagel | |
| 2014-04-21 | Adjust installer for updated link error handling | Jack Nagel | |
| 2014-04-21 | Adjust link command for updated error handling | Jack Nagel | |
| 2014-04-21 | Raise AlreadyLinkedError when a keg is already linked | Jack Nagel | |
| 2014-04-21 | Only unlink after a LinkError | Jack Nagel | |
| 2014-04-21 | Raise useful errors from make_relative_symlink | Jack Nagel | |
| 2014-04-21 | Rework make_relative_symlink error handling and move it into keg | Jack Nagel | |
| 2014-04-21 | Fix keg version in Formula#to_hash | Finn Smith | |
| Closes Homebrew/homebrew#28550. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-04-20 | Remove obsolete DEVELOPER_DIR hacks | Jack Nagel | |
| These days Homebrew refuses to do anything if the xcode-select path is busted, so this workaround is unnecessary. | |||
| 2014-04-19 | Add another comment | Jack Nagel | |
| 2014-04-19 | Elaborate on why we should remove this code | Jack Nagel | |
| 2014-04-19 | Move mydumper to the boneyard | Adam Vandenberg | |
| This software compiles against now-private APIs: https://github.com/Homebrew/homebrew/issues/24748 http://bugs.mysql.com/bug.php?id=70672 https://answers.launchpad.net/mydumper/+question/239895 Closes Homebrew/homebrew#24748. | |||
| 2014-04-19 | colormake 0.9 | Yann-R | |
| Closes Homebrew/homebrew#27345. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-18 | Handle formula URLs with query parameters. This is useful for fetching ↵ | David Turner | |
| formulas from cgit repositories, which uses ?h= to choose branches. Closes Homebrew/homebrew#28314. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-18 | search: move nginx to Homebrew organisation. | Mike McQuaid | |
| 2014-04-15 | Don't use assert_nothing_raised | Jack Nagel | |
| 2014-04-15 | Remove questionable test | Jack Nagel | |
| This is already covered in test_mach.rb. | |||
| 2014-04-15 | Update comment | Jack Nagel | |
| 2014-04-15 | Start cleaning up Xcode.version | Jack Nagel | |
| 2014-04-15 | Fix syntax error | Jack Nagel | |
| 2014-04-15 | Xcode.bad_xcode_select_path? is used only once, so inline it | Jack Nagel | |
| 2014-04-15 | Remove yet another xcode-select check | Jack Nagel | |
| 2014-04-15 | Don't call xcrun twice | Jack Nagel | |
| 2014-04-15 | Remove another unnecessary check | Jack Nagel | |
| 2014-04-15 | Remove unnecessary xcode-select check | Jack Nagel | |
| This is handled here: https://github.com/Homebrew/homebrew/blob/67fbb313da8843234c4d1785c9c074af5a025394/Library/brew.rb#L34-46 | |||
| 2014-04-15 | Document some unanswered questions in the Xcode module | Jack Nagel | |
| 2014-04-15 | Remove dead constant | Jack Nagel | |
| 2014-04-14 | Use quiet_system to silence some useless warnings | Jack Nagel | |
| 2014-04-14 | Remove overzealous exceptions | Jack Nagel | |
| 2014-04-14 | CompilerFailure: llvm can't build C++11 either | Misty De Meo | |
| 2014-04-13 | Use correct basename when updating dylib IDs | Jack Nagel | |
| 2014-04-13 | Allow access to both the linked dylibs and the dylib ID | Jack Nagel | |
| 2014-04-13 | Always return a string from dylib_id_for | Jack Nagel | |
| 2014-04-12 | CompilerFailure: don't mutate compiler hashes | Misty De Meo | |
| Fixes Homebrew/homebrew#28357. | |||
| 2014-04-12 | Formula: provide compiler failure collections | Misty De Meo | |
| `needs` allows formulae to specify dependencies on cross-compiler dependencies, allowing multiple failures to be specified in a single statement. For instance, `needs :cxx11` adds seven compiler failures. Closes Homebrew/homebrew#22912. | |||
| 2014-04-11 | audit: use .diff instead of .patch for github diffs | Adam Vandenberg | |
| 2014-04-10 | Migrate homebrew-php to Homebrew organization. | Mike McQuaid | |
| 2014-04-10 | Add tests for new bottling hooks. | Mike McQuaid | |
| Closes Homebrew/homebrew#27890. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-04-10 | Add hooks for pouring bottles. | Mike McQuaid | |
| This should give us a bit of control over what e.g. Boxen are doing whilst at the same time stopping us from accidentally breaking each other's stuff every so often. I'm aware this may be somewhat controversial so I'm open to other approaches. | |||
| 2014-04-08 | unlink: prefer "symlinks" since that's how it is reported by link | Jack Nagel | |
| cf. Homebrew/homebrew#28244. | |||
| 2014-04-07 | GithubGistFormula doesn't need to know the exact signature of initialize | Jack Nagel | |
| 2014-04-07 | Restore recursive tap search | Jack Nagel | |
| Fixes Homebrew/homebrew#28234. | |||
| 2014-04-07 | Restore documented behavior of `brew uses foo bar` | Jack Nagel | |
| `brew uses foo bar` is supposed to return the intersection of formulae that use foo and bar. However, this was broken by changes made to support requirements that can coerce to regular dependencies. | |||
| 2014-04-07 | uses: only check ARGV for recursive flag once | Jack Nagel | |
| 2014-04-07 | doctor: fix typo | Jack Nagel | |
| Fixes Homebrew/homebrew#28221. | |||
