Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 1 | -24/+45 | |
2015-04-17 | Tune buildspec heuristics | Boris Kolpackov | 1 | -4/+7 | |
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 1 | -0/+10 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -2/+2 | |
Now operator[] is only used for lookup. | |||||
2015-04-15 | Initial library support | Boris Kolpackov | 1 | -1/+6 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -30/+30 | |
2015-04-13 | Add initial import support | Boris Kolpackov | 1 | -51/+3 | |
2015-04-08 | Inherit list_value directly from names | Boris Kolpackov | 1 | -1/+1 | |
2015-04-07 | Initial support for amalgamation/subprojects | Boris Kolpackov | 1 | -48/+54 | |
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 | 1 | -1/+3 | |
2015-04-02 | Add command line option to set verbosity level | Boris Kolpackov | 1 | -3/+32 | |
-v sets it to 1 (shows actual command lines) --verbose sets it to any value in the 0-5 range | |||||
2015-04-01 | Implement initial C++ configuration support | Boris Kolpackov | 1 | -0/+2 | |
2015-03-31 | Rename root_scope to global_scope | Boris Kolpackov | 1 | -1/+1 | |
To avoid confusion with project's root scopes. | |||||
2015-03-30 | Initial support for command line variables | Boris Kolpackov | 1 | -4/+40 | |
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 1 | -1/+1 | |
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 | 1 | -58/+131 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -211/+78 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -258/+287 | |
2015-03-18 | Implement complete root/base detection, basic module support | Boris Kolpackov | 1 | -44/+240 | |
This is the initial groundwork for the configuration support. | |||||
2015-03-13 | Add support for "first" and "last" execution modes | Boris Kolpackov | 1 | -6/+8 | |
2015-03-13 | Add postponed recipe execution support | Boris Kolpackov | 1 | -1/+33 | |
2015-03-12 | Implement clean operation | Boris Kolpackov | 1 | -17/+5 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -24/+42 | |
2015-03-09 | Add meta/operation lists, lift operations in buildspec | Boris Kolpackov | 1 | -3/+113 | |
2015-03-09 | Add support for skipping already loaded/included buildfiles at top level | Boris Kolpackov | 1 | -2/+12 | |
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 | 1 | -89/+216 | |
At this stage operations are still ignored. | |||||
2015-03-07 | Add support for buildspec | Boris Kolpackov | 1 | -1/+42 | |
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -16/+40 | |
2015-03-03 | Implement new default target logic, canonical directory name (empty value) | Boris Kolpackov | 1 | -6/+7 | |
The logic is as follows: if we have an explicit current directory target, then that's the default target. Otherwise, we take the first target and use it as a prerequisite to create an implicit current directory target, effectively making it the default target via an alias. If there are no targets in this buildfile, then we don't do anything. | |||||
2015-02-27 | Variable assignment, appending support | Boris Kolpackov | 1 | -0/+2 | |
2015-02-24 | Use prefix_map for scopes, establish root scope | Boris Kolpackov | 1 | -0/+10 | |
2015-02-24 | Add fsdir{} for creating directories | Boris Kolpackov | 1 | -1/+5 | |
2015-02-23 | Don't create new target for alias/action/dir prerequisite | Boris Kolpackov | 1 | -2/+2 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -78/+1 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. | |||||
2015-02-19 | Add support for sourcing/including buildfiles, print, dir{} alias | Boris Kolpackov | 1 | -3/+7 | |
2015-01-20 | Diagnostic infrastructure revamp | Boris Kolpackov | 1 | -131/+113 | |
2015-01-16 | Implement rule chaining for cxx::link | Boris Kolpackov | 1 | -0/+3 | |
2015-01-15 | Implement rule ambiguity detection | Boris Kolpackov | 1 | -3/+3 | |
Also establish the infrastructure for rule hinting | |||||
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -7/+20 | |
Also use to-relative path translation in diagnostics. | |||||
2015-01-05 | Rename 'bd' to 'b' | Boris Kolpackov | 1 | -0/+299 | |
What the heck, let's be bold, right? |