aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/target.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-04-13Move cli module to libbuild2-cli libraryBoris Kolpackov1-58/+0
This is a temporary measure (until we unboundle this module) needed for in-process configure support in bpkg.
2022-04-15Get rid of target::dynamic_type() virtual functionBoris Kolpackov1-6/+10
Instead of overriding this function, derived targets must now set the dynamic_type variable to their static_type in their constructor body.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-28Move cxx build system module to separate libraryKaren Arutyunov1-1/+1
2019-07-01Split build system into library and driverBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-1/+1
Instead we now have two more or less separate match states for outer and inner parts of an action.
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+55