aboutsummaryrefslogtreecommitdiff
path: root/build2/target-type
AgeCommit message (Collapse)AuthorFilesLines
2017-05-01Add hxx extension for headersKaren Arutyunov1-138/+0
2017-04-27Pass target to prerequisite searchBoris Kolpackov1-1/+1
2017-03-10Implement support for wildcard patternsBoris Kolpackov1-0/+6
2017-03-02Implement parallel matchBoris Kolpackov1-1/+1
2017-02-13Store extension in target map key rather than in targetBoris Kolpackov1-5/+7
This is in preparation for locking its modification/access.
2017-02-13Pass const scope& where modification should not happenBoris Kolpackov1-3/+13
2017-01-19Get rid of extension_poolBoris Kolpackov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-16Move exe{} to build2 core, add fallback extensions (existing files)Boris Kolpackov1-4/+5
2016-08-13Use extension derivation function rather than extension variable directlyBoris Kolpackov1-1/+1
2016-08-12Implement support for C compilationBoris Kolpackov1-7/+17
We now have two new modules: cc (c-common) and c.
2016-04-19Redesign src/out scopingBoris Kolpackov1-3/+5
We no longer enter paths from the src tree into scope map. Instead, targets from the src tree now include their out tree directory (in essence their "configuration"). This is then used to find a target's scope. See the comment in class target for details. The result of this change is that we can now again build multiple configurations (out trees) for same project at once.
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-4/+2
2016-01-27Rework default extension derivation, againBoris Kolpackov1-3/+8
2016-01-24Differentiate extension printing according to stream verbosityBoris Kolpackov1-0/+2
2016-01-23Clean up default target extension derivation logicBoris Kolpackov1-3/+8
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+97