Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-12 | Add bin.libprefix to override default library prefix | Boris Kolpackov | 1 | -0/+3 | |
2015-12-09 | Add support for specifying additional rpath's | Boris Kolpackov | 1 | -17/+27 | |
For example: b config.bin.rpath=/usr/local/lib | |||||
2015-12-03 | Clean up rule names | Boris Kolpackov | 1 | -25/+28 | |
2015-12-02 | Implement optional module loading | Boris Kolpackov | 1 | -11/+14 | |
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-09-08 | Rework diagnostics verbosity, add quiet mode/option | Boris Kolpackov | 1 | -1/+1 | |
2015-08-31 | Rework scoping logic | Boris Kolpackov | 1 | -1/+1 | |
Now the src directory is entered into the scope map and points to the same scope as out. This means that targets that are in src, not out (e.g., source files) will "see" rules, variables, etc. This becomes important when we try, for example, to install a source file (say, a header) from src: we need the rule as well as the install.* variables. | |||||
2015-08-29 | New configure meta-operation implementation | Boris Kolpackov | 1 | -5/+9 | |
Now we search and match (but do not execute) a rule for every operation supported by the project. | |||||
2015-08-27 | Dist module/meta-operation initial implementation | Boris Kolpackov | 1 | -7/+5 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -11/+26 | |
2015-08-14 | Rework meta/operation registration | Boris Kolpackov | 1 | -0/+7 | |
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 | -13/+43 | |
2015-07-14 | Add notion of strong/weak amalgamation, make strong new clean boundary | Boris Kolpackov | 1 | -1/+1 | |
2015-07-08 | Implement automatic amalgamation discovery | Boris Kolpackov | 1 | -4/+4 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -14/+45 | |
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-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-29 | Get rid of on-demand configuration for now | Boris Kolpackov | 1 | -10/+36 | |
2015-04-24 | Take one on library linking | Boris Kolpackov | 1 | -0/+58 | |