| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | Only fails_with compiler version for developers. | Mike McQuaid | |
| Closes Homebrew/homebrew#17618. Closes Homebrew/homebrew#17813. | |||
| 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 | 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. | |||
| 2013-02-14 | GitDownloadStrategy: extract checkout from #stage | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: split up submodule update and checkout | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: split #fetch into several methods | Jack Nagel | |
| 2013-02-12 | doctor: make brew link more clear | Adam Vandenberg | |
| Closes Homebrew/homebrew#17805. | |||
| 2013-02-12 | Simplify this regexp | Jack Nagel | |
| 2013-02-12 | Establish a convention for Requirement names | Jack Nagel | |
| The name attribute of requirements is used when generating options for the :optional and :recommended dependency tags. Unless otherwise specified, the name attribute of a Requirement will be populated by stripping any module prefixes from the beginning and "Dependency" or "Requirement" from end of the class name and downcasing the result. Closes Homebrew/homebrew#17759. | |||
| 2013-02-11 | formula: cinch up formatting | Adam Vandenberg | |
| 2013-02-11 | Remove dead code | Jack Nagel | |
| This code only existed to support very old formula syntax, which was otherwise removed in e6b97bebd99779b52462dcd387191d804fc95b93. | |||
| 2013-02-11 | Avoid nil in URL specs | Jack Nagel | |
| 2013-02-11 | Catch JSON decoding errors in Apache download strategy | Jack Nagel | |
| c.f. Homebrew/homebrew#17772. | |||
| 2013-02-10 | Don't reinvent IndexError here | Jack Nagel | |
| 2013-02-10 | kill dead code | Jack Nagel | |
| 2013-02-10 | CurlDownloadStrategy: remove pointless type introspection | Jack Nagel | |
| 2013-02-10 | Add :libltdl dep for libtool's libltdl | Jack Nagel | |
| The :libtool dep is implicitly a build-time dep; :libltdl can be used for software that uses the ltdl library at runtime. | |||
| 2013-02-10 | Shrink DependencyCollector#parse_symbol_spec and add tests | Jack Nagel | |
| 2013-02-10 | Fix Regexp encoding under 1.9/2.0 | Jack Nagel | |
| 2013-02-10 | search homebrew-x11 | Adam Vandenberg | |
| 2013-02-10 | Show permission changes in debug mode | Adam Vandenberg | |
| 2013-02-09 | ConflictRequirement: pass argument to superclass initalizer | Jack Nagel | |
| 2013-02-09 | Extract formula locks into a class | Jack Nagel | |
