aboutsummaryrefslogtreecommitdiff
path: root/build2/c/init.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-01Split build system into library and driverBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-09-07Implement {c,cxx}.guess modulesBoris Kolpackov1-0/+9
These can be loaded before {c,cxx} to guess the compiler. Based on this information we can then choose the standard, experimental features, etc. For example: using cxx.guess if ($cxx.id == 'clang') cxx.features.modules = false cxx.std = experimental using cxx
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+37