| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-02 | Normalize magic encoding comments | Jack Nagel | |
| 2013-03-02 | A more helpful error message for `brew untap` | Peter Aronoff | |
| `brew untap` without arguments currently errors out (as it should), but the error message is generic and unhelpful. (The error message is borrowed from a method in the tap command - `tap_args`.) Closes Homebrew/homebrew#18186. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-02 | cleanup: don't remove old incomplete files twice. | Mike McQuaid | |
| 2013-03-01 | Add environment variable to build bottles. | Mike McQuaid | |
| 2013-03-01 | Support 32-bit 10.6 bottles. | Mike McQuaid | |
| Closes Homebrew/homebrew#17735. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Add non-/usr/local bottles support. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Add custom bottle URL support. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Build from source on bottle pour failure. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-03-01 | Cleanup bottle DSL. | Mike McQuaid | |
| * Remove legacy url syntax. * Use revision instead of version. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-02-28 | Exclude all located superenv paths. | Mike McQuaid | |
| The previous fix only looked at the current Homebrew but we should discard hits from other installations of Homebrew too. | |||
| 2013-02-25 | BuildEnvironment: use separate sets for procs and symbols | Jack Nagel | |
| 2013-02-25 | doctor: Update Mono pkg-config warning | Misty De Meo | |
| 2013-02-24 | Revert "Shouldn't override def patch" | Adam Vandenberg | |
| This reverts commit 6963a356510256762e425b5dbe2ee8c9ee0ace68. | |||
| 2013-02-23 | brew create: use test DSL | Mike McQuaid | |
| 2013-02-22 | Shouldn't override def patch | Adam Vandenberg | |
| 2013-02-21 | Formula: fix class-level version accessor | Jack Nagel | |
| When given no arguments, this should return the stable version, but it hasn't since we stopped setting this direction in the class's @version variable. | |||
| 2013-02-21 | audit: don't complain about versioned automake depending on autoconf | Jack Nagel | |
| 2013-02-21 | brew: use a shell wrapper script for brew | Mike McQuaid | |
| This reverts commit dfd4dd12a41e1697ee9d5feac12cc1ea7c3a590e. Fixes the problems from Homebrew/homebrew#17683 and Homebrew/homebrew#17685. | |||
| 2013-02-21 | brew: move to Library/brew.rb | Mike McQuaid | |
| This reverts commit ac156b36d00ead5f225389f0a1d8069d0c1cce4a. | |||
| 2013-02-21 | Only fails_with compiler version for developers. | Mike McQuaid | |
| Actually works properly now. This reverts commit a0e56345ea55f7ee3c41d6bf13f9cfb3af635323. | |||
| 2013-02-20 | Revert "Only fails_with compiler version for developers." | Mike McQuaid | |
| This reverts commit c98d50495275ff4951dd126bb88a55e568b64092. | |||
| 2013-02-19 | This file has embedded UTF-8 | Jack Nagel | |
| 2013-02-19 | Fix X11 proxy constant lookup under 1.9+ | Jack Nagel | |
| 2013-02-18 | brew-mirror-check: fix error handling | Jack Nagel | |
| 2013-02-18 | Only fails_with compiler version for developers. | Mike McQuaid | |
| Closes Homebrew/homebrew#17618. Closes Homebrew/homebrew#17813. | |||
| 2013-02-18 | Contributions: fix soft link that not refer current file. | mbcoguno | |
| a6324cb forget fix soft link in ENV folder, it cause superenv use Apple provided git and svn. Closes Homebrew/homebrew#17927. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-02-18 | Silence warning about unescaped square brackets | Jack Nagel | |
| 2013-02-18 | Don't shadow outer local variables | Jack Nagel | |
| 2013-02-18 | Remove unused variables | Jack Nagel | |
| 2013-02-18 | Don't use deprecated form of attr | Jack Nagel | |
| The form "attr :name, true" is deprecated and causes Ruby to emit a warning in verbose mode. Using attr_{reader,writer,accessor} is more clear anyway, so do so. | |||
| 2013-02-18 | Silence "`*` interpreted as argument prefix" warnings | Jack Nagel | |
| 2013-02-18 | Rename Library/Contributions/cmds -> cmd. | Mike McQuaid | |
| 2013-02-18 | brew-create: don't insert autodetected versions. | Mike McQuaid | |
| 2013-02-18 | brew-doctor: fix autocrlf warning (again). | Mike McQuaid | |
| Closes Homebrew/homebrew#17843. | |||
| 2013-02-18 | Add 'brew reinstall' command. | Mike McQuaid | |
| 2013-02-18 | brew-update: show upgrade command on formula parameters. | Mike McQuaid | |
| Closes Homebrew/homebrew#17814. | |||
| 2013-02-17 | Don't shadow outer local variable | Jack Nagel | |
| 2013-02-17 | GitDownloadStrategy: force checkouts | Jack Nagel | |
| Local changes to the cached repository should not cause fetch or install to error out. | |||
| 2013-02-17 | GitDownloadStrategy: reset after checkout during updates | Jack Nagel | |
| Otherwise, if the local branch is behind the remote branch, or has diverged, we will stage the wrong revision. | |||
| 2013-02-17 | GitDownloadStrategy: factor out checkout args | Jack Nagel | |
| 2013-02-17 | GitDownloadStrategy: generalize has_tag? to has_ref? | Jack Nagel | |
| 2013-02-16 | info: open history pages for all specified formulae | Jack Nagel | |
| Closes Homebrew/homebrew#17852. | |||
| 2013-02-16 | Fix serialization of used_options | Jack Nagel | |
| 2013-02-16 | Fix option flag naming for tap deps | Jack Nagel | |
| Fixes Homebrew/homebrew#17866. | |||
| 2013-02-15 | Add test for String#get_make_var | Jack Nagel | |
| 2013-02-15 | Remove redundant return | Jack Nagel | |
| 2013-02-15 | Make this more idiomatic | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: default to remote HEAD during checkout | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: quiet reset in non-verbose mode | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: only fetch from remote when necessary | Jack Nagel | |
| When we are building from a tag, and that tag is already present in the cached repository, we don't to hit the network; everything we need already exists. | |||
