aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg.h
AgeCommit message (Collapse)Author
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-05Introduce ImmutableSortedVectorAlexander Karatarakis
2016-12-01Introduce function get_installed_files()Alexander Karatarakis
2016-12-01Move install_package() and deinstall_package() to the files of theAlexander Karatarakis
appropriate commands
2016-12-01Remove unused variableAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-15Major refactor/rework of dependency resolutionAlexander Karatarakis
2016-11-07Remove unused #include directiveAlexander Karatarakis
2016-11-07Move search_file() to commands_own.cppAlexander Karatarakis
2016-11-07Move shorten_description to vcpkglib_helpersAlexander Karatarakis
2016-11-07Introduce vcpkg_info.h/cppAlexander 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-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.
2016-09-23[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.Robert Schumacher
`vcpkg_paths` is responsible for binding the concrete filesystem representation to the abstract `package_spec`.
2016-09-18Initial commitAlexander Karatarakis