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
/
algorithm.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
Don't use fallback file_rule to clean real targets
Boris Kolpackov
1
-2
/
+14
2022-02-09
Add perform_clean_group_extra()
Boris Kolpackov
1
-123
/
+137
2022-02-07
Make match_inc_dependents() part of public API
Boris Kolpackov
1
-1
/
+1
2022-01-21
Add search_new() and search_new_locked() variants of search()
Boris Kolpackov
1
-0
/
+22
2021-09-16
Fix diagnostics corner case in perform_clean_extra()
Boris Kolpackov
1
-5
/
+5
2021-08-05
Avoid normalizing likely already normalized directories in search_existing()
Boris Kolpackov
1
-1
/
+8
2021-06-08
Implement ad hoc regex pattern rule support
Boris Kolpackov
1
-60
/
+102
2021-06-08
Redo fallback reverse operation machinery in ad hoc recipes
Boris Kolpackov
1
-13
/
+30
2021-05-12
Keep phase locked while working own queue
Boris Kolpackov
1
-11
/
+5
2021-04-02
Add support for propagating project environment
Boris Kolpackov
1
-25
/
+51
2021-03-19
Redo entering of src directories into scope_map
Boris Kolpackov
1
-2
/
+2
2020-12-14
Fix bug in create_new_target_locked()
Karen Arutyunov
1
-1
/
+1
2020-12-11
Add search_locked() versions of search() functions
Boris Kolpackov
1
-0
/
+11
2020-12-03
Add match_rule() in addition to match_recipe()
Boris Kolpackov
1
-6
/
+2
2020-11-06
Add support for test timeouts
Karen Arutyunov
1
-1
/
+1
2020-10-20
Add operation callback for adhoc rule match and apply
Boris Kolpackov
1
-11
/
+33
2020-09-24
Give hints for common causes of "no rule to update ..." error
Boris Kolpackov
1
-1
/
+50
2020-08-25
Fix bug in interaction of unmatch logic with target groups
Boris Kolpackov
1
-1
/
+1
2020-08-10
Allow holes in group_view array
Boris Kolpackov
1
-1
/
+9
2020-07-13
Add ability to extend rule interface in source-compatible manner
Boris Kolpackov
1
-3
/
+6
2020-06-08
Hash ad hoc prerequsites for ad hoc recipe change detection
Boris Kolpackov
1
-6
/
+1
2020-06-08
Fix handling of inner/outer operations in ad hoc recipes machinery
Boris Kolpackov
1
-11
/
+12
2020-06-05
Add ability to specify ad hoc recipe actions
Boris Kolpackov
1
-12
/
+24
2020-05-28
Allow calling certain search_existing() versions during load phase
Boris Kolpackov
1
-5
/
+0
2020-05-27
Initial support for ad hoc recipes (still work in progress)
Boris Kolpackov
1
-6
/
+52
2020-04-30
Rename target::member to target::adhoc_member
Boris Kolpackov
1
-5
/
+9
2020-04-27
Add another search_existing() overload
Boris Kolpackov
1
-0
/
+16
2020-03-20
Tighten add_adhoc_member() against races
Boris Kolpackov
1
-14
/
+17
2020-03-17
Fix backlinking code to follow symlinks in hardlink targets
Boris Kolpackov
1
-2
/
+11
2020-03-17
Rename all find*(variable) to lookup*(variable)
Boris Kolpackov
1
-1
/
+1
2020-03-10
Force hard links inside backlinked DLL assembly directory
Boris Kolpackov
1
-3
/
+5
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
1
-1
/
+0
2019-11-16
Handle dry-run mode in backlinking implementation
Boris Kolpackov
1
-11
/
+25
2019-08-30
Cutoff diagnostics stack when switching to nested context
Boris Kolpackov
1
-0
/
+4
2019-08-23
Introduce notion of build context
Boris Kolpackov
1
-139
/
+179
2019-08-15
Implement libs_paths symlinking support on Windows
Boris Kolpackov
1
-9
/
+3
2019-08-14
Use new mkanylink() from libbutl
Boris Kolpackov
1
-38
/
+39
2019-08-01
Fix linkage failure due to inline functions defined in libbuild2/algorithm.ix...
Karen Arutyunov
1
-1
/
+67
2019-07-05
Preserve timestamp when copying backlink
Boris Kolpackov
1
-1
/
+2
2019-07-01
Split build system into library and driver
Boris Kolpackov
1
-0
/
+2205