aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-04install_plan_action -> InstallPlanActionAlexander Karatarakis
2017-04-04install_plan_type -> InstallPlanTypeAlexander Karatarakis
2017-04-04request_type -> RequestTypeAlexander Karatarakis
2017-04-04package_name_and_function -> PackageNameAndFunctionAlexander Karatarakis
2017-04-04VersionDiff.toString() -> VersionDiff.to_string()Alexander Karatarakis
2017-04-04version_diff_t -> VersionDiffAlexander Karatarakis
2017-04-04version_t -> VersionTAlexander Karatarakis
2017-04-04outdated_package -> OutdatedPackageAlexander Karatarakis
2017-04-04command_type_x -> CommandTypeXAlexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-04-04ElapsedTime: rename function to all_lowerAlexander Karatarakis
2017-04-04Want: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04want_t -> WantAlexander Karatarakis
2017-04-04InstallState: change enum constants to ALL_UPPERAlexander Karatarakis
2017-04-04install_state_t -> InstallStateAlexander Karatarakis
2017-04-04dependency -> DependencyAlexander Karatarakis
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-04Add sdl2-ttfcodicodi
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
Added (currently undocumented) --no-purge as workaround if required.
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-04[boost] Fix UWP builds by disabling nonfunctioning components.Robert Schumacher
2017-04-05Patch the freetype include directory to the renamed one [freetype2 -> ↵Jackie Ng
freetype]. Fixes #889
2017-04-04[pqp] fixes wrong declaration of math functionsTobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-04-03Merge pull request #886 from Mixaill/libgdRobert Schumacher
[libgd] add version 2.2.4
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
Adds line comments denoted by # within CONTROL files. For the moment a comment must be start with # and is valid until the end of the line. It's not possible to add a comment at the end of usable lines. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-04-03Merge pull request #877 from drdanz/ecm_portRobert Schumacher
Add ECM port
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher
2017-04-03[libevent] Initial supportArkadiy Shapkin
2017-04-01Merge pull request #887 from Mixaill/sqliteAlexander Karatarakis
[sqlite3] update to 3.18.0