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
/
build2
/
test
/
script
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-09
Initial parallel scheduler implementation, use to run testscrips
Boris Kolpackov
5
-151
/
+142
2016-12-05
Make use of casts and canonicalizations in testscripts
Karen Arutyunov
2
-11
/
+12
2016-12-05
Eliminate the use of '/...' paths on Windows
Karen Arutyunov
1
-3
/
+1
2016-12-05
Adapt to semantics change of path::normalize()
Karen Arutyunov
1
-1
/
+3
2016-12-05
Add rm builtin
Karen Arutyunov
1
-0
/
+141
2016-12-05
Add comma, ternary, logical operators support in eval context
Boris Kolpackov
2
-5
/
+0
2016-12-01
Implement testscript variable-if
Boris Kolpackov
2
-74
/
+118
2016-11-30
Add support for typed/untyped concatenated expansion
Boris Kolpackov
1
-1
/
+1
2016-11-29
Fix escaping issue, propagate quoting for $ and ( tokens
Boris Kolpackov
2
-16
/
+26
2016-11-28
Sketch testscript line regex object model
Boris Kolpackov
1
-0
/
+76
2016-11-26
Spec testscript regex, add support in token/lexer
Boris Kolpackov
5
-165
/
+149
2016-11-25
Implement literal here-document support
Boris Kolpackov
4
-38
/
+93
2016-11-25
Allow here-document end marker to be wholly quoted
Boris Kolpackov
2
-6
/
+46
2016-11-25
Distinguish token quoting type and completeness
Boris Kolpackov
2
-12
/
+21
2016-11-23
Implement value type propagation on expansion
Boris Kolpackov
1
-1
/
+1
2016-11-23
Print test scope directory changes in verbose (-v) mode
Karen Arutyunov
1
-0
/
+14
2016-11-22
Use diagnostics facility from libbutl
Boris Kolpackov
2
-15
/
+9
2016-11-15
Add cat, false and true builtins
Karen Arutyunov
5
-42
/
+318
2016-11-11
Clean up testscript grammar and parser
Boris Kolpackov
2
-577
/
+623
2016-11-11
Get rid of lexer modes overriding pair separators
Boris Kolpackov
1
-3
/
+11
2016-11-10
Implement scope-if in testscript
Boris Kolpackov
3
-148
/
+415
2016-11-09
Various minor semantics changes in testscript language
Boris Kolpackov
2
-85
/
+82
2016-11-08
Implement testscript command-if
Boris Kolpackov
6
-143
/
+444
2016-11-08
Add mkdir and touch builtins
Karen Arutyunov
6
-308
/
+672
2016-11-08
Get rid of faulty test script move-ctor
Karen Arutyunov
3
-15
/
+12
2016-11-07
Rework pre-parsed line type in testscript
Boris Kolpackov
2
-53
/
+68
2016-11-07
Only do effective escaping when re-parsing expansions in testscript
Boris Kolpackov
2
-4
/
+19
2016-11-04
Use include-aware location in testscript
Boris Kolpackov
1
-4
/
+1
2016-11-04
Rework testscript parser into more modular/reusable functions
Boris Kolpackov
2
-220
/
+254
2016-11-04
Implement testscript inclusion support
Boris Kolpackov
5
-55
/
+254
2016-11-04
Fix Clang and VC warnings
Karen Arutyunov
2
-2
/
+6
2016-11-04
Adopt to auto_fd introduced to libbutl fdstreams and process
Karen Arutyunov
2
-15
/
+4
2016-11-04
Rely on path from replay data in testscript re-parse phase
Boris Kolpackov
2
-5
/
+8
2016-11-04
Restructure testscript parser slightly
Boris Kolpackov
3
-9
/
+45
2016-11-04
Fix VC compilation errors
Karen Arutyunov
1
-25
/
+25
2016-11-04
Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)
Karen Arutyunov
1
-11
/
+0
2016-11-04
Add support for cleanup types to testscript runner
Karen Arutyunov
2
-22
/
+42
2016-11-04
Implement command-pipe, command-expr in testscript parser
Boris Kolpackov
6
-72
/
+277
2016-11-04
Establish testscript builtins infrastructure
Boris Kolpackov
2
-0
/
+112
2016-11-04
Add support for cleanup types to testscript parser
Karen Arutyunov
4
-12
/
+47
2016-11-04
Implement support for here-document indentation
Boris Kolpackov
1
-11
/
+92
2016-11-04
Update test runner to accommodate cleanup types
Karen Arutyunov
4
-16
/
+28
2016-11-04
Check if registered for cleanup path is in test scope working directory
Karen Arutyunov
1
-17
/
+28
2016-11-04
Update model to accommodate cleanup types
Boris Kolpackov
1
-20
/
+38
2016-11-04
Minor comment change
Boris Kolpackov
1
-16
/
+13
2016-11-04
Add support for &dir/*** test path cleanup syntax
Karen Arutyunov
3
-17
/
+65
2016-11-04
Add --no-line, --no-column options
Boris Kolpackov
1
-4
/
+14
2016-11-04
Suppress duplicates on test scope path cleanup registration
Karen Arutyunov
3
-44
/
+59
2016-11-04
Add tests and fixes for trailing description support
Boris Kolpackov
2
-24
/
+46
2016-11-04
Initial support for trailing description in testscript
Boris Kolpackov
4
-20
/
+86
[next]