| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-14 | Reverse conditional | Jack Nagel | |
| 2013-08-14 | Collapse to one-liner | Jack Nagel | |
| 2013-08-14 | No need to map, all? takes a block | Jack Nagel | |
| 2013-08-14 | Add missing false | Jack Nagel | |
| 2013-08-14 | Remove stray space | Jack Nagel | |
| 2013-08-13 | pathname: remove unused return values | Adam Vandenberg | |
| Return value was used only by one test, rewrote test to know expected value. | |||
| 2013-08-13 | Remove outdated comment | Jack Nagel | |
| 2013-08-13 | Avoid reading whole files into memory during decompression | Jack Nagel | |
| 2013-08-13 | Improve checksum perf by providing an output buffer | Jack Nagel | |
| 2013-08-10 | Doctor: missed CLT URL replacement | Misty De Meo | |
| 2013-08-10 | Update URL for CLT download | Misty De Meo | |
| http://connect.apple.com is still down, but https://developer.apple.com/downloads has all of the Apple developer downloads available. Fixes Homebrew/homebrew#21812. | |||
| 2013-08-10 | Check that the cellar exists in Formula.installed | Jack Nagel | |
| Fixes Homebrew/homebrew#21741. | |||
| 2013-08-10 | Make usage of ObserverPathnameExtension more obvious | Jack Nagel | |
| Remove use of globals. Closes Homebrew/homebrew#21795. | |||
| 2013-08-10 | Allow specifying a custom PATH for which method | Jack Nagel | |
| Closes Homebrew/homebrew#21794. | |||
| 2013-08-09 | Always prune empty toplevel directories when unlinking | Jack Nagel | |
| Closes Homebrew/homebrew#21750. | |||
| 2013-08-09 | Keep track of pruned parent directories | Jack Nagel | |
| 2013-08-09 | Add tests to demonstrate failure to prune empty directories | Jack Nagel | |
| 2013-08-09 | Remove hardcoded paths in keg tests | Jack Nagel | |
| 2013-08-09 | Remove keg test dependency on formula | Jack Nagel | |
| 2013-08-09 | Move MacOS.xcode43_without_clt? into Xcode module | Jack Nagel | |
| 2013-08-09 | Add fedora to brew search | Adam Vandenberg | |
| 2013-08-08 | alphabetize list | Adam Vandenberg | |
| 2013-08-08 | Add SourceForge hg pattern | Adam Vandenberg | |
| 2013-08-08 | cleaner: traverse directories in postorder | Jack Nagel | |
| 2013-08-08 | exception style | Adam Vandenberg | |
| 2013-08-08 | Don't hard-code PYTHONPATH for `brew test` | Samuel John | |
| This rules out any possibility to test Python 3.x software as the PYTHONPATH is used by any Python and `brew test pyqt --with-python3` fails because it picks up the `pyqt` module fomr Python 2.x's site-packages. Upstream tells us not to set the PYTHONPATH and then starting another (major) python version. | |||
| 2013-08-08 | Improve docs for Formula#python (python_helper) | Samuel John | |
| 2013-08-08 | Python: Exit if PYTHONPATH is wrong | Samuel John | |
| In our sitecustomize.py we instruct python to exit with an error message if the PYTHONPATH is pointing to a wrong homebrew site-packages dir. With wrong meaning another major python version. If you set the PYTHONPATH to include $(brew --prefix)/lib/python2.7/site-packages and start python3, it may pick up modules from there, wich can result in errors for non pure python modules (such as PyQt). | |||
| 2013-08-08 | For brewed python, make sure to unset the PYTHONPATH | Samuel John | |
| during building of python software inside of a `python do … end` block. | |||
| 2013-08-08 | python_helper prepends PYTHONPATH | Samuel John | |
| …instead of appending. This should be safer against any malformed user-defined values in the PYTHONPATH. | |||
| 2013-08-06 | Use MacOS::X11 path helpers | Jack Nagel | |
| 2013-08-06 | Eliminate MacSystem module | Jack Nagel | |
| 2013-08-06 | MacSystem now just wraps MacOS | Jack Nagel | |
| 2013-08-06 | Remove more dead code | Jack Nagel | |
| 2013-08-06 | Don't use exceptions for flow-control | Jack Nagel | |
| 2013-08-06 | Raise a useful message | Jack Nagel | |
| 2013-08-06 | style | Jack Nagel | |
| 2013-08-06 | Make this logic less confusing | Jack Nagel | |
| 2013-08-06 | Remove dead code | Jack Nagel | |
| 2013-08-06 | update search bash completion | Adam Vandenberg | |
| 2013-08-06 | Enable connection timeouts when mirrors are available | Jack Nagel | |
| Closes Homebrew/homebrew#21623. | |||
| 2013-08-05 | Add opensuse package search | Adam Vandenberg | |
| 2013-08-05 | ENV: add usage note to ncurses_define | Adam Vandenberg | |
| 2013-08-05 | better debugging of failed formula loading | Camillo Lugaresi | |
| Closes Homebrew/homebrew#21680. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-08-05 | Search marcqualie/nginx | Adam Vandenberg | |
| Closes Homebrew/homebrew#21678. | |||
| 2013-08-05 | fix printing of unexpected bin/lib files | Adam Vandenberg | |
| 2013-08-05 | Add support for the :ssl3 download-strategy. | Tijs Zwinkels - TinkerTank | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-08-04 | superenv: document O CCCFG flag | Misty De Meo | |
| 2013-08-04 | bottles: update version regex messaging. | Mike McQuaid | |
| 2013-08-03 | bottle_versions: add ssh_copy_id bottle detection. | Mike McQuaid | |
