aboutsummaryrefslogtreecommitdiff
path: root/build2/utility
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12Implement c/cxx toolchain cross-hintingBoris Kolpackov1-0/+7
2016-08-12Implement support for C compilationBoris Kolpackov1-2/+37
We now have two new modules: cc (c-common) and c.
2016-08-10Add ignore case support for find_option()Karen Arutyunov1-1/+6
2016-07-29Make /EHsc and /MD default for VC compilerBoris Kolpackov1-2/+55
2016-07-16Add support for prepend/append in target type/pattern-specific varsBoris Kolpackov1-0/+2
Semantically, these are similar to variable overrides and are essentially treated as "templates" that are applied on lookup to the "stem" value that is specific to the target type/name. For example: x = [string] a file{f*}: x =+ b sub/: { file{*}: x += c print $(file{foo}:x) # abc print $(file{bar}:x) # ac }
2016-07-15Name and cleanup extra VC files (.pdb, .ilk, .idb)Boris Kolpackov1-3/+12
2016-04-21Use hash map/set for targets/prerequisites to resolve key change issueBoris Kolpackov1-1/+2
2016-03-31Clean up variable lookup interfacesBoris Kolpackov1-4/+4
2016-03-28New variable architectureBoris Kolpackov1-4/+2
2016-03-14Add support for guessing ar/ranlib signaturesBoris Kolpackov1-2/+9
2016-03-11Implement --config-{guess,sub} optionsBoris Kolpackov1-0/+56
2016-03-07Implement compiler guessing, including icc and msvcBoris Kolpackov1-0/+34
2016-02-29Implement auxiliary dependency database (.d files), use in cxx.compileBoris Kolpackov1-0/+42
This is part of the "High Fidelity Build" work.
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+18
2016-01-15Support X.Y.Z- version notationBoris Kolpackov1-2/+26
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+85