aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Enums.h
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-04-28Enums::f(): Accept CStringView instead of std::string&Alexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-04Enums::toString() -> Enums::to_string()Alexander Karatarakis
2017-03-31Use [[noreturn]] instead of declspec(noreturn)Robert Schumacher
2017-03-13Enums::nullvalue_used() now requires LineInfo as first argAlexander Karatarakis
2017-03-13Remove Enums::unreachable(). Use Checks::unreachable() insteadAlexander Karatarakis
2017-02-10Add vcpkg_EnumsAlexander Karatarakis