aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/target.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-08-23Get rid of var_extension char arrayBoris Kolpackov1-10/+10
2019-07-01Split build system into library and driverBoris Kolpackov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-09Tighten cc rules matchingBoris Kolpackov1-4/+4
Specifically, make sure the rule does not match if there is a c-common prerequisites that it doesn't recognize.
2018-07-16Implement in moduleBoris Kolpackov1-2/+2
Given test.in containing something along these lines: foo = $foo$ Now we can do: using in file{test}: in{test.in} file{test}: foo = FOO The alternative variable substitution symbol can be specified with the in.symbol variable and lax (instead of the default strict) mode with in.substitution. For example: file{test}: in.symbol = '@' file{test}: in.substitution = lax
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-12-07Distinguish between "fixed" and "default" target extensionsBoris Kolpackov1-12/+17
This fixes wrong merging of, say, file{README} and file{README.MySQL} (in libmysqlclient).
2017-06-23Don't treat mxx{} as cc-sourceBoris Kolpackov1-1/+1
If we do it, then the link rule will refuse to match when modules are disabled (in which case mxx{} should be treated as a header).
2017-05-31C++ modules work: add target typesBoris Kolpackov1-0/+13
2017-05-01Add hxx extension for headersKaren Arutyunov1-1/+1
2017-04-27Pass target to prerequisite searchBoris Kolpackov1-4/+4
2017-03-10Implement support for wildcard patternsBoris Kolpackov1-0/+4
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-26Add support for VC15Karen Arutyunov1-1/+1
2016-08-31Improve mixed source (e.g., C and C++) building supportBoris Kolpackov1-1/+1
2016-08-12Implement support for C compilationBoris Kolpackov1-24/+0
We now have two new modules: cc (c-common) and c.
2016-07-01Port to MSVCKaren Arutyunov1-7/+7
2016-01-24Differentiate extension printing according to stream verbosityBoris Kolpackov1-0/+6
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+81