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 (
Expand
)
Author
Files
Lines
2022-10-10
Preparatory work for public/private variable distinction
Boris Kolpackov
4
-11
/
+16
2022-09-29
Tighten low-verbosity diagnostics name deduction logic
Boris Kolpackov
1
-3
/
+41
2022-09-29
Fix variable append logic in script
Boris Kolpackov
2
-12
/
+29
2022-09-28
Add support for 'for' loop first form (for x:...) in script
Karen Arutyunov
3
-34
/
+271
2022-09-28
Add support for 'while' loop in script
Karen Arutyunov
8
-72
/
+324
2022-09-19
Allow computed variables in depdb preamble similar to impure functions
Boris Kolpackov
3
-9
/
+49
2022-07-26
Re-enable temporarily disable tests (part of cmdline work)
Boris Kolpackov
2
-10
/
+2
2022-07-07
Use new cmdline type for canned command lines in {Build,Test}script
Boris Kolpackov
2
-45
/
+68
2022-07-01
Regenerate options parsing files
Karen Arutyunov
1
-6
/
+35
2022-06-28
Add support for querying out-qualified target-specific variables
Boris Kolpackov
2
-2
/
+2
2022-06-24
Allow ad hoc rules not to list targets that are updated during match
Boris Kolpackov
1
-1
/
+8
2022-06-21
Add --trace-{match,execute} options
Boris Kolpackov
1
-3
/
+3
2022-05-23
Cache build.host value in context
Boris Kolpackov
1
-1
/
+1
2022-03-11
Add JSON format support for --structured-result option and info meta operation
Karen Arutyunov
2
-4
/
+0
2022-03-07
Add support for update=unmatch|match to ad hoc recipes
Boris Kolpackov
1
-0
/
+13
2022-03-02
Add update operation-specific variable with unmatch|match additional values
Boris Kolpackov
2
-7
/
+7
2022-02-21
Factor process-wide initialization to init_process() function
Boris Kolpackov
1
-1
/
+1
2022-02-18
Factor out common CLI types (scanners, etc)
Karen Arutyunov
6
-919
/
+175
2022-02-16
Invent quoting modes for to_stream(name)
Karen Arutyunov
1
-1
/
+1
2022-02-10
Make few global types separately constructible/initializable
Boris Kolpackov
1
-1
/
+1
2022-01-18
Add dynamic prerequisites to $< unless --adhoc is specified
Boris Kolpackov
7
-30
/
+101
2022-01-06
Add depdb-dyndep --update-{include,exclude} options
Boris Kolpackov
3
-36
/
+327
2021-12-06
Recognize absolute Windows paths in make parser
Boris Kolpackov
1
-1
/
+1
2021-12-06
Redo make_parser interface to return path, handle invalid_path exception
Boris Kolpackov
1
-4
/
+2
2021-12-03
Add depdb-dyndep --drop-cycles option
Boris Kolpackov
6
-27
/
+84
2021-11-30
Add support for dynamic dependencies as byproduct of script body
Boris Kolpackov
7
-159
/
+368
2021-11-23
Add support for dynamic dependencies in ad hoc Buildscript recipes
Boris Kolpackov
10
-94
/
+2501
2021-10-14
Disable re-parse of sole expansions in Buildscript
Boris Kolpackov
3
-3
/
+36
2021-10-14
Pass along parse_names_result during script command parsing
Boris Kolpackov
2
-12
/
+11
2021-09-28
Adapt to libbutl headers extension change from .mxx to .hxx
Karen Arutyunov
3
-3
/
+3
2021-09-24
Fortify tests against NDEBUG
Karen Arutyunov
2
-2
/
+6
2021-08-04
Take into account file-base'ness in ad hoc buildscript recipes
Boris Kolpackov
3
-7
/
+17
2021-06-08
Redo low verbosity diagnostic deduction to use scope instead of target
Boris Kolpackov
3
-22
/
+26
2021-06-08
Implement ad hoc regex pattern rule support
Boris Kolpackov
3
-4
/
+6
2021-06-08
Only pass target to recipe_text() if recipe is not shared
Boris Kolpackov
3
-12
/
+19
2021-05-28
Add pattern_mode::ignore and use in appropriate places
Boris Kolpackov
1
-3
/
+3
2021-05-28
Make notion of name pattern explicit, fix various related loose ends
Boris Kolpackov
1
-3
/
+3
2021-04-21
Add buildscript depdb builtin 'env' command
Karen Arutyunov
2
-6
/
+36
2021-04-20
Detect environment changes in ad hoc recipes
Boris Kolpackov
1
-1
/
+1
2021-03-18
Add noop mode to file cache, add --file-cache option to select
Boris Kolpackov
1
-1
/
+1
2021-03-16
Define intermediate build results file cache interface
Boris Kolpackov
1
-1
/
+3
2020-12-11
Prefix pseudo-builtin diagnostincs messages with their names
Karen Arutyunov
1
-2
/
+3
2020-12-08
In update ad hoc recipe buildscripts allow non-pure function calls only in de...
Karen Arutyunov
3
-2
/
+100
2020-12-08
Add support for config.test.runner
Karen Arutyunov
1
-0
/
+10
2020-12-02
Add support for buildscript depdb preamble
Karen Arutyunov
8
-126
/
+555
2020-11-06
Add support for test timeouts
Karen Arutyunov
2
-4
/
+50
2020-06-18
Add env script pseudo-builtin
Karen Arutyunov
3
-4
/
+47
2020-06-18
Fix untracked variable check in buildscript parser
Karen Arutyunov
1
-1
/
+1
2020-06-10
Handle special variable names in base lexer via mode data
Boris Kolpackov
2
-33
/
+9
2020-06-08
Fix crashing when special builtin appears inside if condition or branch
Karen Arutyunov
2
-1
/
+33
[next]