| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-19 | [readosm] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [libspatialite] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [paho-mqtt] Fix post-build validation failure when VCPKG_BUILD_TYPE is set | past-due | |
| The portfile was creating empty directories (for the "other" build type) if `VCPKG_BUILD_TYPE` was specified. | |||
| 2018-03-19 | [freexl] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | Merge pull request #3080 from Bitkoda/asio-upgrade | Alexander Karatarakis | |
| Upgraded asio to version 1.12.0 | |||
| 2018-03-19 | [proj4] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release" | past-due | |
| 2018-03-19 | Upgraded asio to version 1.12.0 | Art | |
| 2018-03-19 | [yoga] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [libmysql] Use relative include path. Fixes #3071 | Robert Schumacher | |
| 2018-03-19 | [libmysql] Use system dependencies to avoid ODR violations | Robert Schumacher | |
| 2018-03-19 | [chakracore] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [freetype] Fix build failures when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [sdl2] Fix build failure when VCPKG_BUILD_TYPE is set | past-due | |
| 2018-03-19 | [ffmpeg] Add options | Youngho Kim | |
| 2018-03-19 | [azure-storage-cpp] Upgrade to 3.2.1 | Robert Schumacher | |
| 2018-03-19 | [openimageio] update to 1.8.9 (#3051) | Yann Lanthony | |
| * [openimageio] update to 1.8.9 * [openimageio] remove '-1' suffix from version name | |||
| 2018-03-19 | Update to ACE 6.4.7 (#3059) | Johnny Willemsen | |
| * ports/ace/CONTROL: * ports/ace/portfile.cmake: | |||
| 2018-03-19 | [curl] fix a dependency error: "Error: Unable to satisfy dependency ↵ | Ivy Snow | |
| ssl:x86-windows of curl[http2]:x86-windows" | |||
| 2018-03-18 | bug fixed for librtmp on vcpkg | Youngho Kim | |
| bug fixed for librtmp on vcpkg because of wrong find_package name for zlib and openssl | |||
| 2018-03-18 | Add options and documentation for env command (#3007) | Jacob Zhong | |
| * [vcpkg] Add options and documentation for env command * [vcpkg-env] Cleanup. Add tools/*. | |||
| 2018-03-18 | purged empty directory in qt5 (#3028) | Ugo Pattacini | |
| 2018-03-18 | Update FAQ about cleaning downloads and build trees (#3044) | Mateusz Loskot | |
| * Update FAQ about cleaning downloads and build trees Answers #2202 and #2538 * [vcpkg-docs] Add packages folder to list of temporary folders | |||
| 2018-03-18 | [msmpi] update to v9.0 (#3058) | Stefano Sinigardi | |
| 2018-03-18 | Include windows.h before including consoleapi.h (#3050) | Daniel Strommen | |
| * Include windows.h before including consoleapi.h Issue: cpython fails to build against Windows Insider Preview SDK 17115 Root Cause: Failure to include windows.h before other Windows headers (consoleapi.h) Solution: Include windows.h before consoleapi.h If you don't include Windows.h before other Windows headers, then your code is likely to break with new versions of the Windows Platform SDK, as headers move around or new intraheader dependencies are added. That is what happened here. * Remove redundant consoleapi.h The documented header for all the console API's is windows.h, which includes wincon.h which includes consoleapi.h. Consoleapi.h used to also include windows.h, but this caused a circular dependency. So, adjusting this to only include windows.h and omit the consoleapi.h which is redundant. * [python3] formatting | |||
| 2018-03-18 | [gdal] Fix regression due to libmysql upgrade | Robert Schumacher | |
| 2018-03-18 | [libjpeg-turbo] Disable GETENV/SETENV in UWP. See ↵ | Robert Schumacher | |
| https://github.com/libjpeg-turbo/libjpeg-turbo/issues/203 | |||
| 2018-03-17 | [abseil][exiv2][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][zeromq][ ↵ | Robert Schumacher | |
| zziplib] Upgrades | |||
| 2018-03-17 | [abseil][curl][chakracore][thrift] Upgrades | Robert Schumacher | |
| 2018-03-16 | Fix boost build errors when vcpkg path has spaces (#3054) | Daniel | |
| * Fix boost build errors when vcpkg path has spaces Add missing quotes in boost_serialization path * [boost-modular-build-helper] Bump version due to change * [boost-modular-build-helper] Quote mpi as well | |||
| 2018-03-14 | [vcpkg] Create minimal package structure even on failure | Robert Schumacher | |
| 2018-03-14 | [nlohmann-json] Update to 3.1.2 | Robert Schumacher | |
| 2018-03-14 | Fix PCL portfile debug/share error (#2996) | Claudio Fantacci | |
| Add missing file(REMOVE_RECURSE /debug/share) that was preventing post-build validation to complete successfully. | |||
| 2018-03-14 | Merge pull request #3033 from pravic/curl | Alexander Karatarakis | |
| [curl] update to 7.59.0 | |||
| 2018-03-14 | Merge pull request #2906 from cenit/OpenCV_341 | Alexander Karatarakis | |
| [OpenCV] update to 3.4.1 | |||
| 2018-03-14 | [opencv] Fixes for contrib | Alexander Karatarakis | |
| 2018-03-14 | [zeromq] Update | Robert Schumacher | |
| 2018-03-14 | [jemalloc] Fix corrupted patchfile | Robert Schumacher | |
| 2018-03-14 | [vcpkg-cmake-toolchain] Only wrap find_package(Boost) if a boost library is ↵ | Robert Schumacher | |
| installed. | |||
| 2018-03-14 | [vcpkg] Further refactoring inside `build_package()` | Robert Schumacher | |
| 2018-03-14 | [curl] update to 7.59.0 | pravic | |
| 2018-03-14 | Add OpenMesh 6.3(without apps) (#3032) | itsuhane | |
| 2018-03-14 | [libmariadb] Use vcpkg_from_github() and improve conflict check | Robert Schumacher | |
| 2018-03-14 | [libmysql] Clarify support message | Robert Schumacher | |
| 2018-03-13 | [vcpkg-find-acquire-program] Handle PERL and NASM on non-windows | Robert Schumacher | |
| 2018-03-13 | [libjpeg-turbo] Fix non-windows non-linux | Robert Schumacher | |
| 2018-03-13 | [abseil][breakpad][cimg][matio][piex][rocksdb][thrift][tiny-dnn][unicorn-lib ↵ | Robert Schumacher | |
| ][unicorn] Updates | |||
| 2018-03-13 | [libssh] Fix static builds for non-windows | Robert Schumacher | |
| 2018-03-13 | [vcpkg] Improve default triplets for non-windows | Robert Schumacher | |
| 2018-03-13 | [libmysql] Update to 8.0.4 | Robert Schumacher | |
