aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-project-name.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-08-09Complete and cleanup function documentation in preparation for auto-extractionBoris Kolpackov1-0/+26
Also: - Move the $target.*() function family from functions-name.cxx to separate functions-target.cxx. - Get rid of the separate $process_path_ex.*() family, merging it with $process_path.*().
2022-12-14Handle NULL values in $string() and $concat() functionsBoris Kolpackov1-1/+12
This is relied upon by the parser to provide conversion/concatenation semantics consistent with untyped values. Note that we handle NULL values only for types that have empty representation.
2020-12-04Mark Buildfile functions as pure or impureBoris Kolpackov1-9/+9
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-01Rename $filesystem.path_match() to $path.match()Karen Arutyunov1-1/+1
2019-08-23Introduce notion of build contextBoris Kolpackov1-3/+3
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+63