Commit Graph

4870 Commits

Author SHA1 Message Date
myd7349
c292cdcc45 [cnl] Add new port (#5158) 2019-01-23 14:07:22 -08:00
Victor Romero
38acd9fd02
Merge pull request #5208 from Jasper-Bekkers/master
Update flatbuffers to 1.10.0
2019-01-23 13:39:55 -08:00
Victor Romero
f7672fbf6d
Merge pull request #5220 from ShinNoNoir/libgeotiff-fix-proj4-dep
[libgeotiff] Debug version gets incorrectly linked with release version of PROJ4
2019-01-23 10:52:49 -08:00
Victor Romero
cfaa7f13cf
Merge pull request #5219 from jasjuang/tinyobjloader
[tinyobjloader] update to 1.4.1
2019-01-23 10:35:26 -08:00
Victor Romero
5481bcd950
Merge pull request #5165 from seanyen-msft/ports/angle
[angle] update to version 2019-01-14-c2ee2cc
2019-01-23 10:19:10 -08:00
Victor Romero
97e615bbe5
Merge pull request #5173 from Dagizmo/x265-linux
[x265] Enable Linux compilation
2019-01-23 10:16:11 -08:00
Victor Romero
55ca74d649 [x265] Fix detect platform 2019-01-23 09:55:51 -08:00
Raynor Vliegendhart
b7d5f8cbee [libgeotiff] Remove FindPROJ4.cmake from src
The GeoTIFF library ships with its own FindPROJ4.cmake module. This file
interferes with the cmake files that are installed by vcpkg for the PROJ4
package. As a result, the debug version of libgeotiff gets incorrectly
linked to the release version of PROJ4. By removing FindPROJ4.cmake from
the source directory, the vcpkg's .cmake files are used instead,
allowing CMake to find the debug version of PROJ4 when building the
debug version of libgeotiff.
2019-01-23 10:35:53 +01:00
jasjuang
8b3d233c48 [tinyobjloader] update to 1.4.1 2019-01-22 23:58:10 -08:00
Hartmut Kaiser
07f1d2f44b Updating HPX to V1.2 (#4778) 2019-01-22 18:15:15 -08:00
angelmixu
f3ccca08f5 fix freetype for macOS (#4774)
* added patch to freetype for assigning a value to macros like HAVE_UNISTD_H as using newer macOS Frameworks fail to compile if they have no value

* [freetype] Modernize. Bump control version
2019-01-22 17:50:02 -08:00
Alexej Harm
181a7bef8d [podofo] Change auto_ptr to unique_ptr. (#5182)
* [podofo] Change auto_ptr to unique_ptr.

* [podofo] Use PATCHES argument of vcpkg_extract_source_archive_ex
2019-01-22 17:38:01 -08:00
Robert Schumacher
c646d30a71 [celero] Revert changes in c6db2c880a 2019-01-22 15:28:35 -08:00
Jasper-Bekkers
a1747f1567 Update flatbuffers to 1.10.0 2019-01-22 12:19:59 +01:00
Robert Schumacher
c6db2c880a Updates 2019.01.09 2019-01-18 14:08:49 -08:00
Victor Romero
75bad0f69b
Merge pull request #5122 from kafeg/master
[autobahn] Add autobahn-cpp header-only library for WAMP
2019-01-18 11:46:49 -08:00
Bill Avery
c028db0b8d [cppgraphqlgen] Update to 1.0.3 bugfix release (#5139)
* Update to 1.0.2 bugfix release

* Update REF to get missing commit

* Update to v1.0.3
2019-01-17 13:40:57 -08:00
ewertons
7d2f73d36b Add public-preview version of azure-iot-sdk-c (#5155)
* Add public-preview feature to azure-iot-sdk-c suite of packages

* [azure-c-shared-utility][azure-iot-sdk-c] Remove unneeded repeat dependencies in feature
2019-01-17 13:37:44 -08:00
Farwaykorse
3b258a7171 ms-gsl update to support clang-cl (#5162) 2019-01-17 11:42:11 -08:00
eao197
2d0e674a44 [sobjectizer] updated to 5.5.24.1 (#5176)
* sobjectizer-v5.5.24 and so5extra-v1.2.2

* sobjectizer updated to v.5.5.24.1
2019-01-17 11:37:40 -08:00
José de Jesús Medina Ríos
919e5788a9 [x265] enable linux compilation 2019-01-16 22:23:59 -08:00
Victor Romero
b6fe5b5db5
Merge pull request #5127 from cdcseacave/tinyexif
[TinyEXIF] Update to version 1.0.2
2019-01-16 15:56:17 -08:00
Stefano Sinigardi
e8489a46c1 [msmpi] update to 10.0 (#5107)
* [msmpi] update to 10.0

* [parmetis] fix build error
2019-01-16 15:50:45 -08:00
Victor Romero
92a8da2224 [tinyexif] Use SHA as download source code ref 2019-01-16 15:44:51 -08:00
Lennart Trunk
13ec61a842 [qt5] update to QT5.12 (#4991)
* update qt5-base to 5.12

* update modules to 5.12 (qt5-declarative and dependents don't work yet)

* fix qt5-declarative for 5.12 and some hashes.

* add qt5-declarative as dependency for qt5-graphicaleffects
2019-01-16 14:54:59 -08:00
Victor Romero
5e38f4955a [tinyexif] Fix hash 2019-01-16 13:10:39 -08:00
Victor Romero
9c308ef387 [tinyexif] Update CONTROL file 2019-01-16 12:25:16 -08:00
Eric Rosenquist
672ea9a1b3 [minizip] Enable decrypt support for password-encrypted ZIP files. (#5010)
* Enable support for password-encrypted ZIP files.

* [minizip] combine patch with in vcpkg_from_github
2019-01-16 10:52:33 -08:00
Phil Felton
2011b8512b [Arrow] Update Arrow to 0.11.1 (#4977)
* Arrow update

* Add version info

* Forgot to apply patch

* Whitespace

* Fix patch

* Fix patch

* Version which works on Linux

* Fix problem finding ZSTD on x64-windows

* Fix zlib dependency finding

* Fix renaming on Windows

* Include missing boost-format dependency

* Linux debug build picks up debug libs now

* Make windows work again

* Remove boost-format dependency

* Error if dependencies not found rather than attempt to download them

* [parquet] Turn parquest into a stub
2019-01-16 10:29:07 -08:00
cDc
1beac55d71
Update portfile.cmake 2019-01-16 15:29:17 +02:00
Sean Yen
7d5a8997ea update angle build. 2019-01-15 20:49:52 -08:00
Michael Hofmann
269450283b [selene] Update to v0.2. (#4920)
* [selene] Update to v0.2.

* [selene] Simplify portfile slightly

* [selene] Ensure the library is only built statically.
2019-01-15 16:40:00 -08:00
Patrick José Pereira
fbd61bec77 Updated ecm to version 5.53.0 (#4939)
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2019-01-15 16:34:25 -08:00
Victor Romero
5fff3c8870
Merge pull request #5159 from myd7349/imgui-v1.67
[imgui] Update to 1.67
2019-01-15 14:43:01 -08:00
Victor Romero
373740023a
Merge pull request #5146 from myd7349/spdlog-1.3.0
[spdlog] Update to 1.3.0
2019-01-15 14:10:18 -08:00
Victor Romero
b0a9ea582c [imgui] Fix SHA512 2019-01-15 14:07:20 -08:00
José de Jesús Medina Ríos
4b0b4c8c4f [x265] Update version in CONTROL 2019-01-15 06:33:15 -08:00
myd7349
3d1e6ff794 [imgui] Update to 1.67 2019-01-15 18:25:04 +08:00
José de Jesús Medina Ríos
b4badcd56a [x265] update to version 2.9 2019-01-14 22:49:43 -08:00
Daniel Marshall
e86780d75f [fmt] Update to 5.3.0 (#5136) 2019-01-14 14:29:58 -08:00
Corbin
531515c4ca [libass] Adding new port (#5026)
Added libass control/portfile for vcpkg as requested here:
https://github.com/Microsoft/vcpkg/issues/4678
2019-01-14 14:02:47 -08:00
Victor Romero
30e030014c
Merge pull request #5111 from alenas/master
[easyloggingpp] updated to 9.96.7
2019-01-14 13:50:56 -08:00
pravic
6db1a55827 [sciter] Update to 4.2.4.6184 (#4260)
* [sciter] Update to 4.2.0.6064

* [sciter] Update to 4.2.1.6085

* [sciter] Update to 4.2.2.6090

* [sciter] Update to 4.2.3.6108

* [sciter] Update to 4.2.4.6184

* Update sciter to 4.2.6.9
2019-01-14 12:09:51 -08:00
myd7349
57f7f49aba [spdlog] Update to 1.3.0 2019-01-14 20:36:51 +08:00
Phil Christensen
57c78037a4 Merge branch 'master' into dev/philc/4990 2019-01-11 12:44:31 -08:00
Victor Romero
1134de5eac
Merge pull request #5058 from lazyhamster/libidn2-update
[libidn2 ] Update to version 2.0.5.
2019-01-11 11:57:43 -08:00
Victor Romero
85c863ed25
[openssl] openssl-bump-to-1.0.2q-cve-fixes (#5019)
* [openssl] openssl-bump-to-1.0.2q-cve-fixes

https://www.openssl.org/news/vulnerabilities.html

* [openssl-uwp] Patch Configure script to set UNICODE

* Change CONTROL version
2019-01-11 11:31:00 -08:00
Stanislav Ershov
e4a767245a [nlohmann-json] Update to 3.5.0 (#5033) 2019-01-11 11:23:09 -08:00
Stefano Sinigardi
885ca2ce6c [libjpeg-turbo] use d suffix for debug libs (#4965)
* use d suffix for debug libs, improve compatibility with official FindJPEG.cmake (cmake 3.13)

* [libjpeg] fix also non-static case

* [libjpeg-turbo] bump version

* [libjpeg-turbo] fixes for regression on Linux/macOS

* [libjpeg-turbo] fix regression in qt5-base

* [linkjpeg-turbo] force CI test
2019-01-11 11:15:34 -08:00
cDc
dffdc49271 [TinyEXIF] Update to version 1.0.2 2019-01-11 17:04:47 +02:00