aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bash/rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-11-01Use match options for runtime/buildtime distinction when installing librariesBoris Kolpackov1-1/+1
Specifically, now, if a library is installed solely as a prerequisite of an executable (potentially recursively), then only its runtime files are installed omitting everything buildtime-related (static/import libraries, non-versioned symlinks for shared libraries, pkg-config files, headers, etc). If you are familiar with the runtime and -dev/-devel package splits for libraries in Debian/Fedora, this is an analogous semantics.
2022-11-16Initial low verbosity diagnostics reworkBoris Kolpackov1-1/+1
2022-09-02Add ability to specify `in` rule substitution as key-value pairsBoris Kolpackov1-0/+1
2022-08-17Get rid of Clang warningBoris Kolpackov1-0/+2
2022-08-02Make bash.in rule match exe{} without bash{} modules with hintBoris Kolpackov1-1/+1
2022-04-19Use target recipe for auxiliary data storage during match-applyBoris Kolpackov1-3/+0
In particular, we now have separate auxiliary data storage for inner and outer operations.
2022-04-06Add support for rule hintsBoris Kolpackov1-3/+4
A rule hint is a target attribute, for example: [rule_hint=cxx] exe{hello}: c{hello} Rule hints can be used to resolve ambiguity when multiple rules match the same target as well as to override an unambiguous match.
2021-11-03Add line processing customization hook to in::ruleBoris Kolpackov1-0/+1
2021-09-14Consistently install prerequisites from any scope by defaultBoris Kolpackov1-9/+2
It is also now possible to adjust this behavior with global config.install.scope override. Valid values for this variable are: project -- only from project strong -- from strong amalgamation weak -- from weak amalgamation global -- from all projects (default)
2020-10-15Add ability to specify fallback value for NULL substitutions with in.nullBoris Kolpackov1-1/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-01Move bash build system module to separate libraryKaren Arutyunov1-0/+91