| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-06-01 | Revert "Fix operator spacing." | ilovezfs | |
| 2017-05-31 | Fix operator spacing. | Markus Reiter | |
| 2017-05-31 | Merge pull request #2700 from sjackman/env-std-linux | Mike McQuaid | |
| Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | |||
| 2017-05-30 | Stdenv: Add ENV.libxml2 and ENV.x11 for Linux | Bob W. Hogg | |
| Add ENV.libxml2 primarily for the use of test do blocks. Add a dummy ENV.x11 function. See Linuxbrew/brew#356 and Linuxbrew/brew#382 | |||
| 2017-05-27 | diagnostic: move some more macOS doctor checks. | Mike McQuaid | |
| Move some `brew doctor` checks that are pretty macOS specific so they are only run on macOS. | |||
| 2017-05-08 | Remove `to_s` from some `Pathname`s. | Markus Reiter | |
| 2017-04-22 | More deprecations. | Mike McQuaid | |
| Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented. | |||
| 2017-04-20 | Merge pull request #2274 from rwhogg/fuse-requirement | Mike McQuaid | |
| Port OsxfuseRequirement to Linux | |||
| 2017-04-18 | audit: allow skipping audit methods. | Mike McQuaid | |
| Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups. | |||
| 2017-04-15 | OsxfuseRequirement: Port to Linux | Bob W. Hogg | |
| 2017-04-15 | Mac Hardware: provide a more Mac-specific implementation of can_run? | Misty De Meo | |
| 2017-04-05 | Merge pull request #2442 from tdsmith/fix-symlink-relocation | Mike McQuaid | |
| Virtualenv relocation fixes | |||
| 2017-04-04 | Revert "keg_relocate: Don't relocate dylib IDs containing metavariables." | Mike McQuaid | |
| 2017-04-02 | Add Skylake to Linux hardware list | Maxim Belkin | |
| 2017-04-02 | diagnostic: also ignore outdated CLT on Travis CI. | Mike McQuaid | |
| 2017-04-02 | Use extend/OS mechanism for grep args | Tim D. Smith | |
| 2017-03-28 | update suggested Xcode/CLT download URLs | EricFromCanada | |
| 2017-03-20 | blacklist: move to missing_formula class instead. | Mike McQuaid | |
| This will allow extending this class so it can be used by more than just blacklisting. | |||
| 2017-03-16 | Add extend/os/linux/system_config.rb | Shaun Jackman | |
| Report the Linux kernel, OS, and gcc versions. | |||
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-10 | linux: Add ARM to CPU.type | Shaun Jackman | |
| 2017-03-05 | Merge pull request #2244 from jonchang/java | Mike McQuaid | |
| java_requirement: don't consider macOS Java stub | |||
| 2017-03-05 | Don't check Subversion HTTPS pre-Sierra. | Mike McQuaid | |
| The system Subversion doesn't handle new certificate authorities (e.g. Let's Encrypt) well enough for this check to be useful. | |||
| 2017-03-05 | mac/java_requirement: avoid adding/removing stub. | Mike McQuaid | |
| 2017-03-02 | java_requirement: avoid nil in possible_javas | Jonathan Chang | |
| 2017-03-02 | java_requirement: don't consider macOS Java stub | Jonathan Chang | |
| 2017-02-21 | Merge pull request #2036 from woodruffw/rust-hack | William Woodruff | |
| keg_relocate: Don't relocate dylib IDs containing metavariables. | |||
| 2017-02-20 | java_requirement: Make macOS overrides extend Requirement | Bob W. Hogg | |
| This doesn't actually seem to make that much difference, but it is at least consistent with the main class body and with the Linux overrides. | |||
| 2017-02-20 | Merge pull request #1632 from rwhogg/make-java-req-portable | Mike McQuaid | |
| java_requirement: port to Linux and refactor | |||
| 2017-02-19 | keg_relocate: Don't relocate dylib IDs containing metavariables. | William Woodruff | |
| 2017-02-19 | diagnostic: strip trailing whitespace. | Mike McQuaid | |
| 2017-02-17 | diagnostic: fix typo. | Mike McQuaid | |
| 2017-02-17 | diagnostic: detail TRAVIS opt-out reasoning. | Mike McQuaid | |
| 2017-02-17 | Revert "Skip Xcode outdated check on CircleCI" | Mike McQuaid | |
| 2017-02-15 | Code review cleanups | Bob W. Hogg | |
| 2017-02-15 | java_requirement: port to Linux and refactor | Bob W. Hogg | |
| Split the core requirement class into generic, Linux-specific, and macOS-specific parts. Additionally, the Linux version is now able to detect Java versions (the previous Linuxbrew implementation was only able to detect if Java was present at all.) | |||
| 2017-02-12 | rubocop: trailing comma in multiline method calls | Alyssa Ross | |
| Discussed in https://github.com/Homebrew/brew/pull/1987/files#r100693581. This was originally ommitted because it wasn't compatible with Ruby 1.8. (See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971). | |||
| 2017-02-10 | diagnostic: Add CircleCI to Env check | Danielle Tomlinson | |
| 2017-01-07 | keg_relocate: Check HOMEBREW_TEMP's realpath when excluding name changes. | William Woodruff | |
| Since /tmp (the default HOMEBREW_TEMP) is a symlink to /private/tmp, some build systems (like Parrot's) will attempt to use the realpath instead of the literal /tmp we supply it with. This breaks the relocation code, which only tested the literal HOMEBREW_TEMP and not its realpath. | |||
| 2017-01-06 | Whitelist PHP formulas in shadowed header audit check | Jan Viljanen | |
| 2017-01-02 | bottles: --force-bottle feigns or_later. | Mike McQuaid | |
| When reproducing issues with software that hasn’t been bottled yet on your version of macOS it can sometimes be helpful to use `or_later` bottle functionality i.e. just use the bottle for the latest version of macOS available. This maps well to the existing `--force-bottle` argument so it will now act as if the latest bottle has a `or_later` ending. | |||
| 2016-12-30 | Merge pull request #1701 from MikeMcQuaid/deprecate-std-superenv-stuff | Mike McQuaid | |
| ENV: deprecate old methods. | |||
| 2016-12-30 | Merge pull request #1725 from MikeMcQuaid/curl-homepage-reliablity | Mike McQuaid | |
| audit: improve reliability of homepage audit. | |||
| 2016-12-30 | ENV: deprecate old methods. | Mike McQuaid | |
| These should have been deprecated long ago but we didn’t really have the necessary framework to do so. | |||
| 2016-12-30 | audit: use new curl_args form. | Mike McQuaid | |
| This will use Curl’s default user agent to reduce homepage errors and provides a function that can be used for other audits to perform similar tests on URLs. | |||
| 2016-12-29 | Merge pull request #1694 from rwhogg/add-kabylake | Mike McQuaid | |
| Add Kaby Lake to Linux hardware list | |||
| 2016-12-29 | development_tools: remove unused method. | Mike McQuaid | |
| 2016-12-19 | Remove Xcode prerelease warnings. | Mike McQuaid | |
| At this point we probably do want to know about issues that crop up in betas so we can fix them before the new version of Xcode is released. Additionally, this doesn't really work well any more with our new tag-based workflow as it means we need to cut a new tag immediately after a new Xcode is released. | |||
| 2016-12-18 | Never trigger too old CLT check on <10.7. | Mike McQuaid | |
| While we fake a CLT for these versions they never shipped with the CLT so cannot update it. | |||
