summaryrefslogtreecommitdiffstats
path: root/build2/functions-path.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Fix few undefined behavior (ubsan) bugsBoris Kolpackov2018-01-021-1/+1
|
* Add $directory(), $base(), $leaf() and $extension() functionsKaren Arutyunov2017-11-101-0/+148
|
* Add ability to pass scope to buildfile functions, add $install.resolve()Boris Kolpackov2017-09-111-2/+4
|
* Change dir_path/string concatenation semanticsKaren Arutyunov2017-07-241-14/+8
|
* Make path value type to be base for dir_pathKaren Arutyunov2017-06-261-5/+3
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-2/+2
|
* Add path representation() buildfile functionBoris Kolpackov2017-04-181-0/+21
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Add optional actualize argument to $path.normalize()Boris Kolpackov2016-12-051-9/+46
|
* Add path.canonicalize() functionBoris Kolpackov2016-12-011-0/+24
|
* Add support for typed/untyped concatenated expansionBoris Kolpackov2016-11-301-15/+100
|
* Use diagnostics facility from libbutlBoris Kolpackov2016-11-221-2/+1
|
* Add function machinery, implement path.normalize()Boris Kolpackov2016-11-181-0/+53
Note that multi-argument functions are not yet "callable" since there is no support for value packs.