Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-11-18 | Implement noop meta-operation | Boris Kolpackov | 1 | -0/+16 | |
The effect is loading all the buildfiles but not searching/matching/executing any targets/operations. Useful for testing. | |||||
2016-04-19 | Redesign src/out scoping | Boris Kolpackov | 1 | -4/+3 | |
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-04-11 | New configuration logic, iteration 1 | Boris Kolpackov | 1 | -0/+4 | |
2016-02-29 | Rename level[1-6]() to l[1-6]() | Boris Kolpackov | 1 | -2/+2 | |
2016-02-12 | <types>/<utility> scheme cleanup | Boris Kolpackov | 1 | -7/+0 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-01-05 | Rename build directory/namespace to build2 | Boris Kolpackov | 1 | -0/+232 | |