aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-04-28[CStringView] Rename parameter, add copy ctorAlexander Karatarakis
2017-04-28Enums::f(): Accept CStringView instead of std::string&Alexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...Alexander Karatarakis
2017-04-25Rework ConfigurationType enumAlexander Karatarakis
2017-04-25Rework BuildType enumAlexander Karatarakis
2017-04-25ENUM_NAME should be in the enum namespaceAlexander Karatarakis
2017-04-25Rework LinkageType enumAlexander Karatarakis
2017-04-25Make constexprs staticAlexander Karatarakis
2017-04-25Rework OptBool enumAlexander Karatarakis
2017-04-25Rework BuildInfo enumAlexander Karatarakis
2017-04-23[vcpkg-build] Fix regression in build command.Robert Schumacher
2017-04-21Add System::get_current_date_time()Alexander Karatarakis
2017-04-21Add skeleton code for `vcpkg export`Alexander Karatarakis
2017-04-21Move source_dir outside of InstallDir structAlexander Karatarakis
2017-04-21InstallationDirs -> InstallDirAlexander Karatarakis
2017-04-20[InstallationDirs] Better name for static factoryAlexander Karatarakis
2017-04-20Simplify InstallDirs class. No longer touches diskAlexander 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-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