aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-12Add PackageSpec != operatorAlexander Karatarakis
2017-04-12Introduce keep_if functionAlexander Karatarakis
2017-04-12Remove AUTO_SELECTED && ALREADY_INSTALLED packages from the install planAlexander 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-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 pull request #927 from codicodi/add-sdl2-mixerRobert Schumacher
2017-04-11Update EXAMPLES.mdRobert Schumacher
2017-04-11Update EXAMPLES.mdRobert Schumacher
2017-04-11[vcpkg-msbuild] Fix line wrapping bug on Win7.Robert Schumacher
2017-04-11[vcpkg-scripts] Improve verbose logging in findAnyMSBuildWithCppPlatformToolset.Robert Schumacher
2017-04-10Merge pull request #928 from Mixaill/mpg123-fixAlexander Karatarakis
2017-04-11[mpg123] install missing headersMikhail Paulyshka
2017-04-10[README] Add CI badgeRobert 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-10Merge pull request #925 from jumpinjackie/xercesc-missing-source-filesAlexander Karatarakis
2017-04-10Add sdl2-mixercodicodi
2017-04-09Merge pull request #924 from codicodi/bump-glibAlexander Karatarakis
2017-04-09[xerces-c]: Certain headers include .c files, this commit ensures that such f...Jackie Ng
2017-04-09[glib] update to 2.52.1codicodi
2017-04-08[vcpkg] Switch several usages of -ExecutionPolicy Unrestricted to Bypass to a...Robert Schumacher
2017-04-08[xerces-c] Fixup omission in previous commit -- handle CRT as well.Robert Schumacher
2017-04-08[xerces-c] Fix packaging to also deploy the built libraryRobert 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