| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-06 | [mozjpeg] Use vcpkg_from_github and vcpkg_copy_tool_dependencies | Robert Schumacher | |
| 2017-10-06 | Bump version of nuget to 4.3.0 (was 4.1.0) | Alexander Karatarakis | |
| 2017-10-06 | Merge pull request #1890 from Microsoft/dev/alkarata/winsock2cryptowincrypt | Robert Schumacher | |
| Add ports for winsock2 and wincrypt | |||
| 2017-10-06 | #1930 Improved build control to exclude demo applications. | John Farrier | |
| 2017-10-06 | #1930 Celero Initial Port | John Farrier | |
| 2017-10-06 | Remove unused variable | Alexander Karatarakis | |
| 2017-10-06 | Merge 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.h | Robert Schumacher | |
| 2017-10-05 | Remove unneeded "continue" | Alexander Karatarakis | |
| 2017-10-05 | Remove stray comment | Alexander Karatarakis | |
| 2017-10-05 | Don'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-05 | Fix Win10SDK detection during Bootstrap | Daniel 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-05 | Update CHANGELOG and bump version to v0.0.91 | Alexander Karatarakis | |
| 2017-10-05 | Completely rework Visual Studio detection | Alexander 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-05 | Fix Strings::split() to handle delimiters of arbitrary size | Alexander Karatarakis | |
| 2017-10-05 | Add vswhere in fetchDependency.ps1 | Alexander Karatarakis | |
| 2017-10-05 | Overhaul VS selection. Add triplet option to specify VS instance | Alexander Karatarakis | |
| 2017-10-05 | Introduce Util::stable_keep_if() | Alexander Karatarakis | |
| 2017-10-05 | Merge pull request #1931 from podsvirov/vcpkg-export-ifw | Robert Schumacher | |
| [vcpkg-export-ifw] Maintenance Tool | |||
| 2017-10-05 | [vcpkg] Clang-format on commands_export_ifw | Robert Schumacher | |
| 2017-10-05 | [vcpkg] Remove multiple byte order marks | Robert Schumacher | |
| 2017-10-05 | Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfix | Robert 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-05 | Merge pull request #1928 from lazyhamster/librtmp | Robert 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 Tool | Konstantin Podsvirov | |
| Install maintenance tool and create Start menu shortcuts to manage, update and uninstall packages. | |||
| 2017-10-05 | mozjpeg initial port | glachancecmaisonneuve | |
| 2017-10-05 | Added port for librtmp 2.3 | LazyHamster | |
| 2017-10-04 | Merge pull request #1888 from jasjuang/aws-sdk-cpp | Robert Schumacher | |
| [aws-sdk-cpp] update to 1.2.4 and fix cmake exports | |||
| 2017-10-04 | Merge pull request #1734 from podsvirov/export-ifw | Robert Schumacher | |
| WIP: Export IFW (Beta) | |||
| 2017-10-04 | [vcpkg] Refactor out implication in option parsing for export | Robert Schumacher | |
| 2017-10-04 | [vcpkg] Reformat and refactor to reduce function size | Robert Schumacher | |
| 2017-10-04 | [vcpkg] Reformat and fix headers. | Robert Schumacher | |
| 2017-10-04 | Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into ↵ | Robert Schumacher | |
| podsvirov-export-ifw | |||
| 2017-10-04 | Merge pull request #1926 from UnaNancyOwen/fix_openni2 | Alexander Karatarakis | |
| Change to refer Kinect SDK 1.x that installed using vcpkg port | |||
| 2017-10-04 | Merge pull request #1925 from UnaNancyOwen/fix_kinectsdk1 | Alexander Karatarakis | |
| Extract Kinect SDK 1.x Installer using Dark | |||
| 2017-10-04 | Merge pull request #1414 from UnaNancyOwen/add_kinectsdk2 | Alexander Karatarakis | |
| Add Kinect SDK v2.x port | |||
| 2017-10-04 | Merge pull request #1923 from atkawa7/patch-1 | Robert Schumacher | |
| [geos] remove build_cmake | |||
| 2017-10-05 | Change to refer Kinect SDK 1.x that installed using vcpkg port | Tsukasa Sugiura | |
| Fix according to changes of Kinect SDK 1.x port. Change to refer Kinect SDK 1.x that installed using vcpkg port. It will be always generate the Kinect SDK 1.x driver, even when Kinect SDK 1.x is not installed in user system. | |||
| 2017-10-05 | Extract WiX installer using Dark | Tsukasa Sugiura | |
| Extract WiX installer using Dark. It will be standalone extract files from installer of Kinect SDK 1.x even if Kinect SDK 1.x is not installed in user system. | |||
| 2017-10-04 | [spatialite-tools] initial port (spatialite.exe and other tools) | alex85k | |
| 2017-10-04 | [geos] bump version | atkawa7 | |
| 2017-10-04 | [geos] remove build_cmake | atkawa7 | |
| 2017-10-04 | Get proxy credentials behind web proxy | Jens Frederich | |
| 2017-10-03 | [gtest] Silence TR1 deprecation warning | Robert Schumacher | |
| 2017-10-03 | [vcpkg] Split toolset searches based on triplet's specification (don't pick ↵ | Robert Schumacher | |
| v120 if it's blank). | |||
| 2017-10-03 | [vcpkg] Revert attempt to build vcpkg.exe with VS2013 | Robert Schumacher | |
| 2017-10-03 | Merge branch 'master' into martin-s-patch-vs2013 | Robert Schumacher | |
| 2017-10-03 | [vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming ↵ | Robert Schumacher | |
| convention. | |||
