Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -13/+50 | |
2015-08-14 | Rework meta/operation registration | Boris Kolpackov | 1 | -0/+2 | |
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. | |||||
2015-07-31 | Essential install module functionality | Boris Kolpackov | 1 | -36/+50 | |
2015-07-23 | Basic test support | Boris Kolpackov | 1 | -1/+1 | |
2015-07-20 | Implement support for importing installed libraries | Boris Kolpackov | 1 | -1/+2 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -19/+72 | |
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-25 | Part one of dependency injection with auto-generation support | Boris Kolpackov | 1 | -3/+3 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -1/+2 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -1/+0 | |
2015-06-18 | Move process from build2 to libbutl | Boris Kolpackov | 1 | -1/+1 | |
2015-06-17 | Use portable ifdstream from libbutl instead of GNU stdio_filebuf | Boris Kolpackov | 1 | -5/+3 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-29 | Get rid of on-demand configuration for now | Boris Kolpackov | 1 | -0/+6 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 1 | -102/+42 | |
2015-04-20 | Merge config.cxx.* variables into cxx.* when loading cxx module | Boris Kolpackov | 1 | -0/+10 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -1/+1 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -15/+15 | |
Now operator[] is only used for lookup. | |||||
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -2/+2 | |
2015-04-08 | Distinguish between undefined and null variables | Boris Kolpackov | 1 | -22/+38 | |
2015-04-08 | Clarify comment | Boris Kolpackov | 1 | -2/+2 | |
2015-04-08 | Get rid of need to store scope in variable value | Boris Kolpackov | 1 | -5/+5 | |
2015-04-02 | Handle "nothing to be done" case for disfigure | Boris Kolpackov | 1 | -1/+1 | |
2015-04-01 | Warn about configured/command line value mismatch | Boris Kolpackov | 1 | -1/+11 | |
Also store configured but unspecified values | |||||
2015-04-01 | Implement initial C++ configuration support | Boris Kolpackov | 1 | -0/+134 | |