| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-23 | Migrate apple-gcc42 back to homebrew/versions. | Mike McQuaid | |
| Closes Homebrew/homebrew#28418. | |||
| 2014-04-23 | Use gcc instead of apple-gcc42 when needed. | Mike McQuaid | |
| 2014-04-23 | LICENSE: move to root folder. | Mike McQuaid | |
| This is where people expect to find it so let's make it easier. Closes Homebrew/homebrew#28418. | |||
| 2014-04-23 | Support core GCC formula as a GCC compiler. | Mike McQuaid | |
| It is activated by the same mechanism as the Homebrew/versions compilers which now check if the GCC formula uses the same, correct version. References Homebrew/homebrew#28418. | |||
| 2014-04-23 | shared: don't warn about non-Apple compilers now. | Mike McQuaid | |
| 2014-04-23 | formula: move cxxstdlib methods to the class. | Mike McQuaid | |
| This allows disabling this checks when e.g. pouring bottles. | |||
| 2014-04-22 | Only directories are candidates for superenv bin | Jack Nagel | |
| 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 | 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 | |
