aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Dependencies.cpp
AgeCommit message (Collapse)Author
2017-04-10PackageSpec.target_triplet() -> ".triplet()Alexander Karatarakis
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-07Fix install plan to not include already installed packagesAlexander Karatarakis
(unless they are explicitly requested by the user)
2017-04-07Add RequestType to InstallPlanAlexander Karatarakis
2017-04-07Add compare_by_name to InstallPlanAlexander Karatarakis
2017-04-07FormattingAlexander Karatarakis
2017-04-07Extract functions for output formattingAlexander Karatarakis
2017-04-07RemovePlan -> sort by nameAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04optional<T> -> Optional<T>Alexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04package_spec_with_remove_plan -> PackageSpecWithRemovePlanAlexander Karatarakis
2017-04-04remove_plan_action -> RemovePlanActionAlexander Karatarakis
2017-04-04remove_plan_type -> RemovePlanTypeAlexander Karatarakis
2017-04-04package_spec_with_install_plan -> PackageSpecWithInstallPlanAlexander Karatarakis
2017-04-04install_plan_action -> InstallPlanActionAlexander Karatarakis
2017-04-04install_plan_type -> InstallPlanTypeAlexander Karatarakis
2017-04-04request_type -> RequestTypeAlexander 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-04package_spec -> PackageSpecAlexander Karatarakis
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-31[vcpkg] Rework code structure to satisfy /analyze in VS2017Robert Schumacher
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-02-27Fix #include of Paragraph.hAlexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-17Remove try_load_port() overloadAlexander Karatarakis
2017-02-15Remove unused variable from create_remove_plan()Alexander Karatarakis
2017-01-30[Dependencies] Specify constructors and fix bug with default ↵Alexander Karatarakis
remove_plan_action init
2017-01-30remove_plan now depends on the spec, instead of StatusParagraphAlexander Karatarakis
2017-01-30Fix remove_plan codeAlexander Karatarakis
2017-01-30[Dependencies] User-requested vs autos-elected info is now in a separate enumAlexander Karatarakis
2017-01-30Renames and formattingAlexander Karatarakis
2017-01-30Enable recursive `remove` commandAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-30Create a remove plan. NOT used yetAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-12-20Improve error messageAlexander Karatarakis
2016-11-15Renames and cleanupAlexander Karatarakis
2016-11-15Use custom struct instead of std::pairAlexander Karatarakis
2016-11-15Major refactor/rework of dependency resolutionAlexander Karatarakis
2016-11-07[Dependencies] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07[Dependencies] Remove unused parameterAlexander Karatarakis
2016-11-07[Dependencies] Function renameAlexander Karatarakis
2016-11-07[Dependencies] Make function staticAlexander Karatarakis