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
/
install
/
rule.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
Remove global override restriction from config.install.filter
Boris Kolpackov
1
-8
/
+6
2023-04-04
Add support for installation filtering (GH issue #147)
Boris Kolpackov
1
-21
/
+45
2023-03-23
Add support for relocatable installation in $install.resolve()
Boris Kolpackov
1
-9
/
+37
2023-03-23
Add support for relocatable installation manifest
Boris Kolpackov
1
-18
/
+7
2023-03-01
Add support for installation manifest
Boris Kolpackov
1
-9
/
+32
2022-12-08
Normalize extracted header/library search directories (GH issue #235)
Boris Kolpackov
1
-3
/
+5
2022-11-23
Rework diag_buffer interface to facilitate correct destruction order
Boris Kolpackov
1
-4
/
+4
2022-11-16
Initial low verbosity diagnostics rework
Boris Kolpackov
1
-38
/
+104
2022-11-08
Make process exit diagnostics consistent
Boris Kolpackov
1
-8
/
+22
2022-11-08
More work on child process diagnostics buffering
Boris Kolpackov
1
-6
/
+11
2022-10-13
Improve diagnostics
Boris Kolpackov
1
-0
/
+12
2022-10-13
Switch to public/private variables model
Boris Kolpackov
1
-22
/
+23
2022-05-23
Cache build.host value in context
Boris Kolpackov
1
-2
/
+2
2022-04-19
Switch recipe from std::function to butl::move_only_function_ex
Boris Kolpackov
1
-1
/
+1
2022-04-07
Rename {match,execute}() to *_sync(), add *_complete()
Boris Kolpackov
1
-5
/
+5
2022-04-06
Add support for rule hints
Boris Kolpackov
1
-6
/
+6
2022-03-21
Filter out exe{} prerequisites in install group rule similar to file rule
Boris Kolpackov
1
-0
/
+19
2022-03-07
Fix operation-specific variables logic for inner/outer operations
Boris Kolpackov
1
-8
/
+17
2022-03-02
Add update operation-specific variable with unmatch|match additional values
Boris Kolpackov
1
-10
/
+26
2022-01-26
Make bash module install into bin/<project>.bash/ to avoid clashes
Boris Kolpackov
1
-1
/
+0
2021-11-04
Do not apply install scope to update-for-install pre-operation
Boris Kolpackov
1
-2
/
+2
2021-10-07
Allow forcing installation of exe{} prerequisites of file targets
Boris Kolpackov
1
-1
/
+8
2021-10-07
Minor install-related cleanups
Boris Kolpackov
1
-2
/
+9
2021-10-06
Do not install exe{} prerequisites of file targets
Boris Kolpackov
1
-0
/
+3
2021-09-28
Adapt to libbutl headers extension change from .mxx to .hxx
Karen Arutyunov
1
-1
/
+1
2021-09-14
Consistently install prerequisites from any scope by default
Boris Kolpackov
1
-14
/
+29
2020-12-01
Add clarifying comment
Boris Kolpackov
1
-2
/
+3
2020-11-30
Don't fail if unable to remove empty directory on uninstall
Boris Kolpackov
1
-3
/
+15
2020-08-25
Add missing move() call
Boris Kolpackov
1
-1
/
+3
2020-07-09
Relax prerequisite filtering semantics of aliases in test and install rules
Boris Kolpackov
1
-2
/
+1
2020-06-25
Add more instrumentation for unassigned path race
Boris Kolpackov
1
-2
/
+2
2020-04-30
Rename target::member to target::adhoc_member
Boris Kolpackov
1
-2
/
+6
2020-03-20
Don't install ad hoc members with nonexistent timestamp
Boris Kolpackov
1
-3
/
+3
2020-03-20
Don't install ad hoc members with unassigned paths
Boris Kolpackov
1
-8
/
+23
2020-03-17
Adapt install_l() to mkanylink() semantics change
Karen Arutyunov
1
-8
/
+1
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
1
-1
/
+0
2019-10-29
Regularize and make accessible install/uninstall primitives
Boris Kolpackov
1
-32
/
+27
2019-08-23
Introduce notion of build context
Boris Kolpackov
1
-9
/
+15
2019-08-21
Cleanup context.hxx and its usage
Boris Kolpackov
1
-0
/
+1
2019-08-15
Redo Windows implementation of install_l() to use uninstall_f()
Boris Kolpackov
1
-52
/
+58
2019-08-15
Fix bug in Windows implementation of install_l()
Boris Kolpackov
1
-3
/
+3
2019-08-15
Fix bug in mkanylink() usage
Boris Kolpackov
1
-1
/
+9
2019-08-15
Implement libs_paths symlinking support on Windows
Boris Kolpackov
1
-3
/
+41
2019-07-05
Move config, dist, test, and install modules into library
Karen Arutyunov
1
-0
/
+1223