aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Checks.h
AgeCommit message (Expand)Author
2017-04-30[vcpkg] check_exit should accept explicitly-convertible-to-boolRobert Schumacher
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...Alexander Karatarakis
2017-04-04cstring_view -> CStringViewAlexander Karatarakis
2017-03-31Use [[noreturn]] instead of declspec(noreturn)Robert Schumacher
2017-03-31Remove Checks::check_throw() and Checks::throw_with_message()Robert Schumacher
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cstring_view in all functions in Checks::Alexander Karatarakis
2017-03-22Fix erroneous return statementAlexander Karatarakis
2017-03-22Introduce Checks::exit_with_code() and exit_fail()/exit_success()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Put LineInfo in separate h/cppAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-13Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.hAlexander Karatarakis
2017-03-13Introduce LINE_INFO macro + structAlexander Karatarakis
2017-02-13[Checks] Add check_exit() overload with no messageAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander Karatarakis
2016-10-14Fix overload of Checks::exit_with_messageAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis