aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_version.cpp
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-09-14Change message of version mismach to a warningAlexander Karatarakis
2017-09-14Introduce Version::warn_if_vcpkg_version_mismatch()Alexander Karatarakis
2017-08-28Use Strings::EMPTY instead of ""Alexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-02-17STRINGIFY: use __VA_ARGS__ to avoid C4003 and double quote hackAlexander Karatarakis
2017-02-17Change Info::version() to Version::version()Alexander Karatarakis
2017-02-17`contact`/`help`/`version`: Check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12Place contact and version commands in different cpp filesAlexander Karatarakis