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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
Adjust to diagnostics epilogue interface change
Boris Kolpackov
1
-2
/
+2
2022-10-28
Add ability to disable diagnostics buffering (--no-diag-buffer)
Boris Kolpackov
10
-23
/
+109
2022-10-27
Suppress (potential) bogus GCC 12 -Wrestrict warnings
Boris Kolpackov
11
-25
/
+25
2022-10-27
Initial work on child process diagnostics buffering
Boris Kolpackov
10
-87
/
+578
2022-10-25
Adapt to butl::semantic_version API change
Karen Arutyunov
2
-5
/
+12
2022-10-25
Allow concatenation of path/dir_path type to be a path pattern
Karen Arutyunov
1
-6
/
+49
2022-10-24
Allow conversion of untyped split dir/value names to string
Boris Kolpackov
1
-11
/
+19
2022-10-24
Allow non-parallel absolute src/out to support imported target tagging
Boris Kolpackov
2
-20
/
+43
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
8
-118
/
+174
2022-10-21
Add clarifying comment
Boris Kolpackov
2
-0
/
+6
2022-10-21
Pass correct base scope to search() in dyndep::enter_file()
Boris Kolpackov
1
-6
/
+31
2022-10-21
Fix bug in file_cache::entry move constructor and assignment operator
Boris Kolpackov
1
-0
/
+4
2022-10-21
Handle freestanding/broken setups when entering importable std headers
Boris Kolpackov
1
-17
/
+30
2022-10-20
Don't create targets for non-existent source files
Boris Kolpackov
3
-18
/
+28
2022-10-20
Ignore post hoc prerequisites in dist rule
Boris Kolpackov
1
-1
/
+7
2022-10-20
Tweak documentation in parser::parse_for()
Karen Arutyunov
1
-2
/
+2
2022-10-20
Add support for for-loop element type
Karen Arutyunov
2
-9
/
+25
2022-10-20
Fix parser::mode() so for peeked token on replay it returns its lexing mode
Karen Arutyunov
1
-2
/
+11
2022-10-20
Diagnose incorrect output directory specification
Boris Kolpackov
4
-22
/
+90
2022-10-20
Implement parallel execution of post hoc prerequisites
Boris Kolpackov
2
-9
/
+48
2022-10-19
Handle operation-specific variable values in post hoc logic
Boris Kolpackov
1
-1
/
+19
2022-10-19
Minor tweaks to target_lock passing semantics
Boris Kolpackov
2
-3
/
+9
2022-10-19
Add support for post hoc prerequisites
Boris Kolpackov
13
-136
/
+443
2022-10-18
Fix unexpected 'unterminated double-quoted sequence' script error
Karen Arutyunov
11
-54
/
+152
2022-10-18
Add unexpected 'unterminated double-quoted sequence' error testscript reprodu...
Karen Arutyunov
2
-0
/
+26
2022-10-18
Invent diag preamble for buildscript
Karen Arutyunov
6
-140
/
+354
2022-10-17
Add pkg-config search tracing
Boris Kolpackov
1
-2
/
+14
2022-10-17
Tolerate case differences when looking for pkg-config files
Boris Kolpackov
1
-18
/
+26
2022-10-14
Fix 'for [<attrs>] x: ...' to treat <attrs> as value attributes
Karen Arutyunov
8
-57
/
+37
2022-10-14
Make -w|--whitespace to be default for for-loop
Karen Arutyunov
1
-1
/
+1
2022-10-14
Fix printing test id multiple times on test failure
Karen Arutyunov
2
-14
/
+44
2022-10-13
Work around Clang 6, 7 codegen issues
Boris Kolpackov
3
-36
/
+28
2022-10-13
Reorder functions to help MinGW GCC with DLL symbol exporting
Boris Kolpackov
1
-8
/
+8
2022-10-13
Fix bug in pkg-config metadata extraction logic
Boris Kolpackov
1
-6
/
+9
2022-10-13
Fix couple of corner cases in public/private variable model
Boris Kolpackov
2
-45
/
+49
2022-10-13
Improve diagnostics
Boris Kolpackov
1
-0
/
+12
2022-10-13
Add support for 'for' loop second (... | for x) and third (for x <...) forms ...
Karen Arutyunov
33
-403
/
+3104
2022-10-13
Optimize by going straight to public variable pool where applicable
Boris Kolpackov
15
-61
/
+109
2022-10-13
Add visibility, overridable variable attributes
Boris Kolpackov
3
-11
/
+77
2022-10-13
Switch to public/private variables model
Boris Kolpackov
18
-128
/
+275
2022-10-11
Factor variable patterns out of variable_pool into separate variable_patterns
Boris Kolpackov
6
-94
/
+168
2022-10-10
Preparatory work for public/private variable distinction
Boris Kolpackov
31
-112
/
+357
2022-10-10
Use term shared instead of global for scope, var pool, etc
Boris Kolpackov
4
-30
/
+32
2022-10-05
Check for `-`-spelled cl.exe options in addition to `/`-spelled
Boris Kolpackov
1
-19
/
+29
2022-09-30
Move integer and bool function to separate source/testscript files
Boris Kolpackov
4
-158
/
+202
2022-09-29
Tighten low-verbosity diagnostics name deduction logic
Boris Kolpackov
3
-4
/
+61
2022-09-29
Add $find(<sequence>, <value>), $find_index(<sequence>, <value>) functions
Boris Kolpackov
4
-2
/
+155
2022-09-29
Fix variable append logic in script
Boris Kolpackov
8
-91
/
+105
2022-09-28
Don't print true and false script builtins at verbosity level 2
Karen Arutyunov
1
-1
/
+4
[next]