aboutsummaryrefslogtreecommitdiff
path: root/build/path.ixx
AgeCommit message (Collapse)AuthorFilesLines
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