Commit Graph

7294 Commits

Author SHA1 Message Date
Phil Christensen
4f0ffabb5b Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4853 2018-12-04 15:15:18 -08:00
Phil Christensen
8f6e2303f5
Merge pull request #4867 from myd7349/cpp-taskflow
[cpp-taskflow] Add new port
2018-12-04 15:02:38 -08:00
Phil Christensen
7da86a7fbc
Merge pull request #4873 from kjpus/patch-1
[abseil] Update CMakeLists.txt to install hash/*
2018-12-04 14:59:48 -08:00
Phil Christensen
14caaa2412
Merge pull request #4874 from fcharlie/charlie_update
[nghttp2] Update nghttp2 to 1.35.0
2018-12-04 14:56:14 -08:00
Phil Christensen
aa532cc398
Merge pull request #4889 from EMCECS/master
ECSUtil v1.0.1.4
2018-12-04 14:53:56 -08:00
Phil Christensen
ad29f3823f [ogre] bump CONTROL version number 2018-12-04 14:49:47 -08:00
Phil Christensen
b86573f9c1 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4867 2018-12-04 14:38:49 -08:00
Phil Christensen
8a71f22e88 [abseil] bump dash version number in CONTROL
Bump dash version number so it will trigger a rebuild for those who already the package installed.
2018-12-04 14:28:14 -08:00
Phil Christensen
bdd825d7e7 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4873 2018-12-04 14:21:32 -08:00
Phil Christensen
452d6207bb Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4874 2018-12-04 14:19:55 -08:00
Phil Christensen
e712374b28 Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4889 2018-12-04 14:05:12 -08:00
Phil Christensen
f6d32cc644
Merge pull request #4891 from TartanLlama/master
[CTRE] New port
2018-12-04 14:00:36 -08:00
Phil Christensen
413e891b60
Merge pull request #4761 from jwillemsen/ace-653
[ace] 6.5.3
2018-12-04 13:54:03 -08:00
Phil Christensen
064a13d50c Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4894 2018-12-04 13:39:01 -08:00
Phil Christensen
5edd66af9b Add local FILENAME 2018-12-04 13:33:50 -08:00
Phil Christensen
8b9b8fc7cc Add namespace for tinyxml2 in tinyexif port 2018-12-04 11:26:46 -08:00
Phil Christensen
f5329a1410
Merge pull request #4734 from ivysnow/gflags
[gflags] Update to version 2.2.2.
2018-12-03 09:59:19 -08:00
Bob Kast
7f80cbdeb0 Merge branch 'master' of https://github.com/EMCECS/vcpkg 2018-12-03 12:25:40 -05:00
Bob Kast
23384daca6 Support ECSUtil 1.0.1.4 2018-12-03 12:24:45 -05:00
Simon Brand
59431acbc7 [CTRE] New port 2018-12-03 08:44:24 +00:00
Daan De Meyer
5b5f904474 [LLVM] Fix error when using VCPKG_BUILD_TYPE 2018-12-02 21:59:20 +01:00
myd7349
cc0a70e4bb [libui] Add new port (#4810)
* [libui] Add new port

* [libui] Rename package to be unofficial-libui
2018-12-01 20:04:15 -08:00
Force Charlie
a91d153859 [nghttp2] Update nghttp2 to 1.35.0 2018-12-01 09:46:45 +08:00
Billy O'Neal
8dd8bc10df [cpprestsdk] Update to v2.10.8 and add brotli feature. (#4617)
The brotli feature is on by default for Windows only. We think it'll probably work on other platforms but haven't tested that extensively.
2018-11-30 16:48:21 -08:00
Raphael Gozzo
8346836471 [curl] Build openssl and schannel backends by default (#3932)
* [curl] Split the OpenSSL and SChannel backends into separate features

* [curl] Add mbedTLS backend as a feature

* [curl] Make winssl the default for Windows. Remove need for compatibility workaround.

* [curl] Continue to use openssl in UWP because PSecurityFunctionTableA is not available.
2018-11-30 16:37:54 -08:00
Phil Christensen
8b46548826 patch missing @ in cmake config 2018-11-30 16:01:31 -08:00
kjpus
0dcfc13003
Update CMakeLists.txt to include hash/* 2018-11-30 13:25:05 -05:00
myd7349
724ed8cf4e [cpp-taskflow] Add new port 2018-11-30 12:00:54 +08:00
Casey Carter
4c6950adcb [range-v3] Update to cf8add9 (#4865)
...which works around LWG 3170.
2018-11-29 19:24:40 -08:00
Renat Shaymagsumov
71f060f4a1 [devil] Fix 'tiff' option name. 2018-11-29 17:21:19 +03:00
Robert Schumacher
3ade657845 [ogre] Slight modernization 2018-11-28 23:23:38 -08:00
Robert Schumacher
c7e3589fb9 Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4845 2018-11-28 23:13:17 -08:00
Jeong Yunwon
ed9d726429 [flatbuffers] disable -Werror for gcc8 2018-11-29 16:09:08 +09:00
Juha Sointusalo
09103d12a0 [wxwidgets] move setup.h to include (#4846)
* [wxwidgets] move setup.h to include

Also remove lib/mswu and debug/lib/mswud. They only contain setup.h.

Fixes #3180.
Closes #4251.

* [wxwidgets] remove include/msvc directory

The only thing in include/msvc is include/msvc/wx/setup.h which is a
"wrapper" around the real setup.h. The wrapper setup.h is hard-coded to
include the real setup.h from lib but since the real setup.h is now in
include/wx the wrapper has become useless.

* [wxwidgets] Fix osx build. Slight modernization.
2018-11-28 22:55:18 -08:00
Jelani Brandon
593d3af5b9 Update Azure Iot C SDK repo's SHA for the latest release (#4833)
* Update Azure Iot C SDK repo's SHA for the latest release

* [azure-uhttp-c] Fix hash
2018-11-28 22:53:39 -08:00
kyp
e943161971 [folly] update to v2018.11.26 and fix linux build (#4832) 2018-11-28 18:27:24 -08:00
Raynor Vliegendhart
f3b5ed1d24 Add IE Proxy fallback for Win7 (#4838) 2018-11-28 18:22:05 -08:00
Pavel Kisliak
fae3055eff [bitserializer] Update to v0.8, split to two sub-libraries (#4841) 2018-11-28 18:20:43 -08:00
Tsukasa Sugiura
3e71750029 [pcl] Update to PCL 1.9.1 (#4842)
Update PCL port to PCL 1.9.1.
2018-11-28 18:20:09 -08:00
Josue Andrade Gomes
08d6a49977 Update to GraphicsMagick 1.3.31 (#4847) 2018-11-28 18:09:59 -08:00
past-due
1225d80d11 [physfs] Fix Win10 GetUserProfileDirectory() problem
Fixes GetUserProfileDirectory issue on Win10 build 1809(+?)
See: https://hg.icculus.org/icculus/physfs/rev/ece6769c0676
2018-11-28 18:33:10 -05:00
James Chang
007144b1e6 [ogre] Update to 1.11.3 2018-11-29 01:47:15 +08:00
Jayesh Badwaik
d562441fc9 [xmsh] add support for xmsh library (#4656)
* [xmsh] add support for xmsh library

  - xmsh is a mesh document format. xmsh library is the reference
    implementation for the format.

* [xmsh] removed extraneous file command

* [xmsh] update version to v0.2.3

* [xmsh] upgrade to version v0.3.1

* [xmsh] update to version v0.4

* + fix python executable packaging

* [vcpkg_find_acquire_program] Fix PYTHON3 on non-Windows
2018-11-26 16:52:11 -08:00
Erwan BERNARD
8361d177d7 [zstd] update to v1.3.7 (#4785)
* [zstd] update to v1.3.7

* [zstd] Bump control version

* [zstd] Disable force release mode
2018-11-26 15:41:37 -08:00
i6-xx
e78a40b553 [rpclib]Update to 2.2.1 (#4798)
* (rpclib)Update to 2.2.1

* [rpclib]Update to 2.2.1
2018-11-26 15:27:59 -08:00
Mark Ian Holland
aafce6227a [imgui] Update to v1.66 (#4799) 2018-11-26 15:27:42 -08:00
Alexander Karatarakis
95f9ce56f3 Update CHANGELOG and bump version to 2018.11.23 2018-11-23 14:18:46 -08:00
Casey Carter
f0093f7475 Update range-v3 reference (#4801) 2018-11-22 19:44:57 -08:00
Robert Schumacher
380485194e [vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_ex 2018-11-22 14:48:18 -08:00
Tsukasa Sugiura
2981bb2110 [opencv] Fix install with ffmpeg (#4797)
Fix install with ffmpeg by change download filename of ffmpeg_version.cmake.
2018-11-22 14:24:36 -08:00