aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-13fix ceres VS2017 compilation errorjasjuang
2017-10-12add NVCUDASAMPLES_ROOT to whitelistjasjuang
2017-10-11`vcpkg install` Print summary when using the --keep-going flagAlexander Karatarakis
2017-10-11Merge pull request #1954 from jasjuang/mpfrAlexander Karatarakis
update mpfr to 3.1.6
2017-10-10update mpfr to 3.1.6jasjuang
2017-10-09[tiny-dnn] Use vcpkg_from_github() and fix versionAlexander Karatarakis
2017-10-09Merge branch 'master' of https://github.com/microsoft/vcpkgEric Mittelette
2017-10-09adding tiny-dnn port filesEric Mittelette
2017-10-09[vswhere.exe] Update to vesrion 2.2.3 (was 2.1.4)Alexander Karatarakis
2017-10-09[VS detection] Add -products * flag to vswhere. This includes Express and ↵Alexander Karatarakis
BuildTools SKUs
2017-10-08Merge pull request #1945 from dpogue/string_theoryRobert Schumacher
[string_theory] Initial port
2017-10-08[string_theory] Initial portDarryl Pogue
2017-10-07Merge pull request #1941 from pravic/sciterRobert Schumacher
[sciter] Update to 4.0.4.5428
2017-10-08[sciter] Update to 4.0.4.5428pravic
2017-10-08[sciter] Update to 4.0.4.5413pravic
2017-10-06[websocketpp] Add patch for openssl 1.1.0 compatibilityAlexander Karatarakis
2017-10-06[cpprestsdk] Patch to allow building with openssl 1.1.0Alexander Karatarakis
2017-10-06Merge pull request #1896 from mariatav/dev/mariatav/autocompleteRobert Schumacher
Autocomplete: Command to enable tab completion
2017-10-06Merge pull request #1929 from glachancecmaisonneuve/mozjpegRobert Schumacher
mozjpeg initial port
2017-10-06[mozjpeg] Use vcpkg_from_github and vcpkg_copy_tool_dependenciesRobert Schumacher
2017-10-06Bump version of nuget to 4.3.0 (was 4.1.0)Alexander Karatarakis
2017-10-06Merge pull request #1890 from Microsoft/dev/alkarata/winsock2cryptowincryptRobert Schumacher
Add ports for winsock2 and wincrypt
2017-10-06Remove unused variableAlexander Karatarakis
2017-10-06Merge pull request #1934 from ↵Alexander Karatarakis
nerdile/dev/nerdile/fix-bootstrap-win10sdk-detection Fix Win10SDK detection during Bootstrap
2017-10-06[vcpkg-internal-ci] Remove chakracore due to dependency on cor.hRobert Schumacher
2017-10-05Remove unneeded "continue"Alexander Karatarakis
2017-10-05Remove stray commentAlexander Karatarakis
2017-10-05Don't assume VS2015 is in C:\Program Files (x86)\Alexander Karatarakis
2017-10-05[vcpkg] Remove assert that vswhere returns only 14 or 15.Robert Schumacher
2017-10-05Fix Win10SDK detection during BootstrapDaniel Strommen
When multiple Win10 SDK's are installed, like Insider previews, depending on the SDK installation, it may not contain the um headers. There is already a loop for trying to find the newest Win10 SDK that has full headers, but it's returning at the first failure, rather than continuing the loop to the next iteration. Also, use Join-Path instead of manual path appending, to normalize the extra \ at the end of the sdk root value. In some cases paths with double backslashes can be interpreted as a fallback syntax for UNC paths. Join-Path normalizes the path appropriately.
2017-10-05Update CHANGELOG and bump version to v0.0.91Alexander Karatarakis
2017-10-05Completely rework Visual Studio detectionAlexander Karatarakis
- Now using vswhere.exe to detect all VS instance (2015 + 2017) - Default version preference order is now: stable, prerelease, legacy - Within each preference weight, the latest one is chosen - findVisualStudioInstallationInstances.ps1 now has a parameter to choose VS instance
2017-10-05Fix Strings::split() to handle delimiters of arbitrary sizeAlexander Karatarakis
2017-10-05Add vswhere in fetchDependency.ps1Alexander Karatarakis
2017-10-05Overhaul VS selection. Add triplet option to specify VS instanceAlexander Karatarakis
2017-10-05Introduce Util::stable_keep_if()Alexander Karatarakis
2017-10-05Merge pull request #1931 from podsvirov/vcpkg-export-ifwRobert Schumacher
[vcpkg-export-ifw] Maintenance Tool
2017-10-05[vcpkg] Clang-format on commands_export_ifwRobert Schumacher
2017-10-05[vcpkg] Remove multiple byte order marksRobert Schumacher
2017-10-05Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfixRobert Schumacher
Fix for BUILD_ARGS being always added in non ninja build (vcpkg_build_cmake,vcpkg_install_cmake)
2017-10-05[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.Robert Schumacher
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-05Merge pull request #1928 from lazyhamster/librtmpRobert Schumacher
New port for librtmp 2.3
2017-10-05[vcpkg] Check size and don't perform stripping if string is too small.Robert Schumacher
2017-10-05[vcpkg-export-ifw] Maintenance ToolKonstantin Podsvirov
Install maintenance tool and create Start menu shortcuts to manage, update and uninstall packages.
2017-10-05mozjpeg initial portglachancecmaisonneuve
2017-10-05Added port for librtmp 2.3LazyHamster
2017-10-04Merge pull request #1888 from jasjuang/aws-sdk-cppRobert Schumacher
[aws-sdk-cpp] update to 1.2.4 and fix cmake exports
2017-10-04Merge pull request #1734 from podsvirov/export-ifwRobert Schumacher
WIP: Export IFW (Beta)
2017-10-04[vcpkg] Refactor out implication in option parsing for exportRobert Schumacher
2017-10-04[vcpkg] Reformat and refactor to reduce function sizeRobert Schumacher