aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-14External-Commands: remove replaced brew-more toolDominyk Tiller
2016-09-14External-Commands: update homebrew-services URLDominyk Tiller
2016-09-14Custom-GCC-and-cross-compilers: wrap to ~80 charactersDominyk Tiller
2016-09-14Custom-GCC-and-cross-compilers: remove dead tapsDominyk Tiller
2016-09-14Common-Issues-for-Core-Contributors: update linkDominyk Tiller
2016-09-14C++-Standard-Libraries: wrap to ~80 charactersDominyk Tiller
2016-09-14C++-Standard-Libraries: note Xcode 8's libstdc++ deprecationDominyk Tiller
2016-09-14brew-tap: note developers get full clones by defaultDominyk Tiller
2016-09-14bottles: documentation updateDominyk Tiller
2016-09-14Teach brew to recognize gcc-HEAD as valid compilerAlex 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 BSDJoshua 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-14Fix first _brew_cask completion function callJoshua 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-14Merge pull request #903 from zmwangx/always-show-dev-commandsZhiming Wang
cmd/commands: always show developer commands
2016-09-14Merge pull request #957 from DomT4/xcode_8_stableDominyk Tiller
xcode: 8.0 is no longer prerelease
2016-09-14Merge pull request #958 from DomT4/zlibDominyk Tiller
pkg-config: update zlib for macOS Sierra
2016-09-14xcode: 8.0 is no longer prereleaseDominyk Tiller
2016-09-14pkg-config: update zlib for macOS SierraDominyk Tiller
2016-09-14Merge pull request #940 from reitermarkus/fix-untapped-installationMarkus Reiter
Fix cask installation from untapped Tap not working.
2016-09-13Make scons use stdenv only if immediate build depAlex 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-13Merge pull request #953 from MikeMcQuaid/test-bot-test-default-formula-fixesZhiming Wang
test-bot: fix test default formula handling.
2016-09-13test-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-13Merge pull request #952 from MikeMcQuaid/test-bot-no-homebrew-tess-tapsMike McQuaid
test-bot: don't run Homebrew tests for taps PRs.
2016-09-13test-bot: don't run Homebrew tests for taps PRs.Mike McQuaid
Check the repository directly rather than @test_default_formula.
2016-09-13Merge pull request #950 from MikeMcQuaid/extend-rubocopMike McQuaid
Fix Library/Homebrew/extend RuboCop warnings
2016-09-13Merge pull request #949 from MikeMcQuaid/testbottestMike McQuaid
test-bot: default to building testbottest.
2016-09-13test-bot: also build testing bottle.Mike McQuaid
2016-09-13bottle: allow forcing tap when not present.Mike McQuaid
2016-09-13test-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-13extend/pathname: fix Rubocop warnings.Mike McQuaid
2016-09-13extend/os/mac/development_tools: fix Rubocop warnings.Mike McQuaid
2016-09-13extend/fileutils: fix Rubocop warnings.Mike McQuaid
2016-09-13extend/ENV/super: fix Rubocop warnings.Mike McQuaid
2016-09-13extend/ENV/std: fix Rubocop warnings.Mike McQuaid
2016-09-13extend/ENV/shared: fix Rubocop warnings.Mike McQuaid
2016-09-13extend/ARGV: fix Rubocop warnings.Mike McQuaid
2016-09-12Library/Homebrew/test: add testbottest formula/tarball.Mike McQuaid
Minimal C program and Makefile used for testing Homebrew.
2016-09-12Merge pull request #947 from zmwangx/fix-test-bot-descZhiming Wang
test-bot: fix summary
2016-09-12Merge pull request #939 from DomT4/guileDominyk Tiller
keg: make guile's site-dir persistent
2016-09-12Merge pull request #946 from MikeMcQuaid/test-bot-more-breakageilovezfs
test-bot: fix bottling non-testing jobs.
2016-09-12test-bot: fix summaryZhiming Wang
2016-09-12test-bot: fix bottling non-testing jobs.Mike McQuaid
Need to handle when the `BOT_PARAMS` are `nil`.
2016-09-12Merge pull request #943 from MikeMcQuaid/test-bot-multiline-regexMike McQuaid
test-bot: fix multiline regex.
2016-09-12test-bot: fix multiline regex.Mike McQuaid
2016-09-12Merge pull request #942 from MikeMcQuaid/bottle-remove-debugMike McQuaid
bottle: remove debug statements.
2016-09-12bottle: remove debug statements.Mike McQuaid
2016-09-12Merge pull request #941 from MikeMcQuaid/test-bot-regexMike McQuaid
test-bot: fix regex placement.
2016-09-12test-bot: fix regex placement.Mike McQuaid
2016-09-12Merge pull request #929 from MikeMcQuaid/test-bot-jenkinsfileMike McQuaid
test-bot: handle more Jenkins configurations.
2016-09-12Merge pull request #927 from MikeMcQuaid/dev-cmd-rubocopMike McQuaid
Fix Library/Homebrew/dev-cmd RuboCop warnings
2016-09-12Merge pull request #925 from MikeMcQuaid/utils-rubocopMike McQuaid
Fix Library/Homebrew/utils RuboCop warnings