This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 27 Jan, 2021 3 commits
-
-
Michka Popoff authored
This was only used by 2 formuale in homebrew-core. One formula did not need the flag anymore and the flag was removed The other formula (rogue) still needs it, the flag was directly added to the formula. There is no reason for us to keep this method.
-
EricFromCanada authored
-
EricFromCanada authored
-
- 19 Jan, 2021 1 commit
-
-
Seeker authored
-
- 08 Dec, 2020 1 commit
-
-
Jonathan Chang authored
-
- 02 Dec, 2020 1 commit
-
-
Mike McQuaid authored
-
- 23 Nov, 2020 1 commit
-
-
Markus Reiter authored
-
- 06 Nov, 2020 2 commits
-
-
EricFromCanada authored
-
EricFromCanada authored
-
- 10 Oct, 2020 1 commit
-
-
Markus Reiter authored
-
- 19 Sep, 2020 1 commit
-
-
Markus Reiter authored
-
- 28 Jul, 2020 1 commit
-
-
Markus Reiter authored
-
- 25 Jul, 2020 1 commit
-
-
Markus Reiter authored
-
- 19 May, 2020 1 commit
-
-
Mike McQuaid authored
Fixes #7597.
-
- 10 May, 2020 2 commits
-
-
Mike McQuaid authored
Remove usage where `Homebrew.args` could be used instead or, due to the `Homebrew.args` parsing, there was dead code that was never executed (and no-one complained about not working).
-
Mike McQuaid authored
Part of https://github.com/Homebrew/brew/issues/5730
-
- 06 May, 2020 1 commit
-
-
Mike McQuaid authored
Refactor the CLI::Args module so it doesn't have different paths to check arguments depending on whether the arguments have been parsed or not. Instead, set the values we need from the global ARGV at first, global initialisation time where they will be thrown away when the actual arguments are parsed. To do this some other general refactoring was needed: - more methods made private when possible - e.g. `HEAD?` used consistently instead of `head` before arguments are parsed. - formula options are only parsed after named arguments are extracted
-
- 04 May, 2020 1 commit
-
-
Gautham G authored
-
- 26 Apr, 2020 1 commit
-
-
Gautham G authored
-
- 14 Mar, 2020 1 commit
-
-
Mike McQuaid authored
-
- 14 Oct, 2019 1 commit
-
-
Issy Long authored
- Only try to call `.match?` on strings that aren't nil.
-
- 13 Oct, 2019 2 commits
- 20 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 14 Apr, 2019 1 commit
-
-
EricFromCanada authored
-
- 27 Jan, 2019 1 commit
-
-
Mike McQuaid authored
And remove all dead/unneeded code.
-
- 09 Jan, 2019 1 commit
-
-
Mike McQuaid authored
- Add some `odeprecated` - Make some `odeprecated` now `odisabled` - Remove `odisabled` code. - Remove old update migrations - Remove GCC 4.0 compiler - Remove Tiger-only code - Remove 32-bit-only code - Remove use of LD64 - Remove GCC 4.3 - 4.8 support.
-
- 07 Jan, 2019 1 commit
-
-
Mike McQuaid authored
This reduces the deviation in compilation flags on a given OS between users and between bottling/not bottling to provide a consistent behaviour for debugging and support.
-
- 14 Dec, 2018 1 commit
-
-
Shaun Jackman authored
ENV.cxx11 in a test block fails on Linux with Error: ibex: failed An exception occurred within a child process: NoMethodError: undefined method `non_apple_gcc_version' See for example brew test ibex on Linux.
-
- 19 Oct, 2018 1 commit
-
-
EricFromCanada authored
-
- 04 Oct, 2018 1 commit
-
-
Viktor Szakats authored
-
- 01 Oct, 2018 1 commit
-
-
Shaun Jackman authored
-
- 17 Sep, 2018 1 commit
-
-
Markus Reiter authored
-
- 15 Aug, 2018 1 commit
-
-
Shaun Jackman authored
Sanitize the Linux environment variables LD_LIBRARY_PATH LD_PRELOAD LD_RUN_PATH
-
- 13 Jul, 2018 2 commits
-
-
Mike McQuaid authored
-
Maxim Belkin authored
append_to_cccfg properly appends values to HOMEBREW_CCCFG variable
-
- 06 Jul, 2018 1 commit
-
-
Mike McQuaid authored
Fix some checks for `:clang` which should match for either `:clang` or `:llvm_clang`. Note that's not every check.
-
- 08 Apr, 2018 1 commit
-
-
Mike McQuaid authored
Fix various circular requirements, method redefinitions, etc.
-
- 18 Oct, 2017 1 commit
-
-
Markus Reiter authored
-
- 01 Sep, 2017 1 commit
-
-
Dominyk Tiller authored
-