| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-10 | brew-test-bot: fix testing job tag numbering. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: change upload job approach. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: upload job fixes. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: use global cache again. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: move logic from Jenkins to Ruby. | Mike McQuaid | |
| 2013-12-09 | versions: restore original constant | Jack Nagel | |
| Before: f1 = Formula.factory('tree') f1.versions f2 = Formula.factory('tree') f1.class == f2.class # => false After: f1 = Formula.factory('tree') f1.versions f2 = Formula.factory('tree') f1.class == f2.class # => true | |||
| 2013-12-09 | Implement hash equality for Version | Jack Nagel | |
| 2013-12-09 | bottle: re-raise interrupt after cleanup | Jack Nagel | |
| 2013-12-09 | bottle: clean up after interrupts | Jack Nagel | |
| 2013-12-09 | versions: delete unused method | Jack Nagel | |
| 2013-12-09 | Extract constants for checkums in tests | Jack Nagel | |
| 2013-12-09 | Silence more warnings | Jack Nagel | |
| 2013-12-09 | keg_only_reason and cc_failures are not DSL methods | Jack Nagel | |
| 2013-12-09 | Use accessors to silence uninitalized ivar warnings | Jack Nagel | |
| 2013-12-09 | Expand requirements of default deps added by other requirements | Jack Nagel | |
| Dependencies built from requirements with a default formula may themselves have requirements, and these requirements may have default formulae, which may have more requirements, etc., so we have to keep expanding until this isn't the case. Fixes Homebrew/homebrew#25025. Fixes Homebrew/homebrew#25037. | |||
| 2013-12-09 | Ensure option names are consistent for default formula requirements | Jack Nagel | |
| 2013-12-09 | Compute recursive deps for default_formula deps | Jack Nagel | |
| 2013-12-09 | Rename filter_deps to expand_dependencies | Jack Nagel | |
| 2013-12-09 | Move dependency expansion logic up one level | Jack Nagel | |
| 2013-12-09 | Use separate collection for requirement deps | Jack Nagel | |
| 2013-12-09 | Pass deps collection to be expanded as a parameter | Jack Nagel | |
| 2013-12-09 | Silence some Ruby 2.1 warnings | Jack Nagel | |
| 2013-12-09 | brew-bundle: exit on command failure | Larry Shaffer | |
| Closes Homebrew/homebrew#25053. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-08 | versions: fix bottle filename usage | Jack Nagel | |
| 2013-12-08 | bottles: fix options hashes | Jack Nagel | |
| Defaults can't be specified in the parameter list, as they will be overwritten by whatever is passed in. Instead the defaults must be merged with the argument in the method body. | |||
| 2013-12-08 | bottle: fix typo'd option name | Jack Nagel | |
| 2013-12-08 | bottle: don't repeat output for hardlinked files | Jack Nagel | |
| 2013-12-08 | formula: don't print verify message, use resource. | Mike McQuaid | |
| See discussion: https://github.com/mxcl/homebrew/commit/81d420492c4be9278fcf26d5bef21625d0abf32a#commitcomment-4804596 | |||
| 2013-12-08 | formula, resource: output when verifying checksum. | Mike McQuaid | |
| References Homebrew/homebrew#24566. | |||
| 2013-12-08 | add "bundle" command to zsh completion | Patrick Stadler | |
| Closes Homebrew/homebrew#25055. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-12-07 | Fix typo in example formula | Benoit Daloze | |
| Closes Homebrew/homebrew#25028. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-12-06 | Help autoconf find m4 on Xcode-only systems | Jack Nagel | |
| Closes Homebrew/homebrew#24904. | |||
| 2013-12-05 | SoftwareSpec: compact array that may contain nil | Misty De Meo | |
| 2013-12-05 | bottle_filename: remove unused revision default | Misty De Meo | |
| 2013-12-05 | Bottles: fix bottle_filename revision | Misty De Meo | |
| Fixes Homebrew/homebrew#24981. | |||
| 2013-12-05 | fix typo in this notice | Adam Vandenberg | |
| 2013-12-05 | Fix typo | Jack Nagel | |
| 2013-12-05 | Only coerce to Option when needed | Jack Nagel | |
| Fixes Homebrew/homebrew#24833. | |||
| 2013-12-05 | Move jsl to homebrew-binary | Adam Vandenberg | |
| Closes Homebrew/homebrew#24826. | |||
| 2013-12-05 | Use BottleCollector in Bottle SoftwareSpec | Misty De Meo | |
| 2013-12-05 | Add BottleCollector | Misty De Meo | |
| The BottleCollector collects bottle tags and sha1s, and allows tags to be fetched using more advanced logic than just fetching identical tags. Closes Homebrew/homebrew#23434. | |||
| 2013-12-05 | bottle: always perform a full relocation check | Jack Nagel | |
| Even if the prefix check fails, it is useful to see the results from the cellar check. | |||
| 2013-12-05 | bottle: String is not Enumerable in 1.9+ | Jack Nagel | |
| 2013-12-05 | bottle: fix reporting matches with spaces in them | Jack Nagel | |
| 2013-12-05 | bottle: fix false-positives from static libs when checking relocatability | Jack Nagel | |
| 2013-12-05 | bottle: only split on newlines | Jack Nagel | |
| 2013-12-05 | String isn't Enumerable in 1.9+ | Jack Nagel | |
| 2013-12-05 | Run post_install after linking and relocation | Jack Nagel | |
| Closes Homebrew/homebrew#24962. | |||
| 2013-12-04 | Relocate libtool (.la) files as well as pkgconfig (.pc) | Elliot Saba | |
| Ignore quotes, just do a global substitution on cellar and prefix. Closes Homebrew/homebrew#24894. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-04 | Run relocation machinery on local bottles | Jack Nagel | |
| Since we now use placeholders for the prefix and cellar, we need to run the relocation machinery on all bottles. | |||
