Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -13/+3 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -2/+2 | |
Now operator[] is only used for lookup. | |||||
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -49/+16 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -6/+6 | |
2015-04-02 | Handle "nothing to be done" case for disfigure | Boris Kolpackov | 1 | -1/+1 | |
2015-03-31 | Rename root_scope to global_scope | Boris Kolpackov | 1 | -7/+7 | |
To avoid confusion with project's root scopes. | |||||
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 1 | -6/+13 | |
We now have a combined (scopes, variables, and targets) dump. | |||||
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -0/+57 | |
We can now build out-of-tree. | |||||
2015-03-13 | Add support for "first" and "last" execution modes | Boris Kolpackov | 1 | -0/+3 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -3/+0 | |
2015-03-09 | Add meta/operation lists, lift operations in buildspec | Boris Kolpackov | 1 | -0/+3 | |
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -8/+34 | |
2015-03-02 | Clean up clang warnings | Boris Kolpackov | 1 | -2/+2 | |
2015-02-26 | Support for scope parents, initial variable support | Boris Kolpackov | 1 | -2/+0 | |
2015-02-24 | Use prefix_map for scopes, establish root scope | Boris Kolpackov | 1 | -0/+2 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -19/+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 | -0/+15 | |
2015-01-14 | Track file extension in target, prerequisite | Boris Kolpackov | 1 | -2/+2 | |
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -0/+36 | |
Also use to-relative path translation in diagnostics. | |||||
2015-01-05 | Determine work, home, and {src,out}_{root,base} directories | Boris Kolpackov | 1 | -0/+19 | |