Robert Schumacher
ec4eec1f71
[boost] Handle spaces in vcpkg path.
2017-11-01 05:04:44 -07:00
Robert Schumacher
791fa2b903
Merge pull request #2091 from horenmar/catch-1.11.0
...
Update Catch to 1.11.0
2017-11-01 01:57:49 -07:00
Robert Schumacher
0a4b09d9c5
[assimp] Fix assimp overwriting CMAKE_PREFIX_PATH.
2017-11-01 01:56:06 -07:00
Alexander Karatarakis
7435624eec
[assimp] Bump revision
2017-11-01 01:47:53 -07:00
Jim McGrath
e663b69a1d
help assimp find vcpkg's copy of zlib so it does not build its own
2017-11-01 01:46:57 -07:00
Robert Schumacher
7504ceb474
Merge pull request #2094 from AMDmi3/patch-1
...
Fix version, package name is not a part of it
2017-11-01 01:28:53 -07:00
James Chang
4ff90ec430
[poco] build with MySQL support ( #2088 )
...
* [poco] build with MySQL support
Set proper variables to enable MySQL support if libmysql port is installed
* [poco] Move Mysql support to a feature. Enable CMake config files.
2017-11-01 01:27:12 -07:00
Robert Schumacher
516c42bdc4
[bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure.
2017-10-31 23:41:24 -07:00
Alexander Karatarakis
a5b54588ec
[git] Update to 2.15.0 (was 2.14.3)
2017-10-31 17:31:10 -07:00
Alexander Karatarakis
47bf4b6b5c
[fetchDependency] Now also returns output in the form <sol>data<eol>
2017-10-31 17:31:10 -07:00
Alexander Karatarakis
7d0bcceaf0
[findVSInstances] Data lines are now placed within <sol><eol> tags. Text outside these tags is ignored
...
This means we can print text in powershell now and it won't break vcpkg.
2017-10-31 17:31:10 -07:00
Alexander Karatarakis
eb7e1e481b
Fix proxy usage in Win7 (powershell 2.0)
2017-10-31 17:31:10 -07:00
Martin Hořeňovský
161244188d
Update Catch to 1.11.0
2017-10-31 13:57:37 +01:00
Robert Schumacher
a705df80b0
[vcpkg] Fix bug where packages with uninstalled features appear to be uninstalled.
2017-10-31 03:47:35 -07:00
Robert Schumacher
925fab565a
[vcpkg] --head should only apply to USER_REQUESTED packages.
2017-10-31 03:04:28 -07:00
Robert Schumacher
912c38d466
[double-conversion] Fix --head builds
2017-10-31 02:14:39 -07:00
Robert Schumacher
33fc44a0e3
[vcpkg] Add optional Abi field to BinaryParagraph for future use.
2017-10-31 02:13:49 -07:00
Robert Schumacher
b3fe4462e2
Merge branch 'master' of https://github.com/microsoft/vcpkg
2017-10-31 02:08:51 -07:00
sdcb
3457d89d41
Using CP_UTF8 macro instead of magic numbers.
2017-10-30 23:55:55 -07:00
Robert Schumacher
5f42214207
[vcpkg] Enable pkg[*] as alias for all features.
2017-10-30 23:06:04 -07:00
Tsukasa Sugiura
f8a4d55053
Update VTK to 8.0.1
...
Update VTK to 8.0.1.
2017-10-30 18:20:40 -07:00
Dmitry Marakasov
0764c7a671
Fix version, package name is not a part of it
2017-10-30 15:24:46 +03:00
Robert Schumacher
7c3f469568
[signalrclient] Update to handle cpprestsdk 2.10
2017-10-28 08:50:58 -07:00
Robert Schumacher
32727f26ba
[boost] --ignore-site-config, thanks @vinniefalco and @swatanabe!
2017-10-28 03:54:49 -07:00
Robert Schumacher
555d030445
[opencv] Fix UWP build.
2017-10-28 03:07:18 -07:00
Robert Schumacher
5cdc61bf75
[libharu] Stamp output headers with shared/static build information.
2017-10-28 01:59:43 -07:00
Robert Schumacher
da04e942f2
[boost] Only define BOOST_ALL_NO_LIB if not already defined. Fixes #2061 .
2017-10-27 23:55:48 -07:00
Alexander Karatarakis
a7f3ab84f0
Update CHANGELOG and bump version to v0.0.94
2017-10-27 19:20:33 -07:00
Alexander Karatarakis
0796a9df0e
[git] Update to 2.14.3 (was 2.14.2.3)
2017-10-27 19:03:26 -07:00
Alexander Karatarakis
39830efc4f
[gettimeofday] Bump version
2017-10-27 18:25:03 -07:00
xoviat
7ed6466a9d
[gettimeofday] use timespec from msvc
2017-10-27 18:25:03 -07:00
jasjuang
2149fbdf59
[opencv] update to 3.3.1
2017-10-27 18:15:14 -07:00
jasjuang
b7a91127b5
[alembic] update to 1.7.4
2017-10-27 18:14:59 -07:00
Alexander Karatarakis
adea63389a
[live555] Update to 2017.09.12. Resolves #2066
2017-10-27 15:27:21 -07:00
Alexander Karatarakis
83c29df043
[fetchDependency] Fix compat with Powershell 2
2017-10-27 15:16:46 -07:00
Alexander Karatarakis
80953867e8
[harfbuzz] Fix patch and apply it relative to SOURCE_PATH
...
The latter is done so it doesn't have to be modified if only the version is changed
2017-10-27 14:11:00 -07:00
Alexander Karatarakis
eb6860b193
[harfbuzz] Bump version
2017-10-27 14:11:00 -07:00
ebraminio
e859751cd9
[harfbuzz] 1.6.3
2017-10-27 14:11:00 -07:00
Robert Schumacher
4b66571c9d
[blaze] Add dependencies and install *-config.cmake files.
2017-10-26 22:35:06 -07:00
xoviat
29f62852bd
New port: MIT gettimeofday implementation ( #2063 )
...
* [gettimeofday] create CONTROL
* [gettimeofday] add source file
* [gettimeofday] add header
* [gettimeofday] create portfile
* [gettimeofday] add cmakelists.txt
* [gettimeofday/portfile] require static
* [gettimeofday/portfile] set source path
* [gettimeofday] create license
* [gettimeofday] remove duplicate headers
2017-10-26 22:08:00 -07:00
Alexander Karatarakis
79ebd26605
Remove VcpkgCmdArguments.check_and_get_optional_command_arguments() overload
...
Also, use Util::Sets::contains() where possible.
2017-10-26 19:17:12 -07:00
Alexander Karatarakis
2c9536ce4f
[vcpkg ci] Introduce --exclude option
2017-10-26 19:17:12 -07:00
Alexander Karatarakis
8a952743a3
Introduce Util::Sets::contains()
2017-10-26 19:17:12 -07:00
Robert Schumacher
286625e09e
[rttr] Disable unit tests during build. Not bumping version because the output files are unaffected.
2017-10-26 18:33:17 -07:00
Robert Schumacher
0028cbc23f
[rpclib] Initial commit of 2.2.0
2017-10-26 18:16:36 -07:00
Alexander Karatarakis
133099fa2c
[pangolin] Fix glew dependency and fix usage of the crt
2017-10-25 18:31:30 -07:00
Robert Schumacher
38522146d7
Merge pull request #2015 from lazyhamster/gmime
...
[GMime] Initial port.
2017-10-25 16:57:47 -07:00
Robert Schumacher
29e4c5302e
[gmime] Prefer ninja
2017-10-25 16:57:30 -07:00
Robert Schumacher
73571b8eb7
Merge pull request #2034 from seanwarren/trim-sdk-version-string
...
Remove non-numeric characters from Windows SDK version string
2017-10-25 16:54:44 -07:00
Robert Schumacher
2128152f73
Merge pull request #2049 from sipsorcery/port_leveldb
...
Port for leveldb
2017-10-25 16:53:42 -07:00
Robert Schumacher
e65ef659cc
Merge pull request #2040 from DanOlivier/Capstone
...
Adding Capstone port
2017-10-25 16:51:49 -07:00
Robert Schumacher
f1dc231bc8
[capstone] Add version. Support shared builds
2017-10-25 16:51:18 -07:00
Robert Schumacher
eea8a63179
Merge pull request #2058 from sipsorcery/secp256k1_fix
...
Fix for secp256k1 and missing headers
2017-10-25 16:23:26 -07:00
Robert Schumacher
26ba18606f
[secp256k1] Bump version
2017-10-25 16:23:09 -07:00
Aaron Clauson
0245c2ac64
Fix for secp256k1 and missing headers
2017-10-26 08:57:02 +11:00
Robert Schumacher
e3dcfcb403
[boost] Fix manual-links. Fixes #2057 .
2017-10-25 13:57:28 -07:00
Robert Schumacher
1cdcb79040
[mpir] Enable lib/md.
2017-10-25 13:31:02 -07:00
Robert Schumacher
e45fb7498d
[mpir] Improve error handling; allow dyn/dyn-rt or lib/lib-rt but not cross
2017-10-25 13:15:41 -07:00
Robert Schumacher
0cbaaac8fc
[mpir] Reformat to LF+spaces. Add early error detection for UWP and /MT.
2017-10-25 12:44:44 -07:00
Robert Schumacher
2735cea571
[libmysql] Disable /MT. Convert portfile tabs to spaces and CRLF to LF.
2017-10-25 11:51:21 -07:00
Robert Schumacher
d1627a0a80
[libjpeg-turbo] Fix CRT linkage
2017-10-25 11:28:27 -07:00
Robert Schumacher
b71d992d95
Merge pull request #2056 from pravic/sqlite
...
[sqlite3] update to 3.21.0
2017-10-25 11:20:56 -07:00
pravic
ae48463360
[sqlite3] update to 3.21.0
2017-10-25 17:32:38 +03:00
Aaron Clauson
75746d0b1f
Port for leveldb
2017-10-25 23:05:17 +11:00
Alexander Karatarakis
aec9215800
[InternalCI.ps1] Fix error when buildtrees/ does not exist
2017-10-24 17:08:24 -07:00
Alexander Karatarakis
23702360ce
Merge trim() and trimmed() functions
2017-10-23 16:11:13 -07:00
Alexander Karatarakis
92d1a53215
[LineInfo] Store empty string instead of null in default construction
2017-10-23 16:11:13 -07:00
Robert Schumacher
90a3a8a3af
Merge pull request #1972 from jasjuang/cgal
...
new port: cgal
2017-10-23 13:05:58 -07:00
Robert Schumacher
a33c880966
Merge pull request #1970 from jasjuang/ceres
...
fix ceres VS2017 compilation error
2017-10-23 12:18:24 -07:00
Robert Schumacher
cb2ee48974
Merge pull request #2027 from sonogi1/master
...
Update port "GDCM", version 2.6.8 to 2.8.3
2017-10-23 12:17:56 -07:00
Robert Schumacher
cf5bc75597
Merge pull request #2026 from jasjuang/eigen3
...
[eigen3] use vcpkg_from_bitbucket to enable install from --head
2017-10-23 12:16:47 -07:00
Robert Schumacher
a256eb0875
Merge pull request #2022 from Farwaykorse/master
...
[CppWinRT] Update to October 2017 release
2017-10-23 12:16:09 -07:00
Robert Schumacher
65fa778cf6
Merge branch 'master' into master
2017-10-23 12:15:01 -07:00
Robert Schumacher
0b6e08b148
Merge pull request #2029 from kant/patch-1
...
Minor fix
2017-10-23 12:13:11 -07:00
Robert Schumacher
a9b7cf32ce
Merge pull request #2038 from twMr7/master
...
[cppzmq] Update to 4.2.2
2017-10-23 11:44:59 -07:00
Robert Schumacher
e82ee998c2
Merge pull request #2035 from sgreenlay/cppwinrt
...
Update cppwinrt to Fall Creators SDK
2017-10-23 11:44:10 -07:00
Robert Schumacher
7f0dcbc15d
[cppwinrt] Use vcpkg_from_github
2017-10-23 11:43:36 -07:00
Daniel Olivier
17baff12b3
Adding Capstone port
2017-10-23 13:06:32 -04:00
James Chang
b6e82b55c1
[cppzmq] Update to 4.2.2
2017-10-24 00:04:00 +08:00
Sean Warren
2a61710326
Remove non-numeric characters from Windows SDK version string
...
See issue #1836 , #2019
2017-10-23 11:01:40 +11:00
Scott Greenlay
7913033b00
Update cppwinrt to Fall Creators
2017-10-22 13:12:58 -07:00
Robert Schumacher
7edfa3c802
Merge pull request #2030 from MerickOWA/master
...
fix smpeg2 to use SDL2d in debug mode
2017-10-21 21:23:11 -07:00
Lowell Smith
08e447439d
fix smpeg2 to use SDL2d in debug mode
2017-10-21 21:38:40 -04:00
Darío Hereñú
fe842b31d4
Minor fix
2017-10-21 22:39:01 +02:00
jasjuang
0f66824fd8
use vcpkg_from_bitbucket
2017-10-21 08:15:05 -07:00
Robert Schumacher
3c89015da2
[cpprestsdk] Update to 2.10.0
2017-10-21 04:04:17 -07:00
Shinya Onogi
2e39b6195f
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2017-10-21 19:29:40 +09:00
Shinya Onogi
c37124be63
Update GDCM
2017-10-21 19:28:27 +09:00
jasjuang
35722330be
[eigen3] use vcpkg_from_github to enable install from --head
2017-10-20 21:38:25 -07:00
Alexander Karatarakis
6eebc16c9c
Merge pull request #2020 from cguebert/libmariadb_3.0.2
...
[libmariadb] Update to 3.0.2
2017-10-20 12:49:09 -07:00
Alexander Karatarakis
08d4ff1262
Merge pull request #2016 from ab-acx/pugixml
...
Pugixml did not build successfully when building as static.
2017-10-20 12:45:19 -07:00
Roelf-Jilling
f24c1c6ccd
[CppWinRT] Update to October 2017 release
2017-10-20 21:35:29 +02:00
Christophe Guebert
48670cbe2a
Fix static build.
2017-10-20 08:21:18 +02:00
Christophe Guebert
bc2781bb3c
[libmariadb] Update to 3.0.2
2017-10-20 07:48:54 +02:00
Alexander Karatarakis
7fb0342b8a
[system.h] Naming scheme fixes
2017-10-19 21:35:22 -07:00
Alexander Karatarakis
7c0b541cfd
Update CHANGELOG and bump version to v0.0.93
2017-10-19 21:30:12 -07:00
Alexander Karatarakis
50ae9eec87
Do not depend on newlines when getting output from powershell
2017-10-19 19:57:58 -07:00
Alexander Karatarakis
8cefb25bcb
Use Strings::replace_all() instead of std::regex_replace()
2017-10-19 19:57:58 -07:00
Alexander Karatarakis
b1d5d8e8ba
Introduce Strings::replace_all()
2017-10-19 19:57:58 -07:00
Robert Schumacher
c4ceadcc88
Merge pull request #2005 from sipsorcery/port_secp256k1
...
Port for secp256k1 crypto library
2017-10-19 19:56:52 -07:00