index
:
build2
0.6
adhoc-recipe-history
adhoc-rule
adhoc-vars
build-script
ci
config-doc
ctx
diag-buffer
dist-remap
doc-fixes
dyndep
expl-group
export-libs
extension
hermetic
install-scope
internal-scope
json-type
json-type-review
libpkg-config
lto-parallelization
master
match-options
module-import
module-map-dump
opvar
posthoc-take1
preprocessed-tests-failure
reproducible-dist
build2 build system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbuild2
/
script
/
parser.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-09
Use diag_buffer in script
Karen Arutyunov
1
-46
/
+67
2022-10-21
Add support for pairs in script 'for x:...' loop
Karen Arutyunov
1
-10
/
+9
2022-10-21
Change attribute syntax in script to come after variable in set and for (set ...
Karen Arutyunov
1
-23
/
+34
2022-10-14
Fix 'for [<attrs>] x: ...' to treat <attrs> as value attributes
Karen Arutyunov
1
-3
/
+6
2022-10-14
Make -w|--whitespace to be default for for-loop
Karen Arutyunov
1
-1
/
+1
2022-10-13
Add support for 'for' loop second (... | for x) and third (for x <...) forms ...
Karen Arutyunov
1
-66
/
+307
2022-09-29
Fix variable append logic in script
Boris Kolpackov
1
-55
/
+7
2022-09-28
Add support for 'for' loop first form (for x:...) in script
Karen Arutyunov
1
-11
/
+179
2022-09-28
Add support for 'while' loop in script
Karen Arutyunov
1
-71
/
+130
2022-07-08
Fix script::parser::need_cmdline_relex()
Karen Arutyunov
1
-1
/
+1
2022-07-07
Use new cmdline type for canned command lines in {Build,Test}script
Boris Kolpackov
1
-10
/
+37
2022-02-16
Invent quoting modes for to_stream(name)
Karen Arutyunov
1
-3
/
+3
2021-11-23
Add support for dynamic dependencies in ad hoc Buildscript recipes
Boris Kolpackov
1
-1
/
+1
2021-10-14
Disable re-parse of sole expansions in Buildscript
Boris Kolpackov
1
-7
/
+14
2021-10-14
Pass along parse_names_result during script command parsing
Boris Kolpackov
1
-14
/
+19
2021-10-13
Add --cwd|-t option to env pseudo-builtin
Karen Arutyunov
1
-4
/
+36
2021-05-28
Add pattern_mode::ignore and use in appropriate places
Boris Kolpackov
1
-6
/
+6
2021-05-28
Make notion of name pattern explicit, fix various related loose ends
Boris Kolpackov
1
-6
/
+6
2021-04-21
Add buildscript depdb builtin 'env' command
Karen Arutyunov
1
-1
/
+1
2020-12-11
Add export script pseudo-builtin
Karen Arutyunov
1
-19
/
+5
2020-11-06
Add support for test timeouts
Karen Arutyunov
1
-25
/
+70
2020-06-18
Add env script pseudo-builtin
Karen Arutyunov
1
-5
/
+157
2020-06-18
Fix build2::script::parser::[reset_]quoted() to consider peeked token in repl...
Karen Arutyunov
1
-2
/
+3
2020-06-04
Properly handle diag directive in build script parser
Karen Arutyunov
1
-25
/
+28
2020-06-03
Allow process path values and targets as buildscript program names
Karen Arutyunov
1
-15
/
+68
2020-05-27
Initial support for ad hoc recipes (still work in progress)
Boris Kolpackov
1
-0
/
+2015