aboutsummaryrefslogtreecommitdiff
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-04Merge branch 'master' into HEADRobert Schumacher
2017-04-04[vcpkg-docs] Fix references to --purge.Robert Schumacher
2017-04-04[vcpkg-remove] Make purge the default for remove.Robert Schumacher
2017-04-04Merge branch 'removeoutdated' into HEADRobert Schumacher
2017-04-04[vcpkg-remove-outdated] Add documentation for remove --outdated.Robert Schumacher
2017-04-04`remove` Add --outdated optionAlexander Karatarakis
2017-04-03Merge pull request #886 from Mixaill/libgdRobert Schumacher
2017-04-03Add -NoProfile to boostrap-vcpkg.batAlexander Karatarakis
2017-04-03[opencv] make use of added comment within controlTobias Kohlbau
2017-04-03Fix SortedVector constructorAlexander Karatarakis
2017-04-03Merge branch 'tobiaskohlbau-vcpkg_comment'Alexander Karatarakis
2017-04-03adds line comments for CONTROLTobias Kohlbau
2017-04-03Merge pull request #877 from drdanz/ecm_portRobert Schumacher
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher
2017-04-01Merge pull request #887 from Mixaill/sqliteAlexander Karatarakis
2017-04-01[sqlite3] update to 3.18.0Mikhail Paulyshka
2017-04-01[sqlite3] fix uwp buildsMikhail Paulyshka
2017-04-01[libgd] add version 2.2.4Mikhail Paulyshka
2017-04-01[vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience.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] Use fmap instead of std::transform.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-31Fix issue in vcxproj.filtersAlexander Karatarakis
2017-03-31`update` needs to use package_specAlexander Karatarakis
2017-03-31Refactor update and portsdiffAlexander 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-31Fix memory leak in get_environmental_variable()Robert Schumacher