aboutsummaryrefslogtreecommitdiff
path: root/build2/functions-path.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Split build system into library and driverBoris Kolpackov1-361/+0
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ...Karen Arutyunov1-2/+2
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-01-02Fix few undefined behavior (ubsan) bugsBoris Kolpackov1-1/+1
2017-11-10Add $directory(), $base(), $leaf() and $extension() functionsKaren Arutyunov1-0/+148
2017-09-11Add ability to pass scope to buildfile functions, add $install.resolve()Boris Kolpackov1-2/+4
2017-07-24Change dir_path/string concatenation semanticsKaren Arutyunov1-14/+8
2017-06-26Make path value type to be base for dir_pathKaren Arutyunov1-5/+3
2017-05-01Add hxx extension for headersKaren Arutyunov1-2/+2
2017-04-18Add path representation() buildfile functionBoris Kolpackov1-0/+21
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-05Add optional actualize argument to $path.normalize()Boris Kolpackov1-9/+46
2016-12-01Add path.canonicalize() functionBoris Kolpackov1-0/+24
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov1-15/+100
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-2/+1
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-0/+53