Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -36/+38 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -0/+37 | |
We can now build out-of-tree. | |||||
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -0/+13 | |
2015-02-20 | Rework extension handling logic | Boris Kolpackov | 1 | -0/+16 | |
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'}. | |||||
2014-12-08 | Add filesystem path class | Boris Kolpackov | 1 | -0/+68 | |
g++-4.9 -std=c++11 -I.. -o bd bd.cxx process.cxx timestamp.cxx path.cxx |