aboutsummaryrefslogtreecommitdiff
path: root/build/path.txx
AgeCommit message (Collapse)AuthorFilesLines
2015-06-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-256/+0
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-13Add separate type to represent directory pathsBoris Kolpackov1-56/+67
2015-03-25Configure/disfigure src_root saving/removing support; fsdir{} injectionBoris Kolpackov1-6/+6
We can now build out-of-tree.
2015-02-24Use prefix_map for scopes, establish root scopeBoris Kolpackov1-1/+1
2015-02-20Rework extension handling logicBoris Kolpackov1-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-14Track file extension in target, prerequisiteBoris Kolpackov1-0/+28
2015-01-08Implement tracing supportBoris Kolpackov1-2/+28
Also use to-relative path translation in diagnostics.
2015-01-05Determine work, home, and {src,out}_{root,base} directoriesBoris Kolpackov1-0/+40
2014-12-08Add filesystem path classBoris Kolpackov1-0/+207
g++-4.9 -std=c++11 -I.. -o bd bd.cxx process.cxx timestamp.cxx path.cxx