aboutsummaryrefslogtreecommitdiff
path: root/build/path.ixx
AgeCommit message (Collapse)AuthorFilesLines
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-28Add support for iteration over path componentsBoris Kolpackov1-0/+35
2015-04-13Add separate type to represent directory pathsBoris Kolpackov1-36/+38
2015-03-25Configure/disfigure src_root saving/removing support; fsdir{} injectionBoris Kolpackov1-0/+37
We can now build out-of-tree.
2015-03-04Move roots and bases to appropriate scopesBoris Kolpackov1-0/+13
2015-02-20Rework extension handling logicBoris Kolpackov1-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-08Add filesystem path classBoris Kolpackov1-0/+68
g++-4.9 -std=c++11 -I.. -o bd bd.cxx process.cxx timestamp.cxx path.cxx