aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12Implement support for C compilationBoris Kolpackov1-1/+9
We now have two new modules: cc (c-common) and c.
2016-07-19Add support for building DLLs with VCBoris Kolpackov1-5/+5
2016-07-08Add dependency on fsdir{} in alias rulesBoris Kolpackov1-7/+9
This makes sure that a directory with only dir{} target gets cleaned up.
2016-07-08Implement limited rpath emulation for WindowsBoris Kolpackov1-7/+13
2016-06-17Initial take on DLL support for MinGW toolchainBoris Kolpackov1-0/+12
2016-04-19Redesign src/out scopingBoris Kolpackov1-0/+2
We no longer enter paths from the src tree into scope map. Instead, targets from the src tree now include their out tree directory (in essence their "configuration"). This is then used to find a target's scope. See the comment in class target for details. The result of this change is that we can now again build multiple configurations (out trees) for same project at once.
2016-03-09Force creation of output directory before opening depdbBoris Kolpackov1-5/+5
2016-03-07Remove the depdb (.d) files when cleaningBoris Kolpackov1-1/+6
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-8/+7
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+222