| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #25511. Closes #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 #25605 | |||
| 2013-12-30 | Add python27 dependency | Misty De Meo | |
| Fixes #25561. Fixes #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 #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 | superenv: don't accidentally filter out HOMEBREW_TEMP | Jack Nagel | |
| Fixes #25471. | |||
| 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 | |
| 2013-12-21 | prune: remove unnecessary .sort | Jack Nagel | |
| 2013-12-19 | Note when --only-dependencies is a no-op | Jack Nagel | |
| 2013-12-19 | install: add --only-dependencies option | Steven Peters | |
| The traditional approach to installing the dependencies of a formula is the following: brew install `brew deps formula` This approach ignores any options that are specified in the parent formula. This pull request adds a --only-dependencies option to brew install that installs the dependencies of a formula with optional flags, but returns before installing the parent formula. Closes #25272. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-17 | Move comparepdf to boneyard | Adam Vandenberg | |
| Upstream is no longer maintaining this software, and it does not build with Xcode 5. Closes #24911. | |||
| 2013-12-17 | bottle: extract method for enumerating files that match a string | Jack Nagel | |
| This brings a (small) performance improvement as we yield the files as they are output by fgrep rather than waiting until fgrep is done to do any work. | |||
| 2013-12-17 | versions: improve performance of rev_list | Jack Nagel | |
| 2013-12-17 | doctor: don't complain about unmigrated remote. | Mike McQuaid | |
| 2013-12-17 | doctor: fix autocrlf set command. | Mike McQuaid | |
| Fixes #25282. | |||
| 2013-12-17 | doctor: add instructions for remote migration. | Mike McQuaid | |
| 2013-12-16 | add nlopt to migration | Adam Vandenberg | |
| 2013-12-15 | options: show --HEAD and --devel when appropriate | Adam Vandenberg | |
| Closes #24680. | |||
| 2013-12-15 | doctor: don't let gitconfig break dirty-tree check | Chris Kampmeier | |
| `brew doctor` always complains about uncommitted modifications to Homebrew when you have status.branch=true in your git config, because the implicit --branch makes `git status -s` always print branch/tracking info. The --porcelain mode is similar to -s/--short, but ignores most of the user's config and should remain stable. The --untracked-files option ensures we'll see untracked files even for users with status.showUntrackedFiles=no, which is not suppressed by --porcelain for some reason. Closes #25230. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-14 | CLT.version: check 10.9 CLT first | Misty De Meo | |
| 10.9 users might have older CLT receipts sitting around, which could result in bad pkgutil results. For example, before changing this, my `brew --config` was printing '1.0' (the 10.7 version) instead of '5.0.1.0.1.1382131676', the actual CLT I had installed. | |||
| 2013-12-14 | doctor: check for migrated origin Git remote. | Mike McQuaid | |
| Closes #25211. | |||
| 2013-12-14 | update: rewrite origin to point to Homebrew org. | Mike McQuaid | |
| 2013-12-14 | tap: change core formula tap naming. | Mike McQuaid | |
| 2013-12-14 | bottle: remove unused require | Jack Nagel | |
| 2013-12-14 | bottle: avoid keeping entire `strings` output in memory | Jack Nagel | |
| 2013-12-14 | Update string references to mxcl/homebrew. | Mike McQuaid | |
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-12-14 | Add HOMEBREW_TEMP to testing environment | Jack Nagel | |
| 2013-12-14 | Remove unnecessary captures in otool regexp | Jack Nagel | |
| 2013-12-14 | Unify install name parsing | Jack Nagel | |
| 2013-12-14 | keg: use start_with? instead of regexp match | Jack Nagel | |
