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 .
- Aug 09, 2014
-
-
Misty De Meo authored
We haven't actually had any complaints about this in awhile; it appears that cmake no longer picks up this specific framework. Refs Homebrew/homebrew#11030.
-
Jack Nagel authored
If the build process tries to write more bytes than will fit in the pipe buffer, it will block until the parent process does a read. However, the parent process will only do a read after the child process has exited or died, leading to a deadlock. Fix this by doing the read in a separate thread.
-
- Aug 08, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Aug 07, 2014
-
-
Jack Nagel authored
:universal and :cxx11 are now handled directly, so we don't need to always convert symbols to strings in this method. Symbols should be reserved for future use.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This method is only used internally and we always pass strings.
-
Jack Nagel authored
This method is called in two places, always with two arguments.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Aug 06, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#31360.
-
Brandon Bennett authored
Closes Homebrew/homebrew#31384. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Aug 04, 2014
-
-
Federico Bond authored
For easier capturing. Closes Homebrew/homebrew#31303. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Maurus Cuelenaere authored
Closes Homebrew/homebrew#30540. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
The major version is implicit in the compiler name. Since the name is used when matching failures to compilers, we don't need to consider the major version separately.
-
- Aug 03, 2014
-
-
Jack Nagel authored
major_version is now only used internally by the failure object
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-