aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2017-04-18Workaround for fs::remove_all()Alexander Karatarakis
2017-04-17Use read-only pattern for InstallationDirsAlexander Karatarakis
2017-04-17InstallationDirs struct now checks/create the needed dirsAlexander Karatarakis
2017-04-17Add fs::create_directories() forwarding functionAlexander Karatarakis
2017-04-17Make install_and_write_listfile() publicAlexander Karatarakis
2017-04-17Variable rename and formattingAlexander Karatarakis
2017-04-17Introduce InstallationDirs stuctAlexander Karatarakis
2017-04-17Remove unused #includeAlexander Karatarakis
2017-04-17Add SortedVector.cbegin() and .cend()Alexander Karatarakis
2017-04-17`ci`: pretty print the package build timesAlexander Karatarakis
2017-04-17FormattingAlexander Karatarakis
2017-04-14Merge branch 'dev/roschuma/fs-testing'Robert Schumacher
2017-04-14Merge from masterRobert Schumacher
2017-04-14Rework print_plan() for `remove` and `install`Alexander Karatarakis
2017-04-14Introduce Util::group_by()Alexander Karatarakis
2017-04-14Use Util::find_if/not()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-14Rename p->plan and formattingAlexander Karatarakis
2017-04-14Use Strings::join()Alexander Karatarakis
2017-04-13Use Util::erase_remove_if()Alexander Karatarakis
2017-04-13keep_if (wrong name) renamed to erase_remove_ifAlexander Karatarakis
2017-04-13Revert "Use Util::keep_if()"Robert Schumacher
2017-04-12Remove unused #includeAlexander Karatarakis
2017-04-12Add final keywordAlexander 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-12Use Util::keep_if()Alexander Karatarakis
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