aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bash/init.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-04-06Add support for rule hintsBoris Kolpackov1-5/+5
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.
2022-01-26Make bash module install into bin/<project>.bash/ to avoid clashesBoris Kolpackov1-3/+2
Also, expect the first component in the import path to be full project name even in case it has the .bash extension.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2020-01-29Rename module_base to module, redo module boot/init argument passingBoris Kolpackov1-2/+1
2020-01-28Use scope::insert_rule()Boris Kolpackov1-16/+12
2020-01-27Improve module loading APIBoris Kolpackov1-2/+1
2019-08-26Make target types project-wideBoris Kolpackov1-2/+3
2019-08-21Cleanup context.hxx and its usageBoris Kolpackov1-4/+6
2019-08-01Move bash build system module to separate libraryKaren Arutyunov1-0/+104