aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/guess.hxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-01-08Implement compiler_info cachingBoris Kolpackov1-1/+1
2018-01-08Complete runtime/stdlib detectionBoris Kolpackov1-7/+16
2018-01-05Initial support for c/cxx runtime/stdlib detectionBoris Kolpackov1-0/+34
2017-12-04Recognize empty cc.patternBoris Kolpackov1-3/+3
2017-12-04Improve diagnostics when c-family modules using different toolchainsBoris Kolpackov1-2/+2
We now also warn on toolchain pattern mismatch.
2017-11-27Add {c,cxx}.class variablesBoris Kolpackov1-2/+27
Compiler class describes a set of compilers that follow more or less the same command line interface. Compilers that don't belong to any of the existing classes are in classes of their own (say, Sun CC would be on its own if we were to support it). Currently defined compiler classes: gcc gcc, clang, clang-apple, icc (on non-Windows) msvc msvc, clang-cl, icc (Windows)
2017-05-25Add compiler_id enumBoris Kolpackov1-1/+14
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+141