aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_create.cpp
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-08-31Remove unused #includeAlexander Karatarakis
2017-08-31example -> EXAMPLEAlexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-10Use System::cmd_execute_clean() for `build`, `create`, `portsdiff`Alexander Karatarakis
2017-03-10`create`: Use make_cmake_cmd() and paths.get_cmake_exe()Alexander Karatarakis
2017-02-17`create`/`edit`: check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-09-30create & edit commands now only handle package namesAlexander Karatarakis
2016-09-30Added triplet check in all commands that obtain package_specsAlexander Karatarakis
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-28Rename SCAFFOLD to CREATE to match `vcpkg create`Alexander Karatarakis
2016-09-23`vcpkg create` now checks for invalid chars in the zip fileAlexander Karatarakis
2016-09-23Fix `vcpkg create` to not parse all arguments as package specsAlexander Karatarakis
2016-09-23parse_all_arguments_as_package_specs: remove unused parameterAlexander Karatarakis
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-22Place command_create() in a separate cpp fileAlexander Karatarakis