aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg.cpp
AgeCommit message (Expand)Author
2017-02-14System::get_environmental_variable() now returns optional<>Alexander Karatarakis
2017-02-14Rename wdupenv_str to get_environmental_variable()Alexander Karatarakis
2017-02-01Enhance the opt_bool typeAlexander Karatarakis
2017-01-31[opt_bool] Make members ALL_CAPSAlexander Karatarakis
2017-01-25Rename main.cpp to vcpkg.cppAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-05Introduce ImmutableSortedVectorAlexander Karatarakis
2016-12-24Fix signed/unsigned mismatch warningnekko1119
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-16Replace reading lines and ignoring empty lines with the new functionsAlexander Karatarakis
2016-12-15Improve code that filters out the directories from a vector of pathsAlexander Karatarakis
2016-12-15Use Files::write_all_lines()Alexander Karatarakis
2016-12-15[listfile] When reading a listfile, add / at the end of directoriesAlexander Karatarakis
2016-12-13Avoid copying structAlexander Karatarakis
2016-12-01get_installed_files() now filters out the directoriesAlexander Karatarakis
2016-12-01Introduce function get_installed_files()Alexander Karatarakis
2016-12-01Remove unused functionAlexander Karatarakis
2016-12-01Remove unused #include directivesAlexander Karatarakis
2016-12-01Move install_package() and deinstall_package() to the files of theAlexander Karatarakis
2016-12-01Remove unused variableAlexander Karatarakis
2016-12-01[install-command] Verify files will not overwrite existing filesAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-29Remove unused functionAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-15Major refactor/rework of dependency resolutionAlexander Karatarakis
2016-11-08Skip BUILD_INFO file on installAlexander Karatarakis
2016-11-07Move search_file() to commands_own.cppAlexander Karatarakis
2016-11-07Move listfile_path() to vcpkg_paths.hAlexander Karatarakis
2016-11-07Move shorten_description to vcpkglib_helpersAlexander Karatarakis
2016-11-07Move Dependency-related functions from vcpkg.h to vcpkg_Dependencies.hAlexander Karatarakis
2016-11-07Move functions that are only used by `import` out of vcpkg.h/cppAlexander Karatarakis
2016-11-07Merge lib.cpp and vcpkg.cpp -> vcpkg.cppAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis