aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2016-09-30Remove parse_all_arguments_as_package_specs()Alexander Karatarakis
2016-09-30Replace usage of parse_all_args_as_package_specs with the new functionsAlexander Karatarakis
2016-09-30[vcpkg_paths] Use fs alias in all places within the headerAlexander Karatarakis
2016-09-30Add function check_and_get_package_spec() and variant for multiple specsAlexander Karatarakis
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-30Add quotes around command nameAlexander Karatarakis
2016-09-30Rename check_max_args to check_max_arg_count and introduce min/exact variantsAlexander Karatarakis
2016-09-30Introduce create_example_string()Alexander Karatarakis
2016-09-30Change error_count to size_tAlexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-29Rename wchar_t overload of format_internal to wformat_internalAlexander Karatarakis
2016-09-29Rename validate_triplet to is_valid_tripletAlexander Karatarakis
2016-09-29Fix formattingAlexander Karatarakis
2016-09-29Valiting triplets is now the responsibility of vcpkg_pathsAlexander Karatarakis
2016-09-29[triplet] Part before dash is arch. Part after dash is systemAlexander Karatarakis
2016-09-29[vcpkg] Improved help message upon build failure.Robert Schumacher
2016-09-28Rename SCAFFOLD to CREATE to match `vcpkg create`Alexander Karatarakis
2016-09-28[vcpkg] Fix user wide integration to avoid XCOPY due to locale-specific failuresRobert Schumacher
2016-09-27Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2016-09-27[vcpkg] Provide more error information on installation failuresRobert Schumacher
2016-09-27Make member function constAlexander Karatarakis
2016-09-26vcpkglib_helpers: Return output instead of accepting it as argAlexander Karatarakis
2016-09-23`vcpkg create` now checks for invalid chars in the zip fileAlexander Karatarakis
2016-09-23Add Files::has_invalid_chars_for_filesystem()Alexander Karatarakis
2016-09-23Fix `vcpkg create` to not parse all arguments as package specsAlexander Karatarakis
2016-09-23Change vcpkg::parse() to vcpkg::package_spec::from_string()Alexander Karatarakis
2016-09-23parse_all_arguments_as_package_specs: remove unused parameterAlexander Karatarakis
2016-09-23[vcpkg] Rename `vcpkg_ports::find_available_x` to be more conciseRobert Schumacher
2016-09-23[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.Robert Schumacher
2016-09-23Merged alzie:default_triplet for PR #70Robert Schumacher
2016-09-23find_unment_dependencies() now works for a single packageAlexander Karatarakis
2016-09-23[vcpkg build] Print the missing package's arch along with the package nameAlexander Karatarakis
2016-09-23Disabled validation of per-package tripletAlbert Ziegenhagel
2016-09-23Fixed errors introduced during mergeAlbert Ziegenhagel
2016-09-23Merge branch 'master' into default_tripletAlbert Ziegenhagel
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-23Restruct `vcpkg build` to 1 packageAlexander Karatarakis
2016-09-22`vcpkg build` will now show helpful error if dependencies are missingAlexander Karatarakis
2016-09-22Refactor dependency related code to vcpkg::DependenciesAlexander Karatarakis
2016-09-22Fixed encoding of default triplet nameAlbert Ziegenhagel
2016-09-22Introduced environment variable "VCPKG_DEFAULT_TRIPLET"Albert Ziegenhagel
2016-09-22Use System::println()Alexander Karatarakis
2016-09-22Place import_command() in a separate cpp fileAlexander Karatarakis
2016-09-22Use print_example()Alexander Karatarakis
2016-09-22Place owns_command() in a separate cpp fileAlexander Karatarakis
2016-09-22Place command_create() in a separate cpp fileAlexander Karatarakis
2016-09-22Place list_command() in a separate cpp fileAlexander Karatarakis
2016-09-21Place command_list() in a separate cpp fileAlexander Karatarakis
2016-09-21Place update_command() in a separate cpp fileAlexander Karatarakis
2016-09-21Place command_cache in a separate cpp fileAlexander Karatarakis