index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
vcpkg_Dependencies.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-09-13
Rework vcpkg install (and vcpkg ci)
Alexander Karatarakis
2017-08-29
Remove Strings::is_empty(). Use std::string.empty()
Alexander Karatarakis
2017-08-28
Make member functions const
Alexander Karatarakis
2017-08-28
Use Strings::join() and Strings::format()
Alexander Karatarakis
2017-08-28
[vcpkg_Dependencies.cpp] Remove redundant else
Alexander Karatarakis
2017-08-28
[vcpkg_Dependencies.cpp] Order of initialization
Alexander Karatarakis
2017-08-23
[vcpkg] Deduplicate code from feature packages
Robert Schumacher
2017-08-22
[vcpkg] Add Util::ResourceBase, use MoveOnlyBase
Robert Schumacher
2017-08-21
[vcpkg] Improve error messages when a feature is requested that doesn't exist.
Robert Schumacher
2017-08-21
[vcpkg] Feature packages now include user requested packages even if they are...
Robert Schumacher
2017-08-21
[vcpkg] Fix feature packages for non-default triplets. Reduce duplication bet...
Robert Schumacher
2017-08-20
[vcpkg] Refactor features implementation. Improve error handling.
Robert Schumacher
2017-08-20
[vcpkg] Remove incomplete default features implementation
Robert Schumacher
2017-08-20
[vcpkg] Refactor parsing together and flatten featurespec usages
Robert Schumacher
2017-08-18
[vcpkg] Consolidate specifier parsing
Robert Schumacher
2017-08-16
partial end to end feature packages hdf5
Daniel Shaw
2017-07-24
end to end feature pkg draft
Daniel Shaw
2017-07-19
refactor feature packages
Daniel Shaw
2017-07-14
feature packages graph traversal
Daniel Shaw
2017-06-27
refactor create_install_plan tests
Daniel Shaw
2017-06-26
Merge branch 'master' into create_install_tests
Daniel Shaw
2017-06-26
adding tests for install plans
Daniel Shaw
2017-06-20
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
Robert Schumacher
2017-06-19
[vcpkg] feature packages initial parsing
Daniel Shaw
2017-06-08
[vcpkg] Improve diagnostics upon port load failure
Robert Schumacher
2017-06-06
ExpectedT factory class
Daniel Shaw
2017-04-28
`export`: When package name is invalid, error out earlier and with a better m...
Alexander Karatarakis
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-27
`install`: When package name is invalid, error out earlier and with a better ...
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-21
Add skeleton code for `vcpkg export`
Alexander Karatarakis
2017-04-14
Merge branch 'dev/roschuma/fs-testing'
Robert Schumacher
2017-04-14
Merge from master
Robert Schumacher
2017-04-14
Rename p->plan and formatting
Alexander Karatarakis
2017-04-13
Use Util::erase_remove_if()
Alexander Karatarakis
2017-04-13
Revert "Use Util::keep_if()"
Robert Schumacher
2017-04-12
Merge from master
Robert Schumacher
2017-04-12
Use Util::keep_if()
Alexander Karatarakis
2017-04-12
Remove AUTO_SELECTED && ALREADY_INSTALLED packages from the install plan
Alexander Karatarakis
2017-04-12
Simplify Remove plan generation
Alexander Karatarakis
2017-04-12
Simplify Install plan generation
Alexander Karatarakis
2017-04-12
edges() -> dependencies()
Alexander Karatarakis
2017-04-12
Rework create_install_plan()
Alexander Karatarakis
2017-04-12
Move line below temp struct
Alexander Karatarakis
2017-04-12
Improve create_remove_plan (still using Graph)
Alexander Karatarakis
2017-04-12
Use status_db.find_installed()
Alexander Karatarakis
2017-04-12
Rework toposort and create_install_plan
Alexander Karatarakis
2017-04-12
Rename
Alexander Karatarakis
2017-04-11
Merge from master
Robert Schumacher
[next]