| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-01 | googlecl: move to homebrew/boneyard. | Mike McQuaid | |
| Closes Homebrew/homebrew#42245. | |||
| 2015-08-01 | formula: define opt_pkgshare helper method. | Dominique Orban | |
| Closes Homebrew/homebrew#42023. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-01 | enumerate all formulae by files rather than names | Xu Cheng | |
| Before ``` $ time brew readall brew readall 10.63s user 0.36s system 99% cpu 11.003 total ``` After ``` $ time brew readall brew readall 5.62s user 0.24s system 99% cpu 5.859 total ``` Closes Homebrew/homebrew#42302. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-31 | tab: set stable as default spec | Xu Cheng | |
| Fixes Homebrew/homebrew#42297. | |||
| 2015-07-31 | print sandbox message | Xu Cheng | |
| Closes Homebrew/homebrew#42293. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-31 | test_tab: add test for Tab#spec | Xu Cheng | |
| Fixes Homebrew/homebrew#42147. Closes Homebrew/homebrew#42205. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-31 | test_formula: add more test | Xu Cheng | |
| 2015-07-31 | ARGV#resolved_formulae: auto resolve spec | Xu Cheng | |
| 2015-07-31 | Formulary#from_rack: auto resolve spec | Xu Cheng | |
| 2015-07-31 | ARGV#spec: allow pass default value | Xu Cheng | |
| 2015-07-31 | Formula: add set_acitve_spec method | Xu Cheng | |
| 2015-07-31 | Formula: add any_version_installed? method | Xu Cheng | |
| 2015-07-31 | Formula#installed_prefix: use PkgVersion | Xu Cheng | |
| Also check stable_prefix when current acitve_spec is not :stable | |||
| 2015-07-31 | Formula#pkg_version: return the result based on current active_spec | Xu Cheng | |
| 2015-07-31 | Formula: add active_spec_sym | Xu Cheng | |
| 2015-07-31 | Tab: store spec of formula | Xu Cheng | |
| 2015-07-30 | xcode: update clang expectation for 10.11 | Dominyk Tiller | |
| 2015-07-30 | xcode: update regex | Dominyk Tiller | |
| Ensures we capture Clang's fourth-digit when it exists. This seems to be on pre-release versions of OS X only, but is the cause of the misdetection of CLT up-to-date status on 10.11 several weeks ago. For full explanation, see Homebrew/homebrew#42261. Closes Homebrew/homebrew#42261. | |||
| 2015-07-30 | Tap: allow enumerate non-git taps | Xu Cheng | |
| Also add a `Tap#git?` method to indicate whether the tap is a git repository. Closes Homebrew/homebrew#42264. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-30 | formula_installer: relocate bottle immediately after it's poured | Xu Cheng | |
| Closes Homebrew/homebrew#42268. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-30 | Revert a33c5b9121e66aa650d9d0fc5814202bd26154d0 | Dominyk Tiller | |
| Revert: "test-bot: ensure from-source initial installation" This reverts commit a33c5b9121e66aa650d9d0fc5814202bd26154d0. You know when your fix ends up causing another problem that you then have to go fix as well? Yup... | |||
| 2015-07-29 | blacklist: remove screen, libpcap, libiconv | Alex Dunn | |
| Each has a formula in homebrew/dupes now Closes Homebrew/homebrew#42212. | |||
| 2015-07-29 | interactive_shell: create .zshrc when necessary | Xu Cheng | |
| Closes Homebrew/homebrew#42190. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-29 | Revert "formula: create empty zshrc when zsh is shell" | Xu Cheng | |
| This reverts commit be55c800d0bf2750902df71d092906b49b49ffce. | |||
| 2015-07-28 | KegOnlyReason: print only the explanation if there’s one | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42073. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-28 | brew: print bug report URL for internal commands only | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42069. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-28 | test_integration_cmds: basic integration tests. | Mike McQuaid | |
| Closes Homebrew/homebrew#41945. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-07-28 | .simplecov: use lower root directory. | Mike McQuaid | |
| 2015-07-28 | Move simplecov configuration to dotfile. | Mike McQuaid | |
| 2015-07-28 | test/lib/config: HOMEBREW_LIBRARY_PATH is normally a Pathname. | Mike McQuaid | |
| 2015-07-28 | testball: use sha256. | Mike McQuaid | |
| 2015-07-28 | testing_env: point to `bundle install` now. | Mike McQuaid | |
| 2015-07-26 | Fix typo in UnsatisfiedRequirements exception message | Edgar Gonzalez | |
| Closes Homebrew/homebrew#42125. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-25 | caveats: fix extra empty line | Xu Cheng | |
| 2015-07-25 | more unit tests | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42096. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-07-24 | pull: stop printing warning on test-bot | Dominyk Tiller | |
| Closes Homebrew/homebrew#42097. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-24 | formula_installer: better priority for pour_bottle? | Xu Cheng | |
| 2015-07-24 | formula: create empty zshrc when zsh is shell | Dominyk Tiller | |
| One minor consequence of our seizing of the HOME variable during builds for sandboxing purposes is that if you're doing an interactive or git installation zsh flags up that it hasn't found any config files and throws you into the `zsh-newuser-install` area. Not really a problem, just a nuisance. Since the check is just for existence rather than content, we can work around this by creating an empty config file when the `SHELL` environmental variable includes zsh. | |||
| 2015-07-24 | BottleLoader: check version mismatch | Xu Cheng | |
| Closes Homebrew/homebrew#42049. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-24 | bottle_resolve_version: return PkgVersion | Xu Cheng | |
| 2015-07-23 | formula_installer: tweak priority of true | Dominyk Tiller | |
| Closes Homebrew/homebrew#41913. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-07-23 | test-bot: ensure from-source initial installation | Dominyk Tiller | |
| 2015-07-23 | fetch: don't flag fs modification | Dominyk Tiller | |
| 2015-07-23 | formula_installer: don't flag fs builds | Dominyk Tiller | |
| 2015-07-23 | caveats: use two spaces instead of 4 | Dominyk Tiller | |
| 2015-07-23 | keg_relocate: relocate libtool files | Xu Cheng | |
| 2015-07-22 | Pathname#abv: handle the case `du` returns empty string | Xu Cheng | |
| This can happen when read permission is denied. Fixes Homebrew/homebrew#41925. Closes Homebrew/homebrew#42011. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | tests: show fs leak result | Xu Cheng | |
| Closes Homebrew/homebrew#41956. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | tests: always run fs leak check | Xu Cheng | |
| 2015-07-22 | test_formula_installer: fix log file leak | Xu Cheng | |
