aboutsummaryrefslogtreecommitdiff
path: root/build2/function.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Split build system into library and driverBoris Kolpackov1-897/+0
2019-04-09Fix Clang 8 "defaulted function deleted" warningsKaren Arutyunov1-2/+0
2019-03-13Add workarounds for all cl releases until 20.00Karen Arutyunov1-2/+2
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-10-23Move invalid_argument handler from default_thunk() to call()Boris Kolpackov1-5/+5
2018-08-09Add support for returning optional<T> from (buildfile) function implementationsBoris Kolpackov1-1/+5
2018-07-16Resolve function overload via the argument reversal to untypedBoris Kolpackov1-3/+6
2018-06-20Add $process.run() and $process.run_regex() functionsBoris Kolpackov1-0/+6
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-18Add workarounds for all releases of VC15Karen Arutyunov1-1/+1
2018-04-13Add workarounds for VC15u7Boris Kolpackov1-1/+1
2018-02-15Add support for VC15u6Boris Kolpackov1-1/+1
2018-01-02Fix few undefined behavior (ubsan) bugsBoris Kolpackov1-48/+49
2017-12-12Add support for VC 15u5 (compiler version 19.12)Boris Kolpackov1-1/+1
2017-09-11Add ability to pass scope to buildfile functions, add $install.resolve()Boris Kolpackov1-23/+209
2017-06-12Extend workaround version checks to VC15u3 (19.11)Boris Kolpackov1-1/+1
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+699