| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-07 | Download strategies require a usable name | Jack Nagel | |
| We should handle this case in some predictable way, but until we do, let's raise a more appropriate exception. It would also be good to get rid of the duplication here. | |||
| 2013-04-07 | Tests for AbstractDownloadStrategy | Jack Nagel | |
| 2013-04-07 | Unify indentation of access modifiers | Jack Nagel | |
| These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this). | |||
| 2013-04-07 | Tests for Checksum class | Jack Nagel | |
| 2013-04-07 | MacCPUs: add .avx? helper | Misty De Meo | |
| 2013-04-06 | audit: clean up some regexps | Jack Nagel | |
| 2013-04-06 | audit: check build-time deps programmatically | Jack Nagel | |
| 2013-04-06 | audit: rescue only FormulaUnavailableError | Jack Nagel | |
| 2013-04-06 | audit: clean up URL audits | Jack Nagel | |
| 2013-04-06 | mxcl.github.com/homebrew => brew.sh | Jack Nagel | |
| 2013-04-06 | brew audit: find *.github.com pages | Jaime Marquínez Ferrándiz | |
| And suggest changing them to *.github.io Closes Homebrew/homebrew#19012. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-04-06 | Replace literal paths to ruby with RUBY_PATH | Jack Nagel | |
| 2013-04-06 | Fix another handful of warnings | Jack Nagel | |
| 2013-04-05 | FormulaLock: fix uninitialized ivar | Jack Nagel | |
| 2013-04-05 | FormulaInstaller: this local is an ivar now | Jack Nagel | |
| 2013-04-05 | FormulaInstaller: initialize @tab | Jack Nagel | |
| 2013-04-05 | Make some groups non-capturing | Jack Nagel | |
| 2013-04-05 | Use #grep where it will suffice | Jack Nagel | |
| 2013-04-05 | Allow pipe fd to be inherited under Ruby 2.0 | Jack Nagel | |
| 2013-04-05 | Remove obsolete comment about download_strategy | Jack Nagel | |
| The canonical way to select a custom download strategy is to pass :using => StrategyClass as an argument to the url DSL method. | |||
| 2013-04-04 | Rename checksums.rb to match class name | Jack Nagel | |
| 2013-04-04 | Remove circular require | Jack Nagel | |
| 2013-04-03 | Recognize 7z files by magic bytes, not filename | Jack Nagel | |
| 2013-04-03 | Don't error out when a package is already installed | Jack Nagel | |
| Fixes Homebrew/homebrew#17010. | |||
| 2013-04-03 | use separate args in brew create | Adam Vandenberg | |
| 2013-04-02 | tap/untap: use Array#length, not #count | Misty De Meo | |
| Array#count was apparently introduced in 1.8.7. | |||
| 2013-04-02 | Fix missing require in x11_dependency.rb | Jack Nagel | |
| Fixes Homebrew/homebrew#18918. | |||
| 2013-04-02 | Suppress warnings in test_pathname_install | Jack Nagel | |
| 2013-04-02 | Add test for differing module and import name | Jack Nagel | |
| 2013-04-02 | Fix requires in test_x11_dependency.rb | Jack Nagel | |
| 2013-04-02 | Shrink requirements.rb | Jack Nagel | |
| 2013-04-02 | Don't use "assert_not_nil" | Jack Nagel | |
| 2013-04-02 | Split out and fix LanguageModuleDependency tests | Jack Nagel | |
| 2013-04-02 | Simplify setting this ivar | Jack Nagel | |
| 2013-04-02 | Fix chicken scheme imports | Jack Nagel | |
| 2013-04-02 | Add new tests for fails_with DSL | Jack Nagel | |
| 2013-04-02 | Isolate compiler selector tests | Jack Nagel | |
| 2013-04-02 | CompilerSelector: don't use non-existent compilers | Jack Nagel | |
| 2013-04-02 | Bump useable clang version to 318 | Jack Nagel | |
| Build 211 can build most things, but I've seen intermittent miscompilation and slower code. Also it comes from Xcode 4.2, so most people don't have it anyway. Let's use 218 as the minimum viable version. | |||
| 2013-04-02 | Move x86_64 Requirement into core | Jack Nagel | |
| Closes Homebrew/homebrew#18886. | |||
| 2013-04-02 | Use satisfy syntax for CLTDependency | Jack Nagel | |
| 2013-04-01 | Test that X11 env is triggered correctly | Jack Nagel | |
| 2013-04-01 | Fix X11 env setup | Jack Nagel | |
| 2013-04-01 | Requirement: env DSL is evaluated in context of self, not ENV | Jack Nagel | |
| This was meant to support: env do |req| append_path 'PATH', req.some_method ... end i.e., the block was evaluated in the context of ENV. But it turned out to be not so useful after all, so I'm ripping it out before something actually depends on it. | |||
| 2013-04-01 | Add optional post_install method to Formula. | Mike McQuaid | |
| Sometimes we may want to run commands after bottle installation (such as creating directories outside the Cellar) so this method allows us to do so. Closes Homebrew/homebrew#18382. | |||
| 2013-04-01 | formula_installer: warn on bottles being skipped. | Mike McQuaid | |
| We want to notify users that non-/usr/local installs may result in some bottles being not used. References Homebrew/homebrew#18540 | |||
| 2013-04-01 | Make testing_env somewhat readable | Jack Nagel | |
| 2013-04-01 | Silence stderr in test suite | Jack Nagel | |
| 2013-04-01 | audit: fix check for depending on requirement classes | Jack Nagel | |
| Don't complain if it's instantiating the class so that it can pass arguments. Fixes Homebrew/homebrew#18883. | |||
| 2013-04-01 | Fix `list --pinned` for non-formula kegs | Jack Nagel | |
| Fixes Homebrew/homebrew#18885. | |||
