Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-24 | Implement proper target type detection in dependency injection | Boris Kolpackov | 1 | -1/+4 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -2/+9 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -0/+18 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -27/+9 | |
2015-04-02 | Implement translation of meta/operations to natural language | Boris Kolpackov | 1 | -0/+99 | |
2015-04-02 | Add command line option to set verbosity level | Boris Kolpackov | 1 | -1/+1 | |
-v sets it to 1 (shows actual command lines) --verbose sets it to any value in the 0-5 range | |||||
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 1 | -9/+11 | |
We now have a combined (scopes, variables, and targets) dump. | |||||
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -4/+21 | |
2015-02-27 | Variable assignment, appending support | Boris Kolpackov | 1 | -0/+3 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -0/+19 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. | |||||
2015-01-20 | Diagnostic infrastructure revamp | Boris Kolpackov | 1 | -2/+64 | |
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -0/+20 | |
Also use to-relative path translation in diagnostics. |