| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-14 | External-Commands: remove replaced brew-more tool | Dominyk Tiller | |
| 2016-09-14 | External-Commands: update homebrew-services URL | Dominyk Tiller | |
| 2016-09-14 | Custom-GCC-and-cross-compilers: wrap to ~80 characters | Dominyk Tiller | |
| 2016-09-14 | Custom-GCC-and-cross-compilers: remove dead taps | Dominyk Tiller | |
| 2016-09-14 | Common-Issues-for-Core-Contributors: update link | Dominyk Tiller | |
| 2016-09-14 | C++-Standard-Libraries: wrap to ~80 characters | Dominyk Tiller | |
| 2016-09-14 | C++-Standard-Libraries: note Xcode 8's libstdc++ deprecation | Dominyk Tiller | |
| 2016-09-14 | brew-tap: note developers get full clones by default | Dominyk Tiller | |
| 2016-09-14 | bottles: documentation update | Dominyk Tiller | |
| 2016-09-14 | Teach brew to recognize gcc-HEAD as valid compiler | Alex Wang | |
| Building gcc with --HEAD results in most of the executables not having a version suffix, e.g. Building/installing gcc 6 would result in gcc-6, g++-6, etc. being installed, while building/installing gcc --HEAD would result in gcc-, g++-, etc. being installed. The lack of a version suffix prevented brew from recognizing a valid gcc install, resulting in brew instructing users to install gcc before building certain formulae even though gcc is installed. A patch to the gcc formula makes the version number for --HEAD builds the major version number of the stable version + 1 (7 at this time). This patch teaches brew to recognize current --HEAD builds as valid compilers. | |||
| 2016-09-14 | _brew_cask completion re-license to BSD | Joshua McKinney | |
| The original script was MIT licensed, removing this license and relicensing it under Homebrew's default license (BSD 2 Clause). Patrick Stadler (https://github.com/pstadler) gave his ok on this at: https://github.com/joshka/brew-cask-zsh-completions/issues/1 | |||
| 2016-09-14 | Fix first _brew_cask completion function call | Joshua McKinney | |
| Without a call to _brew_cask at the end of the script, the first completion does not work as zsh just autoloads the function without executing it. | |||
| 2016-09-14 | Merge pull request #903 from zmwangx/always-show-dev-commands | Zhiming Wang | |
| cmd/commands: always show developer commands | |||
| 2016-09-14 | Merge pull request #957 from DomT4/xcode_8_stable | Dominyk Tiller | |
| xcode: 8.0 is no longer prerelease | |||
| 2016-09-14 | Merge pull request #958 from DomT4/zlib | Dominyk Tiller | |
| pkg-config: update zlib for macOS Sierra | |||
| 2016-09-14 | xcode: 8.0 is no longer prerelease | Dominyk Tiller | |
| 2016-09-14 | pkg-config: update zlib for macOS Sierra | Dominyk Tiller | |
| 2016-09-14 | Merge pull request #940 from reitermarkus/fix-untapped-installation | Markus Reiter | |
| Fix cask installation from untapped Tap not working. | |||
| 2016-09-13 | Make scons use stdenv only if immediate build dep | Alex Wang | |
| formula_installer will use stdenv if scons is anywhere in the formula's recursive dependency list: https://github.com/Homebrew/legacy-homebrew/issues/40401#issuecomment-110066355 Having scons as a dependency should only require stdenv if it is an immediate build dependency, as otherwise scons shouldn't be invoked. | |||
| 2016-09-13 | Merge pull request #953 from MikeMcQuaid/test-bot-test-default-formula-fixes | Zhiming Wang | |
| test-bot: fix test default formula handling. | |||
| 2016-09-13 | test-bot: fix test default formula handling. | Mike McQuaid | |
| Move the test default formula handling to after all the other formulae additions are so it'll only be added if no formulae are detected already in a PR. | |||
| 2016-09-13 | Merge pull request #952 from MikeMcQuaid/test-bot-no-homebrew-tess-taps | Mike McQuaid | |
| test-bot: don't run Homebrew tests for taps PRs. | |||
| 2016-09-13 | test-bot: don't run Homebrew tests for taps PRs. | Mike McQuaid | |
| Check the repository directly rather than @test_default_formula. | |||
| 2016-09-13 | Merge pull request #950 from MikeMcQuaid/extend-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/extend RuboCop warnings | |||
| 2016-09-13 | Merge pull request #949 from MikeMcQuaid/testbottest | Mike McQuaid | |
| test-bot: default to building testbottest. | |||
| 2016-09-13 | test-bot: also build testing bottle. | Mike McQuaid | |
| 2016-09-13 | bottle: allow forcing tap when not present. | Mike McQuaid | |
| 2016-09-13 | test-bot: default to building testbottest. | Mike McQuaid | |
| This provides an integration test for `test-bot.rb` by performing compilation of an actual formula. | |||
| 2016-09-13 | extend/pathname: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-13 | extend/os/mac/development_tools: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-13 | extend/fileutils: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-13 | extend/ENV/super: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-13 | extend/ENV/std: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-13 | extend/ENV/shared: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-13 | extend/ARGV: fix Rubocop warnings. | Mike McQuaid | |
| 2016-09-12 | Library/Homebrew/test: add testbottest formula/tarball. | Mike McQuaid | |
| Minimal C program and Makefile used for testing Homebrew. | |||
| 2016-09-12 | Merge pull request #947 from zmwangx/fix-test-bot-desc | Zhiming Wang | |
| test-bot: fix summary | |||
| 2016-09-12 | Merge pull request #939 from DomT4/guile | Dominyk Tiller | |
| keg: make guile's site-dir persistent | |||
| 2016-09-12 | Merge pull request #946 from MikeMcQuaid/test-bot-more-breakage | ilovezfs | |
| test-bot: fix bottling non-testing jobs. | |||
| 2016-09-12 | test-bot: fix summary | Zhiming Wang | |
| 2016-09-12 | test-bot: fix bottling non-testing jobs. | Mike McQuaid | |
| Need to handle when the `BOT_PARAMS` are `nil`. | |||
| 2016-09-12 | Merge pull request #943 from MikeMcQuaid/test-bot-multiline-regex | Mike McQuaid | |
| test-bot: fix multiline regex. | |||
| 2016-09-12 | test-bot: fix multiline regex. | Mike McQuaid | |
| 2016-09-12 | Merge pull request #942 from MikeMcQuaid/bottle-remove-debug | Mike McQuaid | |
| bottle: remove debug statements. | |||
| 2016-09-12 | bottle: remove debug statements. | Mike McQuaid | |
| 2016-09-12 | Merge pull request #941 from MikeMcQuaid/test-bot-regex | Mike McQuaid | |
| test-bot: fix regex placement. | |||
| 2016-09-12 | test-bot: fix regex placement. | Mike McQuaid | |
| 2016-09-12 | Merge pull request #929 from MikeMcQuaid/test-bot-jenkinsfile | Mike McQuaid | |
| test-bot: handle more Jenkins configurations. | |||
| 2016-09-12 | Merge pull request #927 from MikeMcQuaid/dev-cmd-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/dev-cmd RuboCop warnings | |||
| 2016-09-12 | Merge pull request #925 from MikeMcQuaid/utils-rubocop | Mike McQuaid | |
| Fix Library/Homebrew/utils RuboCop warnings | |||
