Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-14 | Add notion of strong/weak amalgamation, make strong new clean boundary | Boris Kolpackov | 1 | -3/+2 | |
2015-07-13 | Implement subproject import | Boris Kolpackov | 1 | -3/+3 | |
2015-07-13 | Make subprojects list of name=subdir pairs | Boris Kolpackov | 1 | -0/+6 | |
2015-07-10 | Implement automatic subproject discovery | Boris Kolpackov | 1 | -6/+21 | |
Currently we only capture their directories without the project names. We will need project names when we hook import search into this. | |||||
2015-07-08 | Implement automatic amalgamation discovery | Boris Kolpackov | 1 | -11/+12 | |
2015-07-07 | Relax requirement on amalgamation src_root to track sub-project | Boris Kolpackov | 1 | -1/+1 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -1/+2 | |
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-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -1/+1 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -1/+3 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -9/+3 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -6/+5 | |
Now operator[] is only used for lookup. | |||||
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -16/+17 | |
2015-04-08 | Inherit list_value directly from names | Boris Kolpackov | 1 | -4/+4 | |
2015-04-08 | Add note to generated config.build about inherited configuration | Boris Kolpackov | 1 | -3/+15 | |
2015-04-08 | Distinguish between undefined and null variables | Boris Kolpackov | 1 | -4/+4 | |
2015-04-08 | Support for disfiguring subprojects | Boris Kolpackov | 1 | -39/+80 | |
2015-04-08 | Configure subprojects that were loaded | Boris Kolpackov | 1 | -29/+54 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -7/+9 | |
2015-04-02 | Handle "nothing to be done" case for disfigure | Boris Kolpackov | 1 | -12/+36 | |
2015-04-02 | Implement translation of meta/operations to natural language | Boris Kolpackov | 1 | -0/+6 | |
2015-04-01 | Warn about configured/command line value mismatch | Boris Kolpackov | 1 | -12/+25 | |
Also store configured but unspecified values | |||||
2015-04-01 | Implement initial C++ configuration support | Boris Kolpackov | 1 | -7/+6 | |
2015-03-31 | Save config.build | Boris Kolpackov | 1 | -0/+54 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -9/+157 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -1/+55 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -0/+2 | |
2015-03-18 | Implement complete root/base detection, basic module support | Boris Kolpackov | 1 | -0/+14 | |
This is the initial groundwork for the configuration support. |