Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -56/+67 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -6/+6 | |
We can now build out-of-tree. | |||||
2015-02-24 | Use prefix_map for scopes, establish root scope | Boris Kolpackov | 1 | -1/+1 | |
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 |