aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2016-10-04Temporarily use get_or_throw()Alexander Karatarakis
2016-10-04Rename function case_insensitive_find() to case_insensitive_ascii_find()Alexander Karatarakis
2016-10-04Remove function prefix_path_for_package()Alexander Karatarakis
2016-10-04BinaryParagraph now contains a package_spec instead of name+tripletAlexander Karatarakis
2016-10-04Replace auto with actual typeAlexander Karatarakis
2016-10-04Temporarily use get_or_throw()Alexander Karatarakis
2016-10-04All-CAPS for enum membersAlexander Karatarakis
2016-10-04[package_spec]User input gets lowercased; other input is checkedAlexander Karatarakis
2016-10-04Add another result when parsing package spec: has_invalid_charactersAlexander Karatarakis
2016-10-04Add Strings::ascii_to_lowercase()Alexander Karatarakis
2016-10-03Remove redundant parenthesesAlexander Karatarakis
2016-10-03[package_spec] Force using the factories that do sanity checksAlexander Karatarakis
2016-10-03[package_spec] Static factory now lowercases all charsAlexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-10-03[vcpkg] Adjust ersion to point at LICENSE.txtRobert Schumacher
2016-09-30create & edit commands now only handle package namesAlexander Karatarakis
2016-09-30[vcpkg edit] Now throws an error if it cannot launch an editorAlexander Karatarakis
2016-09-30Rename check_all_triplets() to check_triplets()Alexander Karatarakis
2016-09-30Added triplet check in all commands that obtain package_specsAlexander Karatarakis
2016-09-30Introduce Input::check_all_triplets()Alexander Karatarakis
2016-09-30Introduce Input::check_triplet()Alexander Karatarakis
2016-09-30Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-09-30Place check_and_get_package_spec in a separate fileAlexander Karatarakis
2016-09-30Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
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-30Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
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-30Add size_t overload to to_printf_arg()Alexander 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] Improve error message on mistyped package name.Robert Schumacher
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