aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script/script.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27Create build script temporary directory on demandKaren Arutyunov1-1/+10
2020-05-27Use dir_name_view for script environment working and sandbox directoriesKaren Arutyunov1-1/+1
2020-05-27Wrap up $<, $> variables and related ($target.path(), hashing, cleanup)Boris Kolpackov1-6/+7
2020-05-27Set proper build script command default redirectsKaren Arutyunov1-0/+2
Also add printing of set and exit pseudo-builtin command arguments for verb >= 2 as we do for normal builtins.
2020-05-27Factor out generic script parsing/executing functionality from ↵Karen Arutyunov1-323/+31
build2::test::script namespace
2020-03-17Rename all find*(variable) to lookup*(variable)Boris Kolpackov1-4/+6
Now we consistently use term "lookup" for variable value lookup. At some point we should also rename type lookup to binding and get rid of all the lookup_type aliases.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-13Use path_name in cc::lexer classKaren Arutyunov1-1/+13
2019-11-11Use path_name for `-` to stdin/stdout translationKaren Arutyunov1-2/+2
2019-10-29Add forward declaration header for build state typesBoris Kolpackov1-2/+1
2019-08-23Introduce notion of build contextBoris Kolpackov1-9/+10
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-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-0/+559