-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support true parallel builds #225
Closed
Closed
Commits on Jan 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 41ec1f5 - Browse repository at this point
Copy the full SHA 41ec1f5View commit details
Commits on Jan 28, 2017
-
[makefiles] Use "+" and pass $(MFLAGS), so we can support parallelism.
This also adds --output-sync=target to the MFLAGS, so the output doesn't look like vomit if there are errors (although it sure makes it look less fast). This isn't supported by (you guessed it) Apple's ancient version of make. So for now, this requires macOS users to `brew install make` and `alias make=gmake`.
Configuration menu - View commit details
-
Copy full SHA for 17d9975 - Browse repository at this point
Copy the full SHA 17d9975View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba398a3 - Browse repository at this point
Copy the full SHA ba398a3View commit details
Commits on Dec 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0b0fb32 - Browse repository at this point
Copy the full SHA 0b0fb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f52d0 - Browse repository at this point
Copy the full SHA e9f52d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c601357 - Browse repository at this point
Copy the full SHA c601357View commit details -
Configuration menu - View commit details
-
Copy full SHA for e413d62 - Browse repository at this point
Copy the full SHA e413d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ebdcf - Browse repository at this point
Copy the full SHA c3ebdcfView commit details
Commits on Dec 17, 2017
-
[makefiles] Force clang color output. Merge flags to _THEOS_MAKEFLAGS.
When using --output-sync, build commands are given a normal file descriptor as their stdout/stderr, rather than the stdout/stderr of the tty. This means they don’t see a tty when they do `isatty(stderr)` and therefore don’t give colored output or any other fancy stuff. This forces that by using -fcolor-diganostics.
Configuration menu - View commit details
-
Copy full SHA for 6b69c4f - Browse repository at this point
Copy the full SHA 6b69c4fView commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 85dc99e - Browse repository at this point
Copy the full SHA 85dc99eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.