aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2016-10-11Rename lint_status::ERROR to lint_status::ERROR_DETECTEDAlexander Karatarakis
2016-10-10[Stopwatch] start()/stop() return const &Alexander Karatarakis
2016-10-10Rename System::Stopwatch to System::Stopwatch2Alexander Karatarakis
2016-10-10[post-build-lint] Look no further than newline when detecting "machine" lineAlexander Karatarakis
2016-10-10Post-build checks no longer use findstr. Resolves #69Alexander Karatarakis
2016-10-10Add Stopwatch classAlexander Karatarakis
2016-10-05Add post build checks for the presence of dlls in static buildsAlexander Karatarakis
2016-10-05Add triplet::build_type()Alexander Karatarakis
2016-10-05Fix cast to size_tAlexander Karatarakis
2016-10-05Add "lowercase" to the message about invalid charsAlexander Karatarakis
2016-10-05Fix #119 [regression]: cannot use numbers in library namesAlexander Karatarakis
2016-10-05Display the lowercased name for errors in package parsingAlexander Karatarakis
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-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