| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-12 | Initialize ivars to silence warnings | Jack Nagel | |
| 2013-12-12 | Remove unused variables | Jack Nagel | |
| 2013-12-12 | uses: fix weird colon output. | Mike McQuaid | |
| Closes Homebrew/homebrew#24145. | |||
| 2013-12-12 | audit: remove deprecated Python features. | Mike McQuaid | |
| These will be removed soon so don't check for them. | |||
| 2013-12-12 | example-formula: deprecate some Python features. | Mike McQuaid | |
| These will be removed soon so don't recommend them. | |||
| 2013-12-12 | Put positive case first, drop redundant is_a? check | Jack Nagel | |
| 2013-12-12 | Add another fails_with test | Jack Nagel | |
| 2013-12-12 | Report correct file/line in backtraces for attr_rw methods | Jack Nagel | |
| 2013-12-12 | brew-pull: remove empty if block. | Mike McQuaid | |
| 2013-12-12 | brew-pull: add --bottle to pull from BrewTestBot. | Mike McQuaid | |
| 2013-12-12 | monkey around for emacs' code highlighter | Adam Vandenberg | |
| The abv method has a construct that causes emacs to not highlight the rest of pathname.rb, so move abv lower in the file. Sorry. | |||
| 2013-12-12 | +x wrapper scripts, so they work during post-install | Adam Vandenberg | |
| 2013-12-11 | Simplify prefix test | Jack Nagel | |
| 2013-12-11 | brew-bundle: update usage info and move to --help function | Larry Shaffer | |
| Follow-up to 6697ff6c9d0d4301adfbb7c76628808a63f1324b Closes Homebrew/homebrew#25130. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-11 | Set bottle version rather than re-parse it from the URL | Jack Nagel | |
| 2013-12-10 | brew-test-bot: fix rsync for bottles with a revision number | Jack Nagel | |
| 2013-12-10 | bottle: determine revision more reliably | Jack Nagel | |
| Closes Homebrew/homebrew#25100. | |||
| 2013-12-10 | brew-test-bot: remember to pull the PR. | Mike McQuaid | |
| 2013-12-10 | brew-test-bot: only merge bottles if copy succeeds. | Mike McQuaid | |
| 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> | |||
