aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/action.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-04-19Use target recipe for auxiliary data storage during match-applyBoris Kolpackov1-6/+7
In particular, we now have separate auxiliary data storage for inner and outer operations.
2022-03-02Add update operation-specific variable with unmatch|match additional valuesBoris Kolpackov1-0/+4
Note that the unmatch (match but do not update) and match (update during match) values are only supported by certain rules (and potentially only for certain prerequisite types). Additionally: - All operation-specific variables are now checked for false as an override for the prerequisite-specific include value. In particular, this can now be used to disable a prerequisite for update, for example: ./: exe{test}: update = false - The cc::link_rule now supports the update=match value for headers and ad hoc prerequisites. In particular, this can be used to make sure all the library headers are updated before matching any of its (or dependent's) object files.
2020-06-08Fix handling of inner/outer operations in ad hoc recipes machineryBoris Kolpackov1-0/+2
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-5/+16
2020-04-30Factor recipe to separate header/source filesBoris Kolpackov1-3/+4
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-29Work around VC14 miscompilationKaren Arutyunov1-0/+8
2019-08-23Introduce notion of build contextBoris Kolpackov1-3/+11
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+202