aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-12[grpc] Update to v1.18.0Robert Schumacher
2019-02-12Updates 2019.01.30Robert Schumacher
2019-02-12Upgrade google-cloud-cpp to 0.6.0. (#5367)Carlos O'Ryan
In this version we can disable the unit and integration tests, though it still tries to find `googletest` so we cannot remove the dependency just yet.
2019-02-12[detours] new port (#5347)Charles Milette
* [detours] new port * [detours] Use PATCHES parameter instead of vcpkg_apply_patches function
2019-02-12[freetype] fix DLL install on Windows (#5354)Lennart Trunk
* [wip] fix DLL install on Windows * change patchfile encoding to UTF-8
2019-02-11[rocksdb] Add tbb support (#5142)Peter Goodman
* Add tbb feature support to rocksdb to enable CLOCK algorithm * Use RocksDB master branch. * Undid RocksDB head requirement. * fix: remove unnecessary FindTbb.cmake
2019-02-11[osg] Add Collada model support to OpenSceneGraph (#3950)Calum Robinson
* [collada-dom] Initial collada-dom port * [osg] Add Collada file support
2019-02-11Add spirv-cross to tools directory (#4532)Bradley Austin Davis
2019-02-11[corrade,magnum,-integration,-extras,-plugins] Update Magnum to v2019.01 (#5312)Jonathan Hale
* [corrade] Update to v2019.01 Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Update to v2019.01, remove shapes and glutapplication features These features were deprecated in earlier versions and now removed. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-(extras,plugins,integration)] Update to v2019.01, add imgui feat. Signed-off-by: Squareys <squareys@googlemail.com> * [magnum] Improve dependencies to corrade Signed-off-by: Squareys <squareys@googlemail.com> * [magnum-plugins] Add faad2audioimporter - faad2 is currently not in vcpkg, hence commented out - The commented out empty line is required to have vcpkg parse the file without issues Signed-off-by: Squareys <squareys@googlemail.com>
2019-02-11[ampl-mp] Add new port (#5331)zhihaoy
* [ampl-mp] Add new port This port aims for solver development, so it does not build any existing solver modules. The shared library build is disabled for now because it has some problem on Windows. closes: #4491 * [ampl-mp] Disable MATLAB MEX support
2019-02-08[vcpkg] Fix warning on Apple (#5333)Marco Craveiro
Return type of _NSGetExecutablePath is int rather than bool [1], causing a warning on Apple. [1] https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/dyld.3.html
2019-02-08[rapidjson] PREFER_NINJARobert Schumacher
2019-02-08[cppgraphqlgen] Update to v2.0.0 (#5308)Bill Avery
* [cppgraphqlgen] Update to v2.0.0 * [cppgraphqlgen] Pick up bug fix v2.0.1 * [cppgraphqlgen] Pick up bug fix v2.0.2
2019-02-08Update to freetype-2.9.1 (#5292)Lennart Trunk
2019-02-07feat(platform-folders): add port for platform-folders (#5329)Daniel Marshall
2019-02-07[glad] update to v0.1.29 (#5296)kiwixz
2019-02-07fix build for harfbuzz on macOS (#4776)angelmixu
* fix library exports for iconv on macOS, add Threads dependency for cairo, add the iconv, intl and Threads dependencies to harfbuzz * updated portfile from harfbuzz fix * fix indenting and order * fix portfile * [gettext] Add unofficial-gettext targets * [gettext] Fixup for Linux
2019-02-07[mongo-cxx-driver] Update to 3.2.0 and add cmake targets (#5178)Luke Sparey
* [mongo-cxx-driver] Update to 3.2.0 and add cmake targets * [mongo-cxx-driver] Replace cmake config files to support debug binaries
2019-02-07[vulkan] fix license copying on macOS (#5319)Lassi
* Check if license exists in root of VULKAN_DIR, otherwise try one directory higher * [vulkan] Bump control version
2019-02-07feat(rocksdb): enable RTTI (#5130)Peter Goodman
This is so that you can derive a class from things like `rocksdb::AssociativeMergeOperator`. Perhaps a more "correct" patch would be to see if rtti is enabled for other builds, and enable it here, though it's not clear to me if that's feasible, so I'm suggesting this.
2019-02-07fix(libarchive): fix lz4 patch to align with upstreamDDoSolitary
* Fix fix-lz4.patch. * Switch base to v3.3.3 for fix-lz4.patch.
2019-02-07feat(rang, fann): add ports for rang and fannJackBoos
* feat(rang): add port for rang * feat(fann): add port for fann * fix(fann): revert to dynamic if statically linked
2019-02-07[tinyfiledialogs] upgrade to 3.3.8 and export cmake config (#5294)kiwixz
* [tinyfiledialogs] export cmake config * [tinyfiledialogs] upgrade to 3.3.8
2019-02-07[cryptopp] Update to 8.0.0 (#5328)Owen Rudge
2019-02-07[Catch2] Upgrade to 2.6.0 (#5327)MikeGitb
2019-02-07[boost-di] Update to version 1.1.0 (#5316)Marco Craveiro
2019-02-07[gcem] new port for kthohr/gcem (#5325)almikhayl
2019-02-07[strict-variant] Add new header-only library (#5320)Alexander Karatarakis
2019-02-06[hyperscan] New port (#5285)Bobby Martin
* add support for building hyperscan * patch hyperscan to work with latest boost * correct hyperscan source dir name * speed the build by depending on only the parts of boost we actually need * make python3 support release-only builds * upgrade to hyperscan 5.1.0 * remove redundant disambiguate patch * Add comments about how to build * restore original x64-windows-static.cmake * [hyperscan] Check linkage * [python3] Allow DLLs without LIBs * [hyperscan] Only static library * [python3] Revert changes that cause regression in boost-python * [python3] Revert changes that cause regression in boost-python
2019-02-06fix for edge (#5309)Rajeev Massand
2019-02-06Warn when unable to determine target architecture instead of error (#5188)Sam Freed
* Warn when unable to determine target architecture instead of error * Make the warning not appear multiple times * fix multiple warnings for real
2019-02-06[libarchive] Fix libxml2 feature not taking effect (#5298)Bo Anderson
2019-02-06[corrade] Add the /permissive- option (#5126)Cheney Wang
2019-02-06[cpprestsdk] Update to v2.10.10Robert Schumacher
2019-02-06[nlohmann-json] Added cmake targets (#5258)Daniel Marshall
* Added cmake targets for nlohmann-json * [nlohmann-json] Use vcpkg_from_github() * [nlohmann-json] Enable find_package(nlohmann_json) * Removed unneeded renaming * [nlohmann-json] Revert use of vcpkg_from_github() due to archive size of >100MB * [nlohmann-json] Fix missing natvis
2019-02-05[vcpkg] Respect the documented VS environment variable ↵Robert Schumacher
%VCPKG_VISUAL_STUDIO_PATH%
2019-02-05Add netcdf and hdf5 dependencies (#5289)Joaquim
Netcdf and HDF are important _formats_ in the scientific domains (lots of satellite data come in nc or hdf) so having them by default in GDAL seems the most natural.
2019-02-04[libzip] Add features to libzip (#5121)Lars Ivar Hatledal
* add features to libzip * add documentation * undo add bzip2 as linux build dependency * Use default features, and remove mbedtls feature
2019-02-01[vcpkg] improve port depend hash used in CI buildPhil Christensen
also fixed a few unstable ports that somtimes fail in CI tests
2019-02-01Port for arrayfire/forge rendering library (#5242)pradeep
* Port for arrayfire/forge rendering library * [forge] Simplify portfile
2019-02-01[systemc] Add new port (Microsoft#5250) (#5252)ncihnegn
* [systemc] Add new port (Microsoft#5250) * [systemc] Fix debug targets * [systemc] Use vcpkg_extract_source_archive_ex() * [systemc] Disable vcpkg_test_cmake() for now due to issues * [systemc] Fixup cmake targets
2019-02-01[azure-storage-cpp] Upgrade to 6.0.0 (#5287)Jerry Zhao
2019-02-01[libodb] Assorted fixes to get ODB v2.4 libraries to compile on x64 Linux ↵Marco Craveiro
(#5260) * [libodb] Add configure headers to all libs for Linux * [libodb] Include options files in install
2019-02-01[openblas] Update to 0.3.5 (#5245)zhihaoy
fixes: #5161, #4145
2019-02-01[azure-iot-sdk-c] public-preview 2019_01_31 changes (#5283)Rajeev Massand
2019-02-01[port] Add wavpack port (#5049)evpobr
2019-02-01[json-spirit] Fix link error C1128 (#5263)LarryIII
* [json-spirit] Fix link error C1128 * Update patch file
2019-02-01[libass] Generate pkg-config file (#5272)Ryan Lucia
2019-02-01[tsl-sparse-map] Add new port. (#5279)Thibaut
2019-02-01[tsl-ordered-map] Add new port. (#5280)Thibaut