aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.ixx
AgeCommit message (Collapse)AuthorFilesLines
2024-02-26Add ability to request serialization from schedulerBoris Kolpackov1-1/+1
In particular, this can be used to make sure no other recipe is being executed in parallel with the caller.
2023-04-05Allow creating context with bare minimum of initializationsBoris Kolpackov1-1/+1
This is used by bpkg to detect forwarded configurations without incurring the full context creation overhead.
2022-12-15Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-2/+2
2021-05-12Keep phase locked while working own queueBoris Kolpackov1-6/+2
2020-06-25Eliminate phase unlock for case where we are not going to waitBoris Kolpackov1-2/+6
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-23Introduce notion of build contextBoris Kolpackov1-8/+12
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-08-21Cleanup context.hxx and its usageBoris Kolpackov1-32/+0
2019-08-19Minor cleanupsBoris Kolpackov1-0/+32
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+60