aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script/script.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-12-03Reimplement search_existing() functions via target_type::searchBoris Kolpackov1-1/+1
This allows us to automatically get the target type-specific behavior with regards to the out_only semantics (added in the previous commit) instead of passing it explicitly from each call site.
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-1/+1
2022-10-13Add support for 'for' loop second (... | for x) and third (for x <...) forms ↵Karen Arutyunov1-1/+1
in script
2022-10-10Preparatory work for public/private variable distinctionBoris Kolpackov1-2/+2
We still always use the public var_pool from context but where required, all access now goes through scope::var_pool().
2022-07-07Use new cmdline type for canned command lines in {Build,Test}scriptBoris Kolpackov1-11/+100
2020-12-11Add export script pseudo-builtinKaren Arutyunov1-0/+8
2020-12-11Copy parent scope's test program list in runner's entry() function rather ↵Karen Arutyunov1-21/+8
than in scope's constructor
2020-12-11Fix set pseudo-builtin to reset special variables when requiredKaren Arutyunov1-0/+3
2020-12-11Prefix pseudo-builtin diagnostincs messages with their namesKaren Arutyunov1-5/+9
2020-12-08Add support for config.test.runnerKaren Arutyunov1-8/+50
2020-11-06Add support for test timeoutsKaren Arutyunov1-4/+102
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-420/+94
2020-03-17Rename all find*(variable) to lookup*(variable)Boris Kolpackov1-15/+15
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-08-23Introduce notion of build contextBoris Kolpackov1-23/+23
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/+741