aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/parser.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-12Add -s|--timeout-success option to env script builtinBoris Kolpackov1-4/+5
2022-12-15Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-1/+1
2022-10-14Fix 'for [<attrs>] x: ...' to treat <attrs> as value attributesKaren Arutyunov1-0/+1
2022-10-13Add support for 'for' loop second (... | for x) and third (for x <...) forms ...Karen Arutyunov1-3/+28
2022-09-29Fix variable append logic in scriptBoris Kolpackov1-10/+9
2022-09-28Add support for 'for' loop first form (for x:...) in scriptKaren Arutyunov1-5/+12
2022-09-28Add support for 'while' loop in scriptKaren Arutyunov1-6/+6
2022-07-07Use new cmdline type for canned command lines in {Build,Test}scriptBoris Kolpackov1-2/+17
2021-10-14Disable re-parse of sole expansions in BuildscriptBoris Kolpackov1-1/+2
2021-10-14Pass along parse_names_result during script command parsingBoris Kolpackov1-2/+4
2021-10-13Add --cwd|-t option to env pseudo-builtinKaren Arutyunov1-3/+4
2020-11-06Add support for test timeoutsKaren Arutyunov1-5/+11
2020-06-18Add env script pseudo-builtinKaren Arutyunov1-2/+12
2020-06-04Properly handle diag directive in build script parserKaren Arutyunov1-2/+3
2020-06-03Allow process path values and targets as buildscript program namesKaren Arutyunov1-2/+30
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-0/+189