aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Enums.cpp
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-04-28Enums::f(): Accept CStringView instead of std::string&Alexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04Enums::toString() -> Enums::to_string()Alexander Karatarakis
2017-03-31Use [[noreturn]] instead of declspec(noreturn)Robert Schumacher
2017-03-22Correctly forward the line_info parameterAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Enums::nullvalue_used() now requires LineInfo as first argAlexander Karatarakis
2017-03-13Remove Enums::unreachable(). Use Checks::unreachable() insteadAlexander Karatarakis
2017-03-13Add __declspec(noreturn) to the definitions to match the declarationsAlexander Karatarakis
2017-02-10Add vcpkg_EnumsAlexander Karatarakis