aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/algorithm.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-16Handle dry-run mode in backlinking implementationBoris Kolpackov1-11/+25
2019-08-30Cutoff diagnostics stack when switching to nested contextBoris Kolpackov1-0/+4
2019-08-23Introduce notion of build contextBoris Kolpackov1-139/+179
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-15Implement libs_paths symlinking support on WindowsBoris Kolpackov1-9/+3
Also, temporarily enable libs_paths::link on Windows for testing.
2019-08-14Use new mkanylink() from libbutlBoris Kolpackov1-38/+39
2019-08-01Fix linkage failure due to inline functions defined in ↵Karen Arutyunov1-1/+67
libbuild2/algorithm.ixx and referred from libbuild2/target.txx
2019-07-05Preserve timestamp when copying backlinkBoris Kolpackov1-1/+2
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+2205