Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -6/+13 | |
Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project. | |||||
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -2/+3 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-28 | Make config module implicitly load config.build if exists | Boris Kolpackov | 1 | -15/+9 | |
2015-04-20 | Merge config.cxx.* variables into cxx.* when loading cxx module | Boris Kolpackov | 1 | -3/+9 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -2/+2 | |
2015-03-31 | Save config.build | Boris Kolpackov | 1 | -2/+2 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -4/+6 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -6/+6 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -2/+10 | |
2015-03-18 | Implement complete root/base detection, basic module support | Boris Kolpackov | 1 | -0/+43 | |
This is the initial groundwork for the configuration support. |