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
/
tests
/
function
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
Add $string.trim() function
Boris Kolpackov
1
-0
/
+7
2020-07-18
Add $regex.find_match() and $regex.find_search() functions
Karen Arutyunov
1
-0
/
+84
2020-04-03
Skip unmatched lines in $regex.replace_lines() if format_no_copy flag is spec...
Karen Arutyunov
1
-0
/
+20
2020-03-17
Add $defined(<variable>) function
Boris Kolpackov
1
-2
/
+17
2020-02-12
Add builtins support for $process.run*() functions
Karen Arutyunov
1
-16
/
+128
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
14
-14
/
+0
2019-11-15
Generalize attributes to be comma-separated with arbitrary values
Boris Kolpackov
1
-3
/
+3
2019-11-14
Require attributes to be separated from words and similar on RHS
Boris Kolpackov
1
-1
/
+1
2019-11-08
Add $regex.replace_lines() function
Karen Arutyunov
1
-0
/
+82
2019-11-05
Fix tests
Boris Kolpackov
5
-4
/
+24
2019-10-01
Add support for $string.icasecmp()
Karen Arutyunov
2
-0
/
+32
2019-10-01
Make $regex.{match,search}() to return NULL for no match if return_match or r...
Karen Arutyunov
1
-4
/
+4
2019-10-01
Rename $filesystem.path_match() to $path.match()
Karen Arutyunov
2
-79
/
+79
2019-10-01
Adapt to swapping of entry and pattern parameters in butl::path_match()
Karen Arutyunov
1
-19
/
+19
2019-01-16
Update copyright year
Karen Arutyunov
12
-12
/
+12
2018-09-04
Rename .test/test{} to .testscript/testscript{}
Boris Kolpackov
6
-6
/
+6
2018-07-16
Resolve function overload via the argument reversal to untyped
Boris Kolpackov
2
-14
/
+2
2018-06-20
Add $process.run() and $process.run_regex() functions
Boris Kolpackov
2
-0
/
+35
2018-05-19
Update copyright year
Karen Arutyunov
10
-10
/
+10
2018-05-19
Get rid of doc{version} and types for testscript and manifest in buildfiles
Karen Arutyunov
5
-5
/
+5
2017-11-10
Add $directory(), $base(), $leaf() and $extension() functions
Karen Arutyunov
1
-0
/
+65
2017-09-11
Add ability to pass scope to buildfile functions, add $install.resolve()
Boris Kolpackov
2
-0
/
+38
2017-08-30
Add $regex.split(), $regex.merge() and $regex.apply() functions
Karen Arutyunov
1
-0
/
+96
2017-06-27
Add support for regex function family
Karen Arutyunov
2
-0
/
+260
2017-06-26
Add support for $path_search() and $path_match()
Karen Arutyunov
2
-0
/
+160
2017-06-21
Add support for $envvar() function
Karen Arutyunov
1
-0
/
+61
2017-03-14
Implement implied buildfile support
Boris Kolpackov
1
-5
/
+0
2017-01-23
Implement automatic loading of directory buildfiles
Boris Kolpackov
2
-4
/
+2
2017-01-19
Add support for portable path modifer and dot character escaping inversion
Karen Arutyunov
1
-3
/
+3
2017-01-05
Update copyright year
Boris Kolpackov
5
-5
/
+5
2017-01-05
Add support for regex in runner
Karen Arutyunov
1
-3
/
+1
2016-12-16
Convert tests/ to subproject, initial work on cross-testing support
Boris Kolpackov
3
-3
/
+5
2016-12-09
Initial parallel scheduler implementation, use to run testscrips
Boris Kolpackov
1
-2
/
+2
2016-12-05
Add optional actualize argument to $path.normalize()
Boris Kolpackov
1
-10
/
+10
2016-12-01
Implement testscript variable-if
Boris Kolpackov
1
-1
/
+1
2016-12-01
Add path.canonicalize() function
Boris Kolpackov
1
-1
/
+12
2016-12-01
Organize tests/, factor common testscript fragments
Boris Kolpackov
4
-18
/
+2
2016-11-30
Add support for typed/untyped concatenated expansion
Boris Kolpackov
1
-2
/
+2
2016-11-25
Implement literal here-document support
Boris Kolpackov
2
-2
/
+2
2016-11-23
Implement few builtin functions that can operate on any value
Boris Kolpackov
3
-1
/
+76
2016-11-23
Fix failing on Windows path functions testscript
Karen Arutyunov
1
-1
/
+1
2016-11-22
Fix typo
Boris Kolpackov
1
-1
/
+1
2016-11-21
Change build.driver/path variable to build.path/process_path
Boris Kolpackov
1
-1
/
+1
2016-11-18
Add function machinery, implement path.normalize()
Boris Kolpackov
6
-29
/
+53
2016-06-18
Port to MinGW
Karen Arutyunov
1
-1
/
+1
2016-04-02
Add attribute syntax infrastructure
Boris Kolpackov
1
-1
/
+1
2015-09-10
Add support for chunking name parsing
Boris Kolpackov
2
-0
/
+4
2015-09-09
Add initial support for function calls: $func(a b c)
Boris Kolpackov
3
-0
/
+25