aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-process-path.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-08-09Complete and cleanup function documentation in preparation for auto-extractionBoris Kolpackov1-15/+38
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.*().
2021-04-20Detect environment changes in ad hoc recipesBoris Kolpackov1-0/+1
2020-12-04Mark Buildfile functions as pure or impureBoris Kolpackov1-4/+4
2020-06-02Add process_path_ex with program stable name and checksumBoris Kolpackov1-7/+16
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-23Introduce notion of build contextBoris Kolpackov1-2/+2
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/+25