aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04LinkageType to UpperCamelCaseAlexander Karatarakis
2017-04-04ConfigurationType to UpperCamelCaseAlexander Karatarakis
2017-04-04BuildType to UpperCamelCaseAlexander Karatarakis
2017-04-04BuildPolicies to UpperCamelCaseAlexander Karatarakis
2017-04-04paragraph_parse_result -> ParagraphParseResultAlexander Karatarakis
2017-04-04package_spec_parse_result -> PackageSpecParseResultAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-04opt_bool->OptBoolAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
2017-04-04lazy<T> -> Lazy<T>Alexander Karatarakis
2017-04-04cstring_view -> CStringViewAlexander Karatarakis
2017-04-04dll_info->DllInfo, lib_info->LibInfoAlexander Karatarakis
2017-04-03Fix SortedVector constructorAlexander Karatarakis
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
2017-04-01[vcpkg] Merge search for dumpbin and toolchain (they are the same).Robert Schumacher
2017-04-01[vcpkg] Collapse cXstring_views into a single template.Robert Schumacher
2017-04-01[vcpkg] Collapse join() overloads into a single template.Robert Schumacher
2017-04-01[vcpkg] Replace explicit bulk operations with fmapRobert Schumacher
2017-04-01[vcpkg] Dead code eliminationRobert Schumacher
2017-03-31`update` needs to use package_specAlexander Karatarakis
2017-03-31Add name_and_version_diff_tAlexander Karatarakis
2017-03-31Version_tAlexander Karatarakis
2017-03-31Remove Files::check_is_directory()Robert Schumacher
2017-03-31Add constexpr in cstring_view functionsRobert Schumacher
2017-03-31Place cXstring_view in a separate headerAlexander Karatarakis
2017-03-31Use cstring_view in utf conversion functionsRobert Schumacher
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-31Move Environment::get_program_files() to System::get_program_files()Robert Schumacher
2017-03-31Remove System::set_environmental_variable()Alexander Karatarakis
2017-03-31Use [[noreturn]] instead of declspec(noreturn)Robert Schumacher
2017-03-31Remove Checks::check_throw() and Checks::throw_with_message()Robert Schumacher
2017-03-31Use cwstring_view in CMakeVariableRobert Schumacher
2017-03-31Fix order of argumentsRobert Schumacher
2017-03-31Rename expected.h to vcpkg_expected.hAlexander Karatarakis
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-31Add more functions to ImmutableSortedVectorAlexander Karatarakis
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-29[pch.h] Put windows.h at the top to solve compilation errorsAlexander Karatarakis
2017-03-29Merge branch 'patch-3' of https://github.com/OlafvdSpek/vcpkg into OlafvdSpek...Alexander Karatarakis
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cstring_view in all functions in Checks::Alexander Karatarakis
2017-03-28Rename arg1Alexander Karatarakis
2017-03-28Use cwstring_view in all System functions and remove obsolete overloadsAlexander Karatarakis
2017-03-28Introduce cstring_view and cwstring_viewAlexander Karatarakis