aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-04-17Make install_and_write_listfile() publicAlexander Karatarakis
2017-04-17Add SortedVector.cbegin() and .cend()Alexander Karatarakis
2017-04-14Merge branch 'dev/roschuma/fs-testing'Robert Schumacher
2017-04-14Merge from masterRobert Schumacher
2017-04-14Introduce Util::group_by()Alexander Karatarakis
2017-04-14Add Util::find_if() and Util::find_if_not()Alexander Karatarakis
2017-04-14Remove explicit keyword from constructorAlexander Karatarakis
2017-04-13keep_if (wrong name) renamed to erase_remove_ifAlexander Karatarakis
2017-04-12Remove unused #includeAlexander Karatarakis
2017-04-12write_all_lines() -> write_lines()Alexander Karatarakis
2017-04-12get_files_recursive()/get_files_non_recursive()Alexander Karatarakis
2017-04-12Files::read_lines() -> Files::read_all_lines()Alexander Karatarakis
2017-04-12Merge from masterRobert Schumacher
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
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-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[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-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-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