aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Checks.cpp
AgeCommit message (Expand)Author
2017-09-01[vcpkg_Checks] Naming convention fixesAlexander Karatarakis
2017-08-30Use ::TerminateProcess() instead of ::exit()Alexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-25[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644Robert Schumacher
2017-08-25[vcpkg] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24Run cleanup before exiting instead of calling atexitAlexander Karatarakis
2017-05-05Introduce Debug::println()Alexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04LineInfo::toString() -> LineInfo::to_string()Alexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04cstring_view -> CStringViewAlexander Karatarakis
2017-03-31Use [[noreturn]] instead of declspec(noreturn)Robert Schumacher
2017-03-31Inline functionRobert Schumacher
2017-03-31Remove Checks::check_throw() #2Robert Schumacher
2017-03-28Use cstring_view in all functions in Checks::Alexander Karatarakis
2017-03-22exit() -> ::exit()Alexander Karatarakis
2017-03-22Use exit_fail() internallyAlexander 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-13Introduce LINE_INFO macro + structAlexander Karatarakis
2017-03-02Add __declspec(noreturn) in the definitions tooAlexander Karatarakis
2017-02-13[Checks] Add check_exit() overload with no messageAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander Karatarakis
2016-11-15Add #else to avoid warningAlexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
2016-09-29[vcpkg] Improve error message on mistyped package name.Robert Schumacher
2016-09-18Initial commitAlexander Karatarakis