aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-04-12Add PackageSpec != operatorAlexander Karatarakis
2017-04-12Introduce keep_if functionAlexander Karatarakis
2017-04-12Simplify Remove plan generationAlexander Karatarakis
2017-04-12Simplify Install plan generationAlexander Karatarakis
2017-04-12Fix issue in the toposort algorithm and move-only typesAlexander Karatarakis
2017-04-12edges() -> dependencies()Alexander Karatarakis
2017-04-12Remove Graph classAlexander Karatarakis
2017-04-12Add default constructor to Optional<T>Alexander Karatarakis
2017-04-12Rework toposort and create_install_planAlexander Karatarakis
2017-04-12Parameter by const&Alexander Karatarakis
2017-04-12Extract toposort into a free functionAlexander Karatarakis
2017-04-12RenameAlexander Karatarakis
2017-04-12toposort: use lambda to obtain the neighbours of a vertexAlexander Karatarakis
2017-04-10Remaining target_triplet -> tripletAlexander Karatarakis
2017-04-10[StatusParagraph] target_triplet -> tripletAlexander Karatarakis
2017-04-10[BinaryParagraph] target_triplet -> tripletAlexander Karatarakis
2017-04-10[PackageSpec] target_triplet -> tripletAlexander Karatarakis
2017-04-10PackageSpec.target_triplet() -> ".triplet()Alexander Karatarakis
2017-04-10VcpkgCmdArguments.target_triplet -> ".tripletAlexander Karatarakis
2017-04-10default_target_triplet -> default_tripletAlexander Karatarakis
2017-04-07VersionT: replace to_printf_arg() with .to_string()Alexander Karatarakis
2017-04-07Remove triplet operator<< overloadAlexander Karatarakis
2017-04-07Triplet.to_string()Alexander Karatarakis
2017-04-07Remove PackageSpec& operator<< overloadAlexander Karatarakis
2017-04-07Remove PackageSpec.display_name()Alexander Karatarakis
2017-04-07Add to_printf_arg() for classes with to_string()Alexander Karatarakis
2017-04-07Remove to_printf_args(PackageSpec)Alexander Karatarakis
2017-04-07Add find_installed() overloadAlexander Karatarakis
2017-04-07Add RequestType to InstallPlanAlexander Karatarakis
2017-04-07Add compare_by_name to InstallPlanAlexander Karatarakis
2017-04-07Extract functions for output formattingAlexander Karatarakis
2017-04-07RemovePlan -> sort by nameAlexander Karatarakis
2017-04-05Introduce `vcpkg depend-info` commandAlexander Karatarakis
2017-04-04toString() -> to_string in various enumsAlexander Karatarakis
2017-04-04PacakgeSpec.toString() -> PackageSpec.to_string()Alexander Karatarakis
2017-04-04LineInfo::toString() -> LineInfo::to_string()Alexander Karatarakis
2017-04-04[SortedVector] Add default constructorAlexander Karatarakis
2017-04-04StatusParagraph_and_associated_files -> StatusParagraphAndAssociatedFilesAlexander Karatarakis
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04exit_code_and_output -> ExitCodeAndOutputAlexander Karatarakis
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04toolset_t -> ToolsetAlexander Karatarakis
2017-04-04optional<T> -> Optional<T>Alexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04Enums::toString() -> Enums::to_string()Alexander 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