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
/
build
/
script
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-05-27
Add support for value subscript after expansions
adhoc-recipe-history
Boris Kolpackov
1
-8
/
+7
Value subscript is only recognized in evaluation contexts (due to ambiguity with wildcard patterns; consider: $x[123].txt) and should be unseparated from the previous token. For example: x = ($y[1]) x = (($f ? $y : $z)[1]) x = ($identity($x)[$z])
2020-05-27
Various minor fixes and cleanups
Boris Kolpackov
6
-28
/
+24
2020-05-27
Create build script temporary directory on demand
Karen Arutyunov
6
-107
/
+175
2020-05-27
Use dir_name_view for script environment working and sandbox directories
Karen Arutyunov
1
-2
/
+2
2020-05-27
Wrap up $<, $> variables and related ($target.path(), hashing, cleanup)
Boris Kolpackov
8
-28
/
+79
2020-05-27
Review (temp dir)
Boris Kolpackov
1
-5
/
+12
2020-05-27
Add script command redirect aliases
Karen Arutyunov
9
-119
/
+308
2020-05-27
Make build script to create special files in temporary directory
Karen Arutyunov
3
-7
/
+108
2020-05-27
Complete dump(ostream,script::lines)
Karen Arutyunov
2
-47
/
+127
2020-05-27
Make build script runner to execute exit-containing expression in dry-run mode
Karen Arutyunov
2
-8
/
+12
2020-05-27
Implement build script variable hashing
Boris Kolpackov
2
-4
/
+50
2020-05-27
Add ability to notice variable expansions in pre-parse mode
Boris Kolpackov
1
-1
/
+2
2020-05-27
Partially implement dump(ostream,script::lines)
Karen Arutyunov
2
-0
/
+21
2020-05-27
Remove redundant script member from build::script::environment class
Karen Arutyunov
5
-10
/
+8
2020-05-27
Add support for dry run mode for build script runner
Karen Arutyunov
2
-5
/
+21
2020-05-27
Set proper build script command default redirects
Karen Arutyunov
2
-3
/
+14
Also add printing of set and exit pseudo-builtin command arguments for verb >= 2 as we do for normal builtins.
2020-05-27
Make build script parser unit test compilable
Karen Arutyunov
1
-4
/
+2
2020-05-27
Integrate buildscript running into recipe default_action()
Boris Kolpackov
4
-7
/
+16
2020-05-27
Integrate buildscript pre-parsing into recipe parsing
Boris Kolpackov
2
-6
/
+9
2020-05-27
Make build script variable pool local to execution environment
Boris Kolpackov
3
-61
/
+25
2020-05-27
Add dump(ostream,script::lines) (partial implementation)
Karen Arutyunov
5
-8
/
+60
2020-05-27
Add build script
Karen Arutyunov
29
-0
/
+3322