Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-27 | Add support for specifying library link order | Boris Kolpackov | 5 | -33/+149 | |
2015-04-26 | Cleanup cxx.link rule | Boris Kolpackov | 1 | -15/+1 | |
2015-04-26 | Rework resolved prerequisite targets storage | Boris Kolpackov | 14 | -420/+317 | |
2015-04-26 | Cover multiple backup copies | Boris Kolpackov | 1 | -1/+1 | |
2015-04-24 | Take one on library linking | Boris Kolpackov | 7 | -51/+238 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 26 | -524/+1162 | |
2015-04-20 | Merge config.cxx.* variables into cxx.* when loading cxx module | Boris Kolpackov | 7 | -41/+97 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 13 | -80/+135 | |
2015-04-17 | Improve diagnostics | Boris Kolpackov | 1 | -1/+2 | |
2015-04-17 | Tune buildspec heuristics | Boris Kolpackov | 1 | -4/+7 | |
2015-04-17 | Search in target group during variable lookup | Boris Kolpackov | 2 | -8/+15 | |
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 19 | -324/+598 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 15 | -116/+202 | |
Now operator[] is only used for lookup. | |||||
2015-04-15 | Initial library support | Boris Kolpackov | 11 | -76/+200 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 43 | -533/+606 | |
2015-04-13 | Add initial import support | Boris Kolpackov | 11 | -178/+425 | |
2015-04-08 | Inherit list_value directly from names | Boris Kolpackov | 7 | -33/+31 | |
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 | 3 | -27/+51 | |
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-08 | Clarify comment | Boris Kolpackov | 1 | -2/+2 | |
2015-04-08 | Get rid of need to store scope in variable value | Boris Kolpackov | 4 | -39/+20 | |
2015-04-07 | Initial support for amalgamation/subprojects | Boris Kolpackov | 8 | -60/+277 | |
For now both need to be manually specified in src bootstrap. At this stage main() loads any outer root scopes while include loads any inner. | |||||
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 13 | -106/+148 | |
2015-04-02 | Handle "nothing to be done" case for disfigure | Boris Kolpackov | 6 | -22/+59 | |
2015-04-02 | Implement translation of meta/operations to natural language | Boris Kolpackov | 7 | -24/+186 | |
2015-04-02 | Keep previous version of b executable as b-prev until linker succeeds | Boris Kolpackov | 2 | -5/+10 | |
This is useful in case of a linker error in which case the b binary is deleted and we have nothing to use. Also, it is a good idea to manually keep b-save in case of runtime bugs introduced during development. | |||||
2015-04-02 | Add command line option to set verbosity level | Boris Kolpackov | 7 | -5/+1014 | |
-v sets it to 1 (shows actual command lines) --verbose sets it to any value in the 0-5 range | |||||
2015-04-01 | Warn about configured/command line value mismatch | Boris Kolpackov | 5 | -50/+117 | |
Also store configured but unspecified values | |||||
2015-04-01 | Implement initial C++ configuration support | Boris Kolpackov | 9 | -41/+319 | |
2015-03-31 | Rename root_scope to global_scope | Boris Kolpackov | 6 | -28/+28 | |
To avoid confusion with project's root scopes. | |||||
2015-03-31 | Save config.build | Boris Kolpackov | 3 | -2/+68 | |
2015-03-30 | Initial support for command line variables | Boris Kolpackov | 7 | -89/+167 | |
2015-03-30 | Add support for configurable pair separator, use @ instead of = in buildspec | Boris Kolpackov | 4 | -57/+42 | |
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 13 | -64/+142 | |
We now have a combined (scopes, variables, and targets) dump. | |||||
2015-03-25 | Recognize common cases (., .., and dir{}) when deriving out_base | Boris Kolpackov | 1 | -6/+17 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 24 | -217/+720 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 18 | -271/+522 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 17 | -298/+418 | |
2015-03-18 | Implement complete root/base detection, basic module support | Boris Kolpackov | 15 | -53/+482 | |
This is the initial groundwork for the configuration support. | |||||
2015-03-13 | Factor string_table into separate file | Boris Kolpackov | 4 | -96/+124 | |
2015-03-13 | Rename set_key to map_key; feels more correct | Boris Kolpackov | 3 | -13/+13 | |
2015-03-13 | Add support for "first" and "last" execution modes | Boris Kolpackov | 16 | -44/+252 | |
2015-03-13 | Add postponed recipe execution support | Boris Kolpackov | 5 | -18/+61 | |
2015-03-12 | Implement clean operation | Boris Kolpackov | 17 | -190/+584 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 17 | -164/+358 | |
2015-03-09 | Add meta/operation lists, lift operations in buildspec | Boris Kolpackov | 6 | -30/+149 | |
2015-03-09 | Add support for skipping already loaded/included buildfiles at top level | Boris Kolpackov | 5 | -15/+32 | |
The idea is that a buildfile shall be included/loaded only once for any given out_root. | |||||
2015-03-09 | Build according to buildspec | Boris Kolpackov | 9 | -248/+406 | |
At this stage operations are still ignored. |