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
/
cc
/
link-rule.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
Initial low verbosity diagnostics rework
Boris Kolpackov
1
-1
/
+1
2022-11-08
Make process exit diagnostics consistent
Boris Kolpackov
1
-3
/
+6
2022-11-08
Tighten args const-ness in the run*() function family
Boris Kolpackov
1
-4
/
+0
2022-11-08
More work on child process diagnostics buffering
Boris Kolpackov
1
-16
/
+3
2022-10-27
Initial work on child process diagnostics buffering
Boris Kolpackov
1
-38
/
+68
2022-10-21
Add clarifying comment
Boris Kolpackov
1
-0
/
+4
2022-10-10
Preparatory work for public/private variable distinction
Boris Kolpackov
1
-1
/
+7
2022-09-28
Omit -l for binless libraries, metadata from common .pc file
Boris Kolpackov
1
-1
/
+0
2022-08-16
Improve MSVC /DEBUG option handling
Boris Kolpackov
1
-19
/
+26
2022-07-26
Disable risky sanity check
Boris Kolpackov
1
-1
/
+3
2022-07-21
Fix bug in common .pc file generation logic (GitHub issue #198)
Boris Kolpackov
1
-1
/
+1
2022-06-29
Work around MSVC 14.3 issues
Boris Kolpackov
1
-2
/
+2
2022-06-29
Make sure we generate common pkg-config file for only liba{}/libs{}
Boris Kolpackov
1
-2
/
+19
2022-06-28
Complete support for saving/loading library metadata to/from pkg-config files
Boris Kolpackov
1
-5
/
+21
2022-06-24
Allow ad hoc rules not to list targets that are updated during match
Boris Kolpackov
1
-7
/
+11
2022-06-24
Add ability to get common interface options via $x.lib_poptions()
Boris Kolpackov
1
-3
/
+12
2022-06-24
Match libraries before update for install prerequisites in cc::link_rule
Boris Kolpackov
1
-4
/
+11
2022-05-23
Detect cross-linking and pass -rpath-link in addition to -rpath
Boris Kolpackov
1
-7
/
+69
2022-05-05
Recognize -pthread as king of -l in *.libs
Boris Kolpackov
1
-2
/
+12
2022-05-05
Allow linking libraries without any sources/headers with hint
Boris Kolpackov
1
-3
/
+8
2022-04-20
Fix bug in recursively-binless detection logic
Boris Kolpackov
1
-1
/
+5
2022-04-20
Get rid of unnecessary move() call
Boris Kolpackov
1
-1
/
+1
2022-04-19
Use target recipe for auxiliary data storage during match-apply
Boris Kolpackov
1
-16
/
+13
2022-04-19
Switch to using std::function for target::data_pad
Boris Kolpackov
1
-3
/
+2
2022-04-13
Fix bug in previous commit
Boris Kolpackov
1
-1
/
+1
2022-04-13
Prune library graph traversal for recursively-binless libraries
Boris Kolpackov
1
-22
/
+150
2022-04-07
Rename {match,execute}() to *_sync(), add *_complete()
Boris Kolpackov
1
-1
/
+1
2022-04-06
Add support for rule hints
Boris Kolpackov
1
-3
/
+3
2022-03-25
Store bin.whole flag in pkg-config files
Boris Kolpackov
1
-1
/
+1
2022-03-15
Don't consider mtime of failed to unmatch prerequisite in ad hoc recipe
Boris Kolpackov
1
-1
/
+2
2022-03-10
Add reverse_execute_prerequisites() variant
Boris Kolpackov
1
-5
/
+24
2022-03-10
Remove update variable from source of synthesized dependency
Boris Kolpackov
1
-1
/
+14
2022-03-09
Parallel implementation of update_during_match_prerequisites()
Boris Kolpackov
1
-2
/
+3
2022-03-08
Improve performance of update during match for multiple targets
Boris Kolpackov
1
-9
/
+5
2022-03-08
Update C/C++ headers and ad hoc sources during match by default
Boris Kolpackov
1
-19
/
+50
2022-03-08
Add update=execute special value for cases where it's not default
Boris Kolpackov
1
-1
/
+1
2022-03-07
Add support for update=unmatch|match to ad hoc recipes
Boris Kolpackov
1
-4
/
+6
2022-03-02
Add update operation-specific variable with unmatch|match additional values
Boris Kolpackov
1
-10
/
+94
2022-02-16
Get rid of stray variable
Boris Kolpackov
1
-2
/
+0
2022-02-15
Fix stray logic where libue{} was still considered member of libul{}
Boris Kolpackov
1
-10
/
+27
2022-02-10
Add note on GNU ar deprecating -T in favor of --thin
Boris Kolpackov
1
-0
/
+3
2022-02-09
Improve comments
Boris Kolpackov
1
-3
/
+6
2022-01-21
Add search_new() and search_new_locked() variants of search()
Boris Kolpackov
1
-2
/
+2
2021-11-04
Do not apply install scope to update-for-install pre-operation
Boris Kolpackov
1
-0
/
+7
2021-10-16
Skip regenerating .pc files during uninstall
Boris Kolpackov
1
-1
/
+2
2021-10-07
Verify libraries and targets they are linked to a for-install-compatible
Boris Kolpackov
1
-3
/
+23
2021-09-28
Adapt to libbutl headers extension change from .mxx to .hxx
Karen Arutyunov
1
-1
/
+1
2021-09-09
Handle Emscripten -pthread mode
Boris Kolpackov
1
-0
/
+15
2021-08-12
Add ${c,cxx}.deduplicate_export_libs() function
Boris Kolpackov
1
-0
/
+86
2021-08-09
Merge library hashing and collection into single traversal pass
Boris Kolpackov
1
-212
/
+95
[next]