aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-04-08[curl] Fix `tool` feature (#5971)past-due
- Use appropriate EXECUTABLE_SUFFIX to support non-Windows platforms - Fixup `curl-target-release.cmake` to point to the new executable location (fixing the CURL::curl target)
2019-04-08[angle] Fix regressions introduced in #4862: (#5922)Robert Schumacher
Reintroduces the unofficial:: targets. PREFER_NINJA. Small simplifications/modernizations.
2019-04-08[g2o] Fix g2o:x64-windows failed with POST_BUILD_CHECKS_FAILED.#4098 (#5925)NancyLi1013
* [g2o] fix g20:x64-windows failed with POST_BUILD_CHECKS_FAILED.#4098 * Add "VCPKG_USE_HEAD_VERSION" to judge if it is from HEAD.
2019-04-08[Tbb] Updates 2019.03.29 (#5928)Phoebe
* [Tbb] Updates 2019.03.29 * Set the tbb installed libs in TBBConfig.cmake
2019-04-08update sqlite3 to 3.27.2 (#6002)Xiao Ai
2019-04-08[ace] Add support for Visual Studio 2019 (#6001)Johnny Willemsen
* ports/ace/CONTROL: * ports/ace/portfile.cmake:
2019-04-08Merge pull request #5702 from kiwixz/pr/cmake_3_14Griffin Downs
Update to cmake 3.14 (allow compilation with VS2019RC v142)
2019-04-08[pixman] Fix build on x86-linux (#5998)Todor Prokopov
2019-04-08[ace] Upgrade to 6.5.5 (#5992)Johnny Willemsen
* ports/ace/CONTROL: * ports/ace/portfile.cmake:
2019-04-07[opentracing] v1.5.1 (#5974)David Garcia
* OpenTracing #5970 * No UWP. Static requires dynamic #5970 - Dynamic version can be build without the static one - Static version can only be build when dynamic is also active - UWP is not supported * Linux support #5970
2019-04-07[inja] Update to v2.1.0 (#5985)pantor
* Update CONTROL * Update portfile.cmake
2019-04-07Add port for solid3 (#5989)Markus Rickert
2019-04-06[ebml,matroska] update ebml to 1.3.7, fix installation on linux (#5981)kiwixz
* [ebml] fix installation on linux * [ebml] update to 1.3.7 * [ebml] fix config installation on linux * [matroska] cleanup, fix linux compilation
2019-04-05Update google-cloud-cpp to v0.8.0. (#5972)Carlos O'Ryan
2019-04-05[freeimage] fixup dependencies (#5969)Phil Christensen
2019-04-05Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵Griffin Downs
dev/grdowns/5702
2019-04-05Merge pull request #5935 from ras0219-msft/dev/roschuma/vtkGriffin Downs
[vtk] Fix flaky builds by using system libraries
2019-04-05Fix LLVM cmake modules (#5848)Todor Prokopov
* [llvm] Reduce memory usage during linking * [llvm] Fix cmake modules path
2019-04-05[giflib] enable ninja (#5963)Stefano Sinigardi
2019-04-05[glew][octomap][roaring] fix parallel config (#5958)Phil Christensen
* [glew][octomap][roaring] fix parallel config fix CMake Error: Could not open file for write in copy operation * [anax] fix parallel config
2019-04-05[folly] Link against appropriate lib for build typeGriffin Downs
2019-04-05[gdal] Apply conditional patching (#5940)Victor Romero
2019-04-04highfive bump to 2.0 and macos fix (same as win32) (#5955)fradav
* highfive bump to 2.0 and macos fix (same as win32) * macos fix
2019-04-04[fix][ffmpeg] fixing linux build (#5917)Andre Abrantes
* limit windows dep libs to windows * fixing configure patch * fixing detect-openssl.patch * adapting portfile to linux * adding a linux-specific build sh * add missing endif() * bumping version * adding extra check for windows environment
2019-04-04[fftw3] fix git patch (#5926)Alexander Neumann
* Update fftw3_arch_fix.patch fix fftw3 arch fix * bump version in fftw3 control
2019-04-04Update msgpack to 3.1.1 (#5945)Evgeni Zharkov
2019-04-04[arrow] Update Arrow to v0.13 (#5950)Phil Felton
* Update arrow to 0.13.0 * dynamic build working * Both builds now work * modifications to work on Linux * Turn of jemalloc
2019-04-04[qca] don't use port dir for temp (#5954)Phil Christensen
* [qca] don't use port dir for temp * [qca] bump control version
2019-04-04Merge branch 'pr/cmake_3_14' of https://github.com/kiwixz/vcpkg into ↵Griffin Downs
dev/grdowns/5702
2019-04-04[hdf5] Set wrapper policy for older dependent librariesgrdowns
2019-04-04Merge branch 'dev/roschuma/vtk' of https://github.com/ras0219-msft/vcpkg ↵Griffin Downs
into dev/grdowns/5935
2019-04-03[date] Fix failures in UWP with latest commit (#5932)LarryIII
2019-04-03[RocksDB] Updates 2019.03.29 (#5933)Phoebe
2019-04-03[milerius-sfml-imgui] Fix find_package issue (#5930)Cheney Wang
2019-04-03update muParser to v.2.2.6.1 (#5931)angelmixu
2019-04-03[Thrift] Updates 2019.03.29 (#5924)Phoebe
2019-04-03[openmesh]Update version to 8.0 (#5923)wangli28
2019-04-03[openssl-windows] partially back out moderinzation changePhil Christensen
2019-04-03[live555] Update the download path (#5919)Cheney Wang
2019-04-03[hdf5][vtk] Add vcpkg-cmake-wrapper for HDF5 to fix vtkRobert Schumacher
2019-04-03[vtk] Fix flakiness by relying on vcpkg-provided dependenciesRobert Schumacher
[libharu] Add patches required for vtk [vcpkg-build-cmake] Add retry logic for mt.exe failures
2019-04-02Fix double-conversion issue in ITK (#5115)Dženan Zukić
* Using newer version of ITK which fixes double-conversion problem * Minor style update of ITK portfile * Using newer version of ITK which fixes double-conversion problem * [itk] Improve version string * [itk][hdf5] Update ITK commit. Depend on eigen3. Bump hdf5 control version. * [hdf5] Update CONTROL * [netcdf-c] Disable parallel configure due to writes to source directory * [hdf5] Disable parallel configure due to writes to source directory. Switch to tar.gz to prevent CRLF line endings.
2019-04-02[darknet,openssl-windows,tbb] Rebuild on CIVictor Romero
2019-04-02[libmodbus] Remove duplicated header filesVictor Romero
2019-04-02[libodb-sqlite] Find sqlite3 includes from vcpkgVictor Romero
2019-04-02[sqlitecpp] Find sqlite3 includes from vcpkgVictor Romero
2019-04-02Update CGAL to version 4.14 (#5734)Laurent Rineau
* CGAL now depends also on Boost Multiprecision * Update to release 4.14
2019-04-02[osg] static build (#5913)Shelley Lake
2019-04-02[libwebp] do not include all feature by default (#5886)kiwixz
* [libwebp] do not include all feature by default * [libwep] bump control version
2019-04-02sdl1: static build (#5903)MistGebaut
* sdl1: static build * Update CONTROL file