| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-29 | Add 'unload' | Adam Vandenberg | |
| 2013-06-29 | Formulary.factory always expects a string | Adam Vandenberg | |
| 2013-06-29 | Use Formula Loaders | Adam Vandenberg | |
| 2013-06-29 | Move Formula.factory into new Formulary module | Adam Vandenberg | |
| 2013-06-29 | Don't attempt to audit md5 checksums, but complain if they are used | Jack Nagel | |
| 2013-06-29 | os/linux/hardware: `uname -m` may be /i[3-6]86/ | Shaun Jackman | |
| Closes homebrew/linuxbrew#16 Closes Homebrew/homebrew#20903. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-06-29 | Add TODO to canonical_name | Adam Vandenberg | |
| 2013-06-29 | Pass strings to factory | Adam Vandenberg | |
| 2013-06-28 | Reject versions that aren't strings | Jack Nagel | |
| 2013-06-28 | Detect versions in tag specs | Jack Nagel | |
| Closes Homebrew/homebrew#18300. Closes Homebrew/homebrew#20891. | |||
| 2013-06-28 | Simplify custom version scheme handling | Jack Nagel | |
| 2013-06-28 | Make non-exes in bin fatal to brew-bot | Adam Vandenberg | |
| Closes Homebrew/homebrew#10817. | |||
| 2013-06-27 | brew --env: Add missing CPATH environment variable | Paul Fitzpatrick | |
| Closes Homebrew/homebrew#20813. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-06-27 | Add an exception for imagemagick in build-time dep audit | Jack Nagel | |
| 2013-06-27 | Clarify ENV.gcc, ENV.llvm c++ compiler names | Misty De Meo | |
| 2013-06-27 | Fix :gzip_only extraction | Misty De Meo | |
| gunzip can only extract files in-place, so just shelling out to gunzip was actually leaving the uncompressed file in Homebrew's cache, not in the temporary directory. (It also destroyed the original compressed file.) | |||
| 2013-06-27 | bottles: remove legacy tab handling. | Mike McQuaid | |
| References Homebrew/homebrew#20716. | |||
| 2013-06-27 | Use old #eql? for python reqs, for now | Jack Nagel | |
| 2013-06-27 | Fix some #eql? correctness issues | Jack Nagel | |
| The implementation of #eql? and #hash should ensure that if a.eql?(b), then a.hash == b.hash, but #eql? itself should not *depend* on #hash. For example, given class Thingy def eql? instance_of?(other.class) && hash == other.hash end def hash [name, *tags].hash end end if #hash produces a collision for different values of [name, *tags], two Thingy objects will appear to be eql?, even though this is not the case. Instead, #eql? should depend on the equality of name and tags directly. | |||
| 2013-06-26 | Remove unused guard | Adam Vandenberg | |
| Closes Homebrew/homebrew#20716. | |||
| 2013-06-26 | Add syntax sugar for MPIDependency | Jack Nagel | |
| Closes Homebrew/homebrew#20797. | |||
| 2013-06-26 | Be explicit about passing formulae names or instances to Tab | Adam Vandenberg | |
| 2013-06-26 | info: Only print Cellar info if it exists | Misty De Meo | |
| 2013-06-26 | Don't use 'obj == nil' | Jack Nagel | |
| 2013-06-26 | audit: don't try to audit missing deps | Jack Nagel | |
| Refs Homebrew/homebrew#20829. | |||
| 2013-06-26 | Print inspected values in dependency collector errors | Jack Nagel | |
| 2013-06-26 | Clean up `brew options` | Jack Nagel | |
| 2013-06-26 | Reword uses comment | Adam Vandenberg | |
| 2013-06-26 | ARGV: filter build-bottle from dependencies. | Mike McQuaid | |
| Fixes Homebrew/homebrew#20682. | |||
| 2013-06-26 | Detect Command Line Tools on Mavericks. | David Rice | |
| Closes Homebrew/homebrew#20774. | |||
| 2013-06-26 | Formula.each: note why import failed | Jack Nagel | |
| Refs Homebrew/homebrew#20819. | |||
| 2013-06-26 | uses: fail fast if invalid formula names are given | Jack Nagel | |
| Fixes Homebrew/homebrew#20819. | |||
| 2013-06-26 | Skip test on Xcode only systems | Adam Vandenberg | |
| 2013-06-25 | Rename Fortran requirement to fix option generation | Jack Nagel | |
| So, `depends_on :fortran => :optional` will generate "--with-fortran" rather than "--with-fortranRequired". | |||
| 2013-06-25 | Fix info --github | Adam Vandenberg | |
| Closes Homebrew/homebrew#20780. | |||
| 2013-06-25 | Note which formula's requirements failed | Jack Nagel | |
| Closes Homebrew/homebrew#20713. | |||
| 2013-06-25 | Yield correct dependent when expanding requirements | Jack Nagel | |
| 2013-06-25 | Uniqify tags when merging dependencies | Jack Nagel | |
| 2013-06-24 | Requirement: callers are responsible for invoking #satisfied? | Jack Nagel | |
| This hack was necessary since requirements were not checked again in the forked build process, but now they are, and calling it again after the build environment has been set up can produce incorrect results. In fact, if it happens to return false the second time, the env modification will be skipped altogether. | |||
| 2013-06-24 | Add 'From:' to GitHub url for formula | Adam Vandenberg | |
| Closes Homebrew/homebrew#20724. | |||
| 2013-06-24 | Add Fortran ENV helpers | Adam Vandenberg | |
| 2013-06-24 | Update audit for Fortran dependency | Adam Vandenberg | |
| 2013-06-24 | Add :fortran requirement | Adam Vandenberg | |
| 2013-06-24 | Misplaced manpages fail brewbot | Adam Vandenberg | |
| Closes Homebrew/homebrew#20711. | |||
| 2013-06-24 | Use 'path or URL' as tap for non-tap, non-core formulae | Adam Vandenberg | |
| 2013-06-24 | Show tap/path for non-core formulae on build failure | Adam Vandenberg | |
| Closes Homebrew/homebrew#16373. Closes Homebrew/homebrew#20725. | |||
| 2013-06-24 | Show conflicting files on install if linking fails | Adam Vandenberg | |
| Closes Homebrew/homebrew#18303. Closes Homebrew/homebrew#20726. | |||
| 2013-06-24 | Actually make the assertion we care about | Jack Nagel | |
| 2013-06-24 | Copy env_proc when merging deps | Jack Nagel | |
| 2013-06-23 | Remove unused guard in canonical_name | Adam Vandenberg | |
| Closes Homebrew/homebrew#20718. | |||
