aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
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-12Rework create_install_plan()Alexander Karatarakis
2017-04-12Move line below temp structAlexander Karatarakis
2017-04-12Improve create_remove_plan (still using Graph)Alexander Karatarakis
2017-04-12Use status_db.find_installed()Alexander Karatarakis
2017-04-12Remove repeated #includeAlexander 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-11Merge from masterRobert Schumacher
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
2017-04-10Remaining target_triplet -> tripletAlexander Karatarakis
2017-04-10`install` target_triplet -> tripletAlexander Karatarakis
2017-04-10`ci` target_triplet -> tripletAlexander Karatarakis
2017-04-10`build` 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-10Tweak `install` input parsing to match `remove`Alexander Karatarakis
2017-04-10FormattingAlexander Karatarakis
2017-04-08[vcpkg] Further work on filesystem abstraction layer.Robert Schumacher
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-07VersionT: replace to_printf_arg() with .to_string()Alexander Karatarakis
2017-04-07Use Triplet.canonical_name() or .to_string()Alexander Karatarakis
2017-04-07Remove triplet operator<< overloadAlexander Karatarakis
2017-04-07Triplet.to_string()Alexander Karatarakis
2017-04-07Remove unneeded to_string() callsAlexander 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-07`vcpkg ci` Update strings, similarly to `vcpkg install`Alexander Karatarakis
2017-04-07Use existing variableAlexander Karatarakis
2017-04-07`vcpkg ci` Use switch-caseAlexander Karatarakis
2017-04-07Remove to_printf_args(PackageSpec)Alexander Karatarakis
2017-04-07Add missing break;Alexander Karatarakis
2017-04-07`install command` Add status for the building phaseAlexander Karatarakis
2017-04-07Add UNKNOWN caseAlexander Karatarakis
2017-04-07Remove unneeded branchAlexander Karatarakis
2017-04-07Use switch-caseAlexander Karatarakis
2017-04-07`vcpkg install` improve status messageAlexander Karatarakis