Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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? |