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
Age
Commit message (
Expand
)
Author
2017-04-12
Add PackageSpec != operator
Alexander Karatarakis
2017-04-12
Introduce keep_if function
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
Fix issue in the toposort algorithm and move-only types
Alexander Karatarakis
2017-04-12
edges() -> dependencies()
Alexander Karatarakis
2017-04-12
Remove Graph class
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
Remove repeated #include
Alexander Karatarakis
2017-04-12
Add default constructor to Optional<T>
Alexander Karatarakis
2017-04-12
Rework toposort and create_install_plan
Alexander Karatarakis
2017-04-12
Parameter by const&
Alexander Karatarakis
2017-04-12
Extract toposort into a free function
Alexander Karatarakis
2017-04-12
Rename
Alexander Karatarakis
2017-04-12
toposort: use lambda to obtain the neighbours of a vertex
Alexander Karatarakis
2017-04-11
Merge pull request #927 from codicodi/add-sdl2-mixer
Robert Schumacher
2017-04-11
Update EXAMPLES.md
Robert Schumacher
2017-04-11
Update EXAMPLES.md
Robert Schumacher
2017-04-11
[vcpkg-msbuild] Fix line wrapping bug on Win7.
Robert Schumacher
2017-04-11
[vcpkg-scripts] Improve verbose logging in findAnyMSBuildWithCppPlatformToolset.
Robert Schumacher
2017-04-10
Merge pull request #928 from Mixaill/mpg123-fix
Alexander Karatarakis
2017-04-11
[mpg123] install missing headers
Mikhail Paulyshka
2017-04-10
[README] Add CI badge
Robert Schumacher
2017-04-10
Remaining target_triplet -> triplet
Alexander Karatarakis
2017-04-10
`install` target_triplet -> triplet
Alexander Karatarakis
2017-04-10
`ci` target_triplet -> triplet
Alexander Karatarakis
2017-04-10
`build` target_triplet -> triplet
Alexander Karatarakis
2017-04-10
[StatusParagraph] target_triplet -> triplet
Alexander Karatarakis
2017-04-10
[BinaryParagraph] target_triplet -> triplet
Alexander Karatarakis
2017-04-10
[PackageSpec] target_triplet -> triplet
Alexander Karatarakis
2017-04-10
PackageSpec.target_triplet() -> ".triplet()
Alexander Karatarakis
2017-04-10
VcpkgCmdArguments.target_triplet -> ".triplet
Alexander Karatarakis
2017-04-10
default_target_triplet -> default_triplet
Alexander Karatarakis
2017-04-10
Tweak `install` input parsing to match `remove`
Alexander Karatarakis
2017-04-10
Formatting
Alexander Karatarakis
2017-04-10
Merge pull request #925 from jumpinjackie/xercesc-missing-source-files
Alexander Karatarakis
2017-04-10
Add sdl2-mixer
codicodi
2017-04-09
Merge pull request #924 from codicodi/bump-glib
Alexander Karatarakis
2017-04-09
[xerces-c]: Certain headers include .c files, this commit ensures that such f...
Jackie Ng
2017-04-09
[glib] update to 2.52.1
codicodi
2017-04-08
[vcpkg] Switch several usages of -ExecutionPolicy Unrestricted to Bypass to a...
Robert Schumacher
2017-04-08
[xerces-c] Fixup omission in previous commit -- handle CRT as well.
Robert Schumacher
2017-04-08
[xerces-c] Fix packaging to also deploy the built library
Robert Schumacher
2017-04-07
VersionT: replace to_printf_arg() with .to_string()
Alexander Karatarakis
2017-04-07
Use Triplet.canonical_name() or .to_string()
Alexander Karatarakis
2017-04-07
Remove triplet operator<< overload
Alexander Karatarakis
[next]