Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-20 | Rework extension handling logic | Boris Kolpackov | 1 | -56/+0 | |
We no longer support hxx{vector.}. Rather, the target type can decide, e.g., based on a config variable, whether to append an extension. Also, in the future we may support a syntax to specify that this is a complete name, e.g., hxx{'vector'}. | |||||
2015-01-14 | Track file extension in target, prerequisite | Boris Kolpackov | 1 | -0/+28 | |
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -2/+28 | |
Also use to-relative path translation in diagnostics. | |||||
2015-01-05 | Determine work, home, and {src,out}_{root,base} directories | Boris Kolpackov | 1 | -0/+40 | |
2014-12-08 | Add filesystem path class | Boris Kolpackov | 1 | -0/+207 | |
g++-4.9 -std=c++11 -I.. -o bd bd.cxx process.cxx timestamp.cxx path.cxx |