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
/
adhoc-rule-buildscript.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
Add inner_recipe for expressiveness
Boris Kolpackov
1
-1
/
+1
2023-06-01
Resolve (but disable for now) target_count issue in resolve_members()
Boris Kolpackov
1
-0
/
+2
2023-05-30
Fix previous commits to work in C++14
Boris Kolpackov
1
-2
/
+2
2023-05-30
Add support for fsdir{} dynamic prerequisites in the dyndep lines format
Boris Kolpackov
1
-19
/
+74
2023-05-30
Store dynamic group member types in depdb, use in clean
Boris Kolpackov
1
-42
/
+38
2023-05-29
Move old dynamic members cleanup from execute to apply
Boris Kolpackov
1
-31
/
+40
2023-05-29
New 'lines' dependency format in depdb-dyndep
Boris Kolpackov
1
-1
/
+43
2023-05-29
Extend special match_rule() logic to all groups with dynamic targets
Boris Kolpackov
1
-7
/
+5
2023-05-29
Explicit group: pattern members
Boris Kolpackov
1
-26
/
+31
2023-05-29
Explicit group: dynamic members
Boris Kolpackov
1
-80
/
+233
2023-05-29
Explicit group: static members
Boris Kolpackov
1
-70
/
+299
2023-05-21
Add support for dynamic target extraction in addition to prerequisites
Boris Kolpackov
1
-25
/
+202
2022-12-14
Improve empty simple value to empty list of names reduction heuristics
Boris Kolpackov
1
-1
/
+1
2022-11-18
Fix incorrect diag builtin examples
Boris Kolpackov
1
-2
/
+2
2022-11-18
Complete low verbosity diagnostics rework
Boris Kolpackov
1
-16
/
+308
2022-11-16
Initial low verbosity diagnostics rework
Boris Kolpackov
1
-4
/
+4
2022-10-18
Invent diag preamble for buildscript
Karen Arutyunov
1
-32
/
+61
2022-10-10
Preparatory work for public/private variable distinction
Boris Kolpackov
1
-21
/
+19
2022-09-21
Fix regression in dynamic dependency extraction, byproduct mode
Boris Kolpackov
1
-0
/
+10
2022-09-07
Fix fsdir{} handling corner cases in ad hoc buildscript recipes/rules
dist-remap
Boris Kolpackov
1
-3
/
+31
2022-06-24
Allow ad hoc rules not to list targets that are updated during match
Boris Kolpackov
1
-14
/
+21
2022-04-19
Use target recipe for auxiliary data storage during match-apply
Boris Kolpackov
1
-3
/
+19
2022-04-19
Switch recipe from std::function to butl::move_only_function_ex
Boris Kolpackov
1
-30
/
+4
2022-04-07
Rename {match,execute}() to *_sync(), add *_complete()
Boris Kolpackov
1
-4
/
+2
2022-03-15
Don't consider mtime of failed to unmatch prerequisite in ad hoc recipe
Boris Kolpackov
1
-3
/
+5
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
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
-11
/
+144
2022-03-02
Add update operation-specific variable with unmatch|match additional values
Boris Kolpackov
1
-8
/
+8
2022-02-16
Invent quoting modes for to_stream(name)
Karen Arutyunov
1
-1
/
+1
2022-01-18
Add dynamic prerequisites to $< unless --adhoc is specified
Boris Kolpackov
1
-0
/
+2
2022-01-06
Add depdb-dyndep --update-{include,exclude} options
Boris Kolpackov
1
-135
/
+155
2021-12-14
Clean .t file in ad hoc recipe
Boris Kolpackov
1
-3
/
+18
2021-12-06
Recognize absolute Windows paths in make parser
Boris Kolpackov
1
-2
/
+1
2021-12-06
Redo make_parser interface to return path, handle invalid_path exception
Boris Kolpackov
1
-2
/
+2
2021-12-03
Get rid of unused lambda captures
Boris Kolpackov
1
-1
/
+1
2021-12-03
Add depdb-dyndep --drop-cycles option
Boris Kolpackov
1
-33
/
+23
2021-11-30
Get rid of unused lambda captures
Boris Kolpackov
1
-4
/
+4
2021-11-30
Add support for dynamic dependencies as byproduct of script body
Boris Kolpackov
1
-64
/
+509
2021-11-28
Avoid unnecessary work in depdb::close() if using static check_mtime()
Boris Kolpackov
1
-1
/
+1
2021-11-28
Generalize depdb::touch functionality to support custom timestamp
Boris Kolpackov
1
-1
/
+1
2021-11-23
Add support for dynamic dependencies in ad hoc Buildscript recipes
Boris Kolpackov
1
-215
/
+528
2021-08-04
Take into account file-base'ness in ad hoc buildscript recipes
Boris Kolpackov
1
-2
/
+25
2021-06-08
Redo low verbosity diagnostic deduction to use scope instead of target
Boris Kolpackov
1
-7
/
+3
2021-06-08
Implement ad hoc regex pattern rule support
Boris Kolpackov
1
-7
/
+15
2021-06-08
Redo fallback reverse operation machinery in ad hoc recipes
Boris Kolpackov
1
-26
/
+16
2021-06-08
Only pass target to recipe_text() if recipe is not shared
Boris Kolpackov
1
-3
/
+7
2021-05-12
Keep phase locked while working own queue
Boris Kolpackov
1
-3
/
+1
2021-04-20
Detect environment changes in ad hoc recipes
Boris Kolpackov
1
-13
/
+25
[next]