| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Print the attempted command when xcrun wrapper fails | Jack Nagel | |
| 2014-04-21 | Use File::PATH_SEPARATOR since we use it everywhere else | Jack Nagel | |
| 2014-04-21 | Fix typo | Jack Nagel | |
| 2014-04-21 | Add some comments to the cc wrapper | Jack Nagel | |
| 2014-04-21 | Only interpolate constant regexps once | 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-21 | Remove code that doesn't do anything | Jack Nagel | |
| 2014-04-21 | Add newlines between methods | Jack Nagel | |
| 2014-04-21 | Write the positive case first | Jack Nagel | |
| 2014-04-21 | Make obvious that what we care about is the presence of sdkroot | Jack Nagel | |
| 2014-04-21 | Make obvious that this is a nested conditional | Jack Nagel | |
| 2014-04-21 | Filter list before mapping it | Jack Nagel | |
| 2014-04-20 | Remove last monkeypatch | Jack Nagel | |
| 2014-04-20 | Remove nil split monkeypatch | Jack Nagel | |
| 2014-04-20 | Remove unused method | Jack Nagel | |
| 2014-04-20 | Use original value when building the flag | Jack Nagel | |
| 2014-04-20 | Remove to_flags monkeypatch | Jack Nagel | |
| 2014-04-20 | Remove "cleanpath" monkeypatch | Jack Nagel | |
| 2014-04-20 | Use File.expand_path | Jack Nagel | |
| 2014-04-20 | Delay loading Pathname until we absolutely need it | Jack Nagel | |
| 2014-04-20 | Use a multiline conditional to make this code more readable | Jack Nagel | |
| 2014-04-20 | Stop loading a bunch of monkeypatches every time xcrun is invoked | Jack Nagel | |
| 2014-04-20 | Use File.expand_path | Jack Nagel | |
| 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-15 | brew-test-bot: check CompilerSelectionError twice. | Mike McQuaid | |
| It may be that even installing a new compiler doesn't fix things so detect that case and skip the formula installation rather than erroring out. | |||
| 2014-04-14 | Do path and string manipulation in pure bash | Jack Nagel | |
| 2014-04-14 | Aliases don't have .rb extensions, so no need to remove them | Jack Nagel | |
| 2014-04-14 | Use quiet_system to silence some useless warnings | Jack Nagel | |
