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 .
- Jul 09, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jul 07, 2016
-
-
Martin Afanasjew authored
Add an extension for accessing Git-related meta data that can be mixed in into a Pathname object (e.g. `HOMBREW_REPOSITORY` or the path of a `Tap` instance). The goal here is to eliminate code duplication.
-
- Jul 06, 2016
-
-
Martin Afanasjew authored
Remove an exact duplicate from further up in the same file. (It was accidentally added in 8a582f2b.)
-
Martin Afanasjew authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Xu Cheng authored
Closes https://github.com/Homebrew/homebrew-core/issues/2758
-
Misty De Meo authored
Beta versions of XQuartz have address sanitization enabled, which breaks some software at runtime, including wine. Closes Homebrew/homebrew-core#2481. Closes #459. Signed-off-by:
Misty De Meo <mistydemeo@github.com>
-
- Jul 05, 2016
-
-
Mike McQuaid authored
-
- Jul 04, 2016
-
-
Mike McQuaid authored
-
- Jun 16, 2016
-
-
msbit authored
Add SharedEnvExtension#gcc_with_cxx11_support? to centralise the logic for checking whether a compiler is known to support C++11. Update logic to accept GCC 4.8 and above (including 6). Thereby also address oversight in #163 where support for GCC 6 was added without updating the C++11 compiler whitelist. Add tests for Superenv#cxx11. Closes #346.
-
- Jun 15, 2016
-
-
Mike McQuaid authored
They may not but it's nice to be a bit more explicit.
-
- May 27, 2016
-
-
Martin Afanasjew authored
Affects only legacy systems that don't have a `/usr/bin/cc` binary.
-
- May 22, 2016
-
-
Mike McQuaid authored
At this point it's never a good compiler to use so let's just remove it.
-
- May 15, 2016
-
-
Paolo G. Giarrusso authored
Closes #239.
-
- May 12, 2016
-
-
Martin Afanasjew authored
The fix changes behavior in same cases, but those cases were all either broken or showed unexpected behavior. The new behavior is very simple: - If an argument starts with `--<option-name>=`, return whatever comes after the equals sign. Prior to this change, `ARGV.value` showed some unexpected behavior: - `ARGV.value("foo")` returned `nil` for `--foo=` because at least one character needed to be present after the equals sign. (All other option parser implementations I'm aware of allow for empty values.) - `ARGV.value("bar")` returned `"baz"` for `--foo=--bar=baz` because the regular expression was not anchored to the start of the argument. - `ARGV.value("++")` raised an exception because the string wasn't escaped for use in the regular expression. (An unlikely corner case.) Closes #231. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- May 09, 2016
-
-
Sebastian Staudt authored
CPU was transformed into a class in 8d995e96.
-
- May 08, 2016
-
-
Mike McQuaid authored
Closes #168. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- May 07, 2016
-
-
Andrew Janke authored
-
- May 03, 2016
-
-
Toru Tanaka authored
-
- Apr 23, 2016
-
-
Misty De Meo authored
-
Misty De Meo authored
Setting -mcpu and -mtune on Tiger with gcc-4.2 exposes a bug in one of the system headers, causing certain builds to fail. This can be fixed by adding -faltivec to CFLAGS. See: http://trac.macports.org/ticket/34213
-
Misty De Meo authored
-
Andrew Janke authored
The new stage() signature introduced by #66 breaks back-compatibility under Ruby 1.8.7. This fixes it by switching back to a one-argument block signature and using a new class to wrap both the Resource and Mktemp info for the staging context, in a signature-back-compatible way. Addresses homebrew/homebrew-core#529. Closes #135. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
- Apr 22, 2016
-
-
Misty De Meo authored
-
- Apr 19, 2016
-
-
Andrew Janke authored
Also enables sandbox for --interactive and --debug use of install and test, using automatic retention. Closes #66. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
- Apr 18, 2016
-
-
Martin Afanasjew authored
Also remove related helper method `Homebrew.help_s`.
-
- Apr 13, 2016
-
-
Andrew Janke authored
Old logic doesn't include revision. This fixes that, and passes the whole formula prefix path to avoid duplicating the path-construction logic. Closes #80. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Andrew Janke authored
Fixes build error in Homebrew/homebrew-core#100. Closes #63. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
- Apr 06, 2016
-
-
Andrew Janke authored
test-bot: revise Step output transcoding and XML character filtering
-
ilovezfs authored
We need to move the Snow Leopard fix down since Etc.getgrgid can't handle a string. Closes #31. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
- Apr 05, 2016
-
-
Misty De Meo authored
Previously, superenv did not try to filter -I or -L flags based on the list of requested dependencies; as a result, buildsystems which opportunistically discover Homebrew-installed libraries were able to link against them even under superenv. This adds a list of all requested dependencies to the superenv environment, and compares all -I and -L flags against those; any Cellar and opt paths found which resolve to unrequested dependencies are filtered out.
-
- Apr 01, 2016
-
-
Xu Cheng authored
* Count .DS_Store disk usage but not file count. * Count symlink's own disk usage instead of ignoring it. * Count hardlinks disk usage only once. * Add testcase. Closes Homebrew/homebrew#50563. Closes Homebrew/homebrew#50566. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Mar 31, 2016
-
-
Xu Cheng authored
i.e. Ignoring the file's directory for version parsing. Closes Homebrew/homebrew#50568. Signed-off-by:
Xu Cheng <xucheng@me.com>
-