Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-02 | Common types cleanup (strings, cstrings) | Boris Kolpackov | 1 | -2/+2 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -1/+5 | |
2015-05-22 | Get rid of gcc, clang warnings (-Wall) | Boris Kolpackov | 1 | -1/+2 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -13/+54 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -5/+9 | |
2015-04-13 | Add initial import support | Boris Kolpackov | 1 | -7/+3 | |
2015-04-02 | Implement translation of meta/operations to natural language | Boris Kolpackov | 1 | -0/+15 | |
2015-04-02 | Add command line option to set verbosity level | Boris Kolpackov | 1 | -1/+4 | |
-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 | -5/+5 | |
We now have a combined (scopes, variables, and targets) dump. | |||||
2015-02-27 | Variable assignment, appending support | Boris Kolpackov | 1 | -1/+2 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -5/+19 | |
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 | -6/+17 | |
2015-01-20 | Diagnostic infrastructure revamp | Boris Kolpackov | 1 | -28/+282 | |
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -0/+14 | |
Also use to-relative path translation in diagnostics. | |||||
2014-12-11 | Improve diagnostics and error handling | Boris Kolpackov | 1 | -0/+54 | |
g++-4.9 -std=c++14 -g -I.. -o bd bd.cxx target.cxx native.cxx rule.cxx cxx/rule.cxx cxx/target.cxx process.cxx timestamp.cxx path.cxx |