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-09-19
Fix race between load and match phase logic in cc:search_library()
Boris Kolpackov
1
-12
/
+25
2022-09-19
Add target_lock::first to distinguish first lock of target
Boris Kolpackov
3
-11
/
+15
2022-09-19
Allow computed variables in depdb preamble similar to impure functions
Boris Kolpackov
4
-10
/
+50
2022-09-16
Register fallback dist meta-operation rule for out of project targets
Boris Kolpackov
3
-4
/
+18
2022-09-13
Add $builtin.concat(dir_path, dir_path) and $builtin.concat(dir_path, path) o...
Karen Arutyunov
1
-0
/
+10
2022-09-13
Fix bug in handling of disabled recipes in ad hoc pattern rules
Boris Kolpackov
1
-3
/
+16
2022-09-12
Add note on backlink=overwrite mode
Boris Kolpackov
1
-1
/
+23
2022-09-12
Do not treat primary ad hoc group member as group for variable lookup
Boris Kolpackov
3
-4
/
+38
2022-09-09
Evaluate target specific variable assignment/block on ad hoc members
Boris Kolpackov
2
-37
/
+113
2022-09-07
Fix assert after cycle detection in ad hoc groups
Boris Kolpackov
1
-31
/
+31
2022-09-07
Fix fsdir{} handling corner cases in ad hoc buildscript recipes/rules
dist-remap
Boris Kolpackov
4
-11
/
+39
2022-09-06
Add ability to remap paths in distribution
Boris Kolpackov
2
-29
/
+102
2022-09-05
Allow empty prerequisites in prerequisite-specific variable assignment/block
Boris Kolpackov
1
-27
/
+52
2022-09-02
Add missing if! support in recipes
Boris Kolpackov
1
-2
/
+2
2022-09-02
Add ability to specify `in` rule substitution as key-value pairs
Boris Kolpackov
7
-12
/
+65
2022-09-02
Rename in.substitution variable to in.mode
Boris Kolpackov
2
-2
/
+6
2022-08-22
Manually check values for NULL when using low-level function interface
Boris Kolpackov
2
-1
/
+14
2022-08-17
Allow matching empty output with here-document regex without ':' modifier
Karen Arutyunov
1
-0
/
+25
2022-08-17
Fix bug in handling of "in *.export.libs but not in prerequisites" case
Boris Kolpackov
1
-5
/
+16
2022-08-17
If cl.exe path is specified then extract VC tools directory from this path
Karen Arutyunov
1
-32
/
+74
2022-08-17
Handle another "in *.export.libs but not in prerequisites" case
Boris Kolpackov
3
-49
/
+78
2022-08-17
Get rid of Clang warning
Boris Kolpackov
1
-0
/
+2
2022-08-16
Improve MSVC /DEBUG option handling
Boris Kolpackov
1
-19
/
+26
2022-08-02
Make bash.in rule match exe{} without bash{} modules with hint
Boris Kolpackov
2
-8
/
+9
2022-07-29
Change version to 0.16.0-a.0.z
Boris Kolpackov
1
-1
/
+1
2022-07-28
Release version 0.15.0
v0.15.0
Boris Kolpackov
1
-1
/
+1
2022-07-26
Remove unused code
Boris Kolpackov
1
-66
/
+0
2022-07-26
Disable risky sanity check
Boris Kolpackov
1
-1
/
+3
2022-07-26
Re-enable temporarily disable tests (part of cmdline work)
Boris Kolpackov
2
-10
/
+2
2022-07-26
Add <libbuild2/dyndep.hxx> to list of headers pre-included for C++ recipes
Boris Kolpackov
1
-0
/
+1
2022-07-25
Use 'C:\Program Files' instead of 'C:\Program Files (x86)' in documentation
Karen Arutyunov
1
-1
/
+1
2022-07-25
Fix typo in comment
Boris Kolpackov
1
-1
/
+1
2022-07-21
Make LLVM tools (ar, lld, etc) detection more robust
Boris Kolpackov
1
-6
/
+18
2022-07-21
Use bundle scope when deciding whether project is being distributed
Boris Kolpackov
1
-2
/
+3
2022-07-21
Map Apple Clang 13.1.6 to vanilla Clang 12.0.0
Boris Kolpackov
1
-18
/
+20
2022-07-21
Fix bug in common .pc file generation logic (GitHub issue #198)
Boris Kolpackov
1
-1
/
+1
2022-07-21
Add link to HOWTO entry in conditional dependency declaration warning
Boris Kolpackov
1
-1
/
+3
2022-07-21
Don't issue conditional dependency declaration warning for imported projects
Boris Kolpackov
3
-9
/
+46
2022-07-20
Fix bug in cc::pkconfig_save()
Boris Kolpackov
1
-1
/
+1
2022-07-20
Tweak diagnostics
Boris Kolpackov
1
-1
/
+1
2022-07-20
Adjust conditional dependency declaration warning logic
Boris Kolpackov
2
-13
/
+19
2022-07-20
Adjust to match libpkg-config interface/semantics changes
Boris Kolpackov
1
-5
/
+25
2022-07-19
Warn about conditional dependency declarations during distribution
Boris Kolpackov
2
-0
/
+51
2022-07-19
Fix bug in target::matched()
Boris Kolpackov
2
-7
/
+7
2022-07-17
Map VC 17 to runtime version 14.3
Boris Kolpackov
2
-3
/
+6
2022-07-13
Work around "storing address of local variable" warning issued by GCC 12
Boris Kolpackov
1
-1
/
+1
2022-07-08
Fix script::parser::need_cmdline_relex()
Karen Arutyunov
1
-1
/
+1
2022-07-07
Use new cmdline type for canned command lines in {Build,Test}script
Boris Kolpackov
12
-73
/
+389
2022-07-07
Fix incorrect function family assignment for $target.process_path()
Boris Kolpackov
1
-1
/
+1
2022-07-05
Drop unused lambda capture
Boris Kolpackov
1
-2
/
+1
[prev]
[next]