Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The implemented solution entails shadowing old phase queues so that helpers
don't pick up old phase tasks and boosting the max_threads count so that we
can create more helpers if all the existing ones are stuck in the old phase.
|
|
|
|
|
|
|
|
This makes sure mixed-language (e.g., C and C++) utility libraries behave as
expected.
|
|
|
|
This turned out to be important when building in multiple contexts that share
the scheduler (e.g., main and module/recipe build context). In this case we
need an accurate active thread count in order to decide when to start an extra
helper thread past max_active.
|
|
|
|
|
|
See GitHub issue #114 for context.
|
|
|
|
Their presence is incompatible with what we are doing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specifically, we keep config.config.environment but strip
config.config.hermetic. Also update the INSTALL file.
|
|
See GitHub issue #134 for background.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GitHub issue #136.
|
|
|
|
|