| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-09 | pull: fix --bottle to no longer use mxcl. | Mike McQuaid | |
| 2014-01-09 | search: handle tap not found and suggest update. | Mike McQuaid | |
| Closes Homebrew/homebrew#25706. Closes Homebrew/homebrew#25682. | |||
| 2014-01-08 | Revert "detect_cxx_stdlibs: ignore executables." | Mike McQuaid | |
| This reverts commit 1cd636d368c66d1346adc1c38633c8f204c759f4. | |||
| 2014-01-07 | brew-test-bot: output files removed from cache. | Mike McQuaid | |
| 2014-01-07 | brew-test-bot: nuke cache on cleanup. | Mike McQuaid | |
| 2014-01-07 | create: fix typos | Christian Moritz | |
| Closes Homebrew/homebrew#25709. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-01-07 | detect_cxx_stdlibs: ignore executables. | Mike McQuaid | |
| 2014-01-07 | create: always use double quotes. | Mike McQuaid | |
| 2014-01-04 | bottle: improve "not installed" message. | Mike McQuaid | |
| Fixes Homebrew/homebrew#25546. | |||
| 2014-01-04 | caveats: show python caveats if modules installed. | Mike McQuaid | |
| 2014-01-04 | Pathname: add methods to write env scripts. | Mike McQuaid | |
| 2014-01-04 | ENV: add method to prepend and create a PATH. | Mike McQuaid | |
| 2014-01-04 | formula: fix whitespace. | Mike McQuaid | |
| 2014-01-04 | stdenv tests: add gcc-4.0 test | Misty De Meo | |
| 2014-01-04 | ENV.gcc: remove raise | Misty De Meo | |
| This raise happened in no other ENV methods, and isn't really necessary since fails_with guards against this method actually being called unless gcc-4.2 is actually installed. | |||
| 2014-01-04 | Recommit ENV changes | Misty De Meo | |
| 2014-01-04 | Revert "stdenv: fix self.cc check" | Mike McQuaid | |
| This reverts commit 0e1d52c0d3945ae0ac69383c7734e425b7fbf8f1. | |||
| 2014-01-04 | Revert "default_cc: locate already returns Pathnames" | Mike McQuaid | |
| This reverts commit 8ec6123d439e8f4d3586bbca6a426b726bd5e9dd. | |||
| 2014-01-04 | Revert "default_compiler: recognize gcc-4.0" | Mike McQuaid | |
| This reverts commit bedcbb806bb8a991a1317b4ccde8d16b6974cc46. | |||
| 2014-01-04 | Revert "stdenv: set correct compiler symbol for gcc 4.0" | Mike McQuaid | |
| This reverts commit f4dc5614953b3b90acc28c83262d56587b0616b1. | |||
| 2014-01-03 | stdenv: set correct compiler symbol for gcc 4.0 | Misty De Meo | |
| 2014-01-03 | default_compiler: recognize gcc-4.0 | Misty De Meo | |
| 2014-01-03 | default_cc: locate already returns Pathnames | Misty De Meo | |
| 2014-01-03 | stdenv: fix self.cc check | Misty De Meo | |
| Since ENV.cc/cxx are accessors to ENV, any values being passed through are coerced into strings, which means that a nil `ENV.cc` is actually an empty string - which isn't considered to be false in Ruby. Fixes mistydemeo/tigerbrew#161. Fixes mistydemeo/tigerbrew#135. | |||
| 2014-01-03 | exceptions: remove unused AlreadyTappedError. | Mike McQuaid | |
| 2014-01-03 | install, update: AlreadyTappedError never raised. | Mike McQuaid | |
| 2014-01-03 | tap: never throw AlreadyTappedError. | Mike McQuaid | |
| Just make it a warning instead. Closes Homebrew/homebrew#25511. Closes Homebrew/homebrew#25617. | |||
| 2014-01-03 | dependency: don't try and expand yourself. | Mike McQuaid | |
| This can happen on e.g. fossil where the dependency HEAD requires having an install of fossil in order to check it out. Bit of a silly edge case but this handles it. Fixes Homebrew/homebrew#25605 | |||
| 2013-12-30 | Add python27 dependency | Misty De Meo | |
| Fixes Homebrew/homebrew#25561. Fixes Homebrew/homebrew#25410. | |||
| 2013-12-28 | Fix Homebrew/python case. | Mike McQuaid | |
| 2013-12-28 | homebrew-python has moved to Homebrew org. | Mike McQuaid | |
| 2013-12-27 | Replace template’s `j1` with `deparallelize` | Josh Tilles | |
| Solely because I think `ENV.deparallelize` is *way* clearer than `ENV.j1`, at least to the uninitiated. Also, updating the template will reduce the number of `ENV.j1`s that persist because the Homebrew maintainers want clean histories of formulae. Ideally, this change should prevent any more cases from being introduced! Closes Homebrew/homebrew#25431. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-27 | bottle: fix updating formulae with sha256 checksums | Jack Nagel | |
| 2013-12-27 | bottle: use formula path accessor | Jack Nagel | |
| 2013-12-27 | Don't send, just call the method directly | Jack Nagel | |
| 2013-12-27 | Drop unnecessary Pathname creation | Jack Nagel | |
| 2013-12-27 | Apply the same filtering to -I paths as -L paths | Jack Nagel | |
| 2013-12-27 | superenv: don't accidentally filter out HOMEBREW_TEMP | Jack Nagel | |
| Fixes Homebrew/homebrew#25471. | |||
| 2013-12-27 | Escape prefix when interpolating into regexp | Jack Nagel | |
| 2013-12-23 | brew-test-bot: check requirements default_formulae | Christian Moritz | |
| With this brew-test-bot doesn't skip builds, if a requirement isn't satisfied but a default_formula is specified. This default_formula is already in dependencies, because of brew deps. Closes Homebrew/homebrew#25398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-22 | cleaner: use ObserverPathnameExtension | Jack Nagel | |
| 2013-12-22 | cleaner: reorganize clean_dir to avoid repeated conditional | Jack Nagel | |
| 2013-12-22 | Drop unnecessary string conversion in skip_clean | Jack Nagel | |
| 2013-12-22 | cleaner: add more tests for current behavior | Jack Nagel | |
| 2013-12-21 | cleaner: clean up broken and orphaned symlinks | Jack Nagel | |
| 2013-12-21 | cleaner: add test to demonstrate that empty prefixes are removed | Jack Nagel | |
| 2013-12-21 | cleaner: add tests to document current pruning behavior | Jack Nagel | |
| 2013-12-21 | cleaner: add tests to demonstrate some current failures | Jack Nagel | |
| 2013-12-21 | cleaner: slightly less coupling in tests | Jack Nagel | |
| 2013-12-21 | cleaner: fix permission debug output | Jack Nagel | |
