From: Mikko Rasa Date: Thu, 22 Dec 2022 16:05:25 +0000 (+0200) Subject: Redesign how tools are run X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=1ed833343bc83b83c5f61cbfd74423bbba677a04;p=builder.git Redesign how tools are run It also uses functors now. The run functions access properties of the tool through the target. This will allow tool customization without having to derive from the class, which will be useful for modularization. ---