aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/main.cpp
AgeCommit message (Collapse)Author
2017-01-25Rename main.cpp to vcpkg.cppAlexander Karatarakis
2017-01-24Properly convert wchar to char before printingAlexander 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-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-12Add SQM User Id to metricsRobert Schumacher
2016-11-07Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Introduce vcpkg_info.h/cppAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-10-10Rename System::Stopwatch to System::Stopwatch2Alexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-09-30Introduce Input::check_triplet()Alexander Karatarakis
2016-09-29Rename validate_triplet to is_valid_tripletAlexander Karatarakis
2016-09-29Valiting triplets is now the responsibility of vcpkg_pathsAlexander Karatarakis
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-22Fixed encoding of default triplet nameAlbert Ziegenhagel
2016-09-22Introduced environment variable "VCPKG_DEFAULT_TRIPLET"Albert Ziegenhagel
2016-09-21MOve recursive upwards search to FilesAlexander Karatarakis
2016-09-19vcpkg.exe now detects the root dir via the .vcpkg-root fileAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis