Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-03 | Add ability for module to remember that it is unconfigured | Boris Kolpackov | 1 | -7/+10 | |
A module can set and then check the config.*.configured special variable to false. | |||||
2015-12-02 | Implement optional module loading | Boris Kolpackov | 1 | -4/+3 | |
The syntax is: using? cli Now each module use results in two bool variables: <module>.loaded and <module>.configured. Also implement variable visibility (the above two variables are limited to project). | |||||
2015-12-01 | Override outer configuration install paths that contain package name | Boris Kolpackov | 1 | -5/+19 | |
2015-08-27 | Dist module/meta-operation initial implementation | Boris Kolpackov | 1 | -3/+16 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -22/+26 | |
2015-07-31 | Essential install module functionality | Boris Kolpackov | 1 | -29/+29 | |
2015-07-28 | Install module genesis | Boris Kolpackov | 1 | -0/+7 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -3/+3 | |
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-07-02 | Common types cleanup (strings, cstrings) | Boris Kolpackov | 1 | -2/+1 | |
2015-07-02 | Various improvements to cli module | Boris Kolpackov | 1 | -0/+18 | |
2015-06-26 | Part two of dependency injection with auto-generation support | Boris Kolpackov | 1 | -3/+5 | |
2015-06-25 | Part one of dependency injection with auto-generation support | Boris Kolpackov | 1 | -1/+1 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -0/+24 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 1 | -0/+45 | |