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
2023-11-01
WIP: install: replace text with trace
match-options
Boris Kolpackov
1
-6
/
+10
2023-11-01
For runtime-only libs{} installation keep all names except link
Boris Kolpackov
1
-44
/
+42
2023-11-01
Handle match options for post hoc libs{} prerequisites in cc::install_rule
Boris Kolpackov
2
-0
/
+78
2023-11-01
Add support for adjusting match options of post hoc prerequisites
Boris Kolpackov
7
-46
/
+153
2023-10-30
WIP: install: complete reapply() for libu
Boris Kolpackov
3
-25
/
+127
2023-10-30
WIP: install: fix
Boris Kolpackov
1
-1
/
+1
2023-10-27
WIP: install: don't install static library binary
Boris Kolpackov
3
-8
/
+15
2023-10-27
WIP: install: fix library selection logic
Boris Kolpackov
1
-2
/
+93
2023-10-27
WIP: install: headers
Boris Kolpackov
1
-5
/
+8
2023-10-27
WIP: install: file_rule::reapply_impl()
Boris Kolpackov
3
-25
/
+130
2023-10-27
WIP: install: ad hoc members
Boris Kolpackov
4
-55
/
+96
2023-10-26
WIP: install
Boris Kolpackov
8
-163
/
+448
2023-10-26
WIP: fixes for match options
Boris Kolpackov
3
-6
/
+19
2023-10-26
Undo "Don't install static library prerequisites of executable"
Boris Kolpackov
2
-26
/
+1
2023-10-26
WIP: forward reapply() call to C++ ad hoc rule/recipe
Boris Kolpackov
4
-4
/
+22
2023-10-26
WIP: reorder options/fail argument in match_*() functions
Boris Kolpackov
3
-38
/
+43
2023-10-26
WIP: add rematch_*() functions
Boris Kolpackov
2
-1
/
+51
2023-10-26
WIP: drag options through all the match_*() functions
Boris Kolpackov
3
-42
/
+62
2023-10-26
WIP: add options to match_rule(), match_recipe()
Boris Kolpackov
3
-12
/
+26
2023-10-26
WIP: rename match_rule() to match_rule_impl()
Boris Kolpackov
8
-27
/
+30
2023-10-26
WIP: update documentation, deal with ad hoc group members
Boris Kolpackov
2
-37
/
+97
2023-10-26
WIP: move match_adhoc() call into match_impl_impl()
Boris Kolpackov
2
-53
/
+23
2023-10-26
WIP: drag options up the stack
Boris Kolpackov
7
-66
/
+233
2023-10-26
WIP: add match_extra data member and rule::rematch()
Boris Kolpackov
5
-6
/
+50
2023-10-26
Add inject_fsdir_direct(), fsdir_rule::perform_clean_direct() functions
Boris Kolpackov
4
-4
/
+55
2023-10-26
Add clean_during_match*() functions
Boris Kolpackov
2
-1
/
+196
2023-10-26
Minor diagnostics improvement
Boris Kolpackov
2
-5
/
+15
2023-10-06
Handle 0 mask in update_during_match_prerequisites()
Boris Kolpackov
3
-6
/
+7
2023-10-04
Add match_direct_complete() to support async direct matches
Boris Kolpackov
2
-19
/
+30
2023-09-28
Don't mark rdata symbols DATA in MSVC .def file (GH issue #315)
Boris Kolpackov
1
-1
/
+9
2023-09-25
Treat -liconv on Mac OS as system
Boris Kolpackov
1
-1
/
+5
2023-09-21
Fix bug in previous commit
Boris Kolpackov
1
-1
/
+1
2023-09-21
Don't install static library prerequisites of executable
Boris Kolpackov
2
-1
/
+32
2023-09-20
Fix issue with fallback rule priority in dist module
Boris Kolpackov
6
-22
/
+48
2023-09-11
Invoke Clang to produce object files for module partitions similar to interfaces
Swat SomeBug
1
-2
/
+7
2023-09-08
Manually extract library search paths from LIBRARY_PATH for Clang
Boris Kolpackov
4
-70
/
+90
2023-09-07
Search for .tbd in addition to .dylib in Mac OS
Boris Kolpackov
1
-0
/
+25
2023-09-07
Add implied .../MacOSX*.sdk/usr/lib/ to system library search directories
Boris Kolpackov
1
-7
/
+22
2023-09-06
Don't crash if config.report.variable names undefined variable
Boris Kolpackov
1
-2
/
+2
2023-08-29
Add diagnostics color support on Windows (GH issue #312)
Boris Kolpackov
3
-27
/
+66
2023-08-23
Replace assert with diagnostics in bootstrap_src() (GH issue #322)
Boris Kolpackov
1
-0
/
+9
2023-08-22
Consider *_inc{} target types as headers for rule match purposes
Boris Kolpackov
7
-18
/
+26
2023-08-22
Add abstract c_inc{} and cxx_inc{} target types
Boris Kolpackov
7
-4
/
+71
2023-08-09
Auto-extract function documentation from functions-*.cxx
Boris Kolpackov
1
-0
/
+2
2023-08-09
Complete and cleanup function documentation in preparation for auto-extraction
Boris Kolpackov
15
-309
/
+537
2023-08-03
Document target types in manual (GH issue #309)
Boris Kolpackov
1
-0
/
+3
2023-08-02
Diagnose declarations of targets/prerequisites with abstract target types
Boris Kolpackov
2
-1
/
+26
2023-07-31
Add CCC_OVERRIDE_OPTIONS to list of Clang env vars to track/save
Boris Kolpackov
1
-2
/
+5
2023-07-27
Recognize cNN/c++NN in addition to NN in c.std/cxx.std
Boris Kolpackov
2
-34
/
+72
2023-07-24
Add setupapi.lib to list of Windows system libraries
Boris Kolpackov
1
-0
/
+1
[next]