5321 Commits

Author SHA1 Message Date
Robert Schumacher
f0fea1d588
Merge pull request #2648 from cenit/master
[OpenGL] license has been removed from SDK 16299 default installation
2018-01-26 08:53:02 -08:00
Alexander Karatarakis
92ad00179c
Merge pull request #2642 from pravic/sciter
[sciter] Update to 4.1.2.5717
2018-01-25 17:40:42 -08:00
Alexander Karatarakis
e9b0de9d68 Add -NoProfile and -ExecutionPolicy Bypass in powershell call 2018-01-25 17:27:43 -08:00
Alexander Karatarakis
186a2cf88b [bootstrap] Fix whitespace issue 2018-01-25 17:03:37 -08:00
Alexander Karatarakis
6e07cbeff4 [bootstrap] Specify full path for dirs.proj 2018-01-25 16:48:32 -08:00
Alexander Karatarakis
edcc8e2c36 [bootstrap] Exit fast(er) if msbuild fails 2018-01-25 14:57:53 -08:00
Alexander Karatarakis
89addaa7a5 VcpkgInvokeCommand: return the error code 2018-01-25 14:57:26 -08:00
Alexander Karatarakis
a8a20f1a13 VcpkgInvokeCommand: remove paramter $wait 2018-01-25 14:46:00 -08:00
Stefano Sinigardi
0cf5297a72 license has been removed from SDK 16299 default installation, use a link as a copyright notice like 8.1 sdk 2018-01-25 22:49:44 +01:00
Robert Schumacher
7722798ecb
Merge pull request #2633 from tobiaskohlbau/libzip
[libzip] bump to 1.4.0
2018-01-25 13:09:15 -08:00
Tobias Kohlbau
f04a4aee91
[libzip] bump to 1.4.0
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-25 17:47:11 +01:00
pravic
de2396035a [sciter] Update to 4.1.2.5717 2018-01-25 07:57:33 +03:00
Alexander Karatarakis
9e0e0ebe62 [openssl] Add missing patch 2018-01-24 18:49:03 -08:00
Alexander Karatarakis
ccedc8b433 [openssl] Patch out non-ascii char 2018-01-24 18:43:19 -08:00
Alexander Karatarakis
d4cf299de6 [gflags] Use vcpkg_fixup_cmake_targets() instead of patching 2018-01-24 15:35:01 -08:00
Alexander Karatarakis
fd2f9816cc Don't expand variable 2018-01-24 15:22:41 -08:00
Alexander Karatarakis
0c67c35bcc Update CHANGELOG and bump version to v0.0.103 2018-01-24 14:31:37 -08:00
Robert Schumacher
9eda2e04d1 [vcpkg] Fix issue with any command executing more than 10 transactions with mixed types. Fixes #2600. Fixes #2582. 2018-01-24 14:20:24 -08:00
Alexander Karatarakis
7d9f0a8697
Merge pull request #2638 from pravic/curl
[curl] update to 7.58.0
2018-01-24 02:35:24 -08:00
pravic
d0d38919bb [curl] update to 7.58.0 2018-01-24 11:30:44 +03:00
Alexander Karatarakis
2fa1ca1621 Update CHANGELOG and bump version to v0.0.102 2018-01-23 16:59:10 -08:00
Alexander Karatarakis
67755f9415 Use !empty() instead of size() > 0 2018-01-23 15:40:32 -08:00
Alexander Karatarakis
639f993798 Add missing method const 2018-01-23 15:38:08 -08:00
Alexander Karatarakis
f3a43d98ab Remove unneeded else 2018-01-23 15:36:06 -08:00
Alexander Karatarakis
acf3f30d7a Init order should match order of fields 2018-01-23 15:33:47 -08:00
Alexander Karatarakis
5be6975cd5 Use =default for trivial destructor 2018-01-23 15:33:13 -08:00
Alexander Karatarakis
47833bb393 Parameter name consistency between declaration and definition 2018-01-23 15:31:39 -08:00
Alexander Karatarakis
bff50291c2 Use empty() instead of size() == 0 2018-01-23 15:28:55 -08:00
Alexander Karatarakis
9d85ed4c17 Use char instead of string when string-searching for a single char 2018-01-23 15:28:20 -08:00
Alexander Karatarakis
bbf1a737b6 Use for-each loop 2018-01-23 15:27:38 -08:00
Alexander Karatarakis
adc8055a90 Rename to avoid variable hiding. Move temp into vector 2018-01-23 15:25:33 -08:00
Alexander Karatarakis
2f6e549223 Use emplace_back() instead of push_back() 2018-01-23 15:23:21 -08:00
Alexander Karatarakis
80f1563c6b Use empty() instead of comparing with size() 2018-01-23 15:21:33 -08:00
Alexander Karatarakis
a413b523e2 Add missing initializer 2018-01-23 15:19:51 -08:00
Alexander Karatarakis
209452755b Fix #include casing 2018-01-23 15:18:31 -08:00
Alexander Karatarakis
e5b0de35d3 [vswhere] Update to 2.3.2 2018-01-23 15:08:52 -08:00
Alexander Karatarakis
0df743d625 [bootstrap] Build vcpkg in a clean environment 2018-01-23 14:16:06 -08:00
Alexander Karatarakis
a5fe308ea3 $script:MyInvocation.MyCommand.Definition
It works also in cases where scripts/functions are calling each other.
Without the $script prefix, it would instead give you the calling function OR the path if there was no parent function.
With the prefix, it always yields the directory of the script
2018-01-23 14:16:06 -08:00
Alexander Karatarakis
62c8626f4d vcpkgInvokeCommand(): Add -NoNewWindows flag 2018-01-23 14:16:06 -08:00
Alexander Karatarakis
ae582e0d4f [bootstrap] Extract arguments in variable 2018-01-23 14:16:05 -08:00
Alexander Karatarakis
3332326c65 Update CMake to 3.10.2 2018-01-23 14:16:05 -08:00
Alexander Karatarakis
2890ffa31c Don't print "downloading..." if file is already downloaded 2018-01-23 14:16:05 -08:00
Robert Schumacher
130fa279f9 [vcpkg] Revert making remove_package() take status_db by const
The in-memory database must be updated to communicate to future actions that they need to look at this package's files (or not)
2018-01-23 14:14:01 -08:00
Tobias Kohlbau
91f447631d [curl] add option to build with winssl (#2631)
Sometimes curl needs to be build with winssl,
use vcpkg install curl[winssl].

Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23 12:11:15 -08:00
Tsukasa Sugiura
64203615a6 Fix OpenNI2 deploy (#2627)
* Fix OpenNI2 deploy

Fix to deploy initialization file and drivers.

* [openni2] Adjusting deployopenni2.ps1 paths

* Fix Create Directory of OpenNI2 Drivers

Fix create directory of OpenNI2 drivers.

* Fix Deploy Script Path

Fix deploy script path.
2018-01-23 08:45:23 -08:00
Robert Schumacher
dcea519efb
Merge pull request #2632 from tobiaskohlbau/discord-rpc
[discord-rpc] bump to version 2.1.0
2018-01-23 08:03:01 -08:00
Tobias Kohlbau
3df6043856
[discord-rpc] bump to version 2.1.0
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23 16:44:13 +01:00
Robert Schumacher
ac509ecbe5
Merge pull request #2620 from atkawa7/libdisasm
[libdisasm] init
2018-01-23 07:23:49 -08:00
Robert Schumacher
65ee81b1a2
Merge pull request #2616 from calumr/osg-debug-plugins
[osg] Keep debug plugins separate
2018-01-23 07:22:30 -08:00
Robert Schumacher
88815a84b7
Merge pull request #2605 from ivysnow/libwebsockets
[libwebsockets] update to 2.4.1
2018-01-23 07:21:20 -08:00
Robert Schumacher
3a60fcfe14
Merge pull request #2602 from ivysnow/mongoc
[libbson, mongo-c-driver] update to 1.9.2
2018-01-23 07:18:06 -08:00
Robert Schumacher
4b777d6b23 Merge branch 'master' of https://github.com/Microsoft/vcpkg 2018-01-23 06:50:34 -08:00
Robert Schumacher
3beeb94ec5 [vcpkg] Use InstalledPackageView instead of unsorted raw vectors 2018-01-23 06:50:24 -08:00
Robert Schumacher
ab9991e30a
Merge pull request #2629 from jasjuang/dlib
[dlib] update to 19.9
2018-01-23 02:51:11 -08:00
Robert Schumacher
18f44c353d [msmpi] Accept v8.1.1 2018-01-23 02:50:01 -08:00
Robert Schumacher
78d3302940 [vcpkg] Remove overload of StatusParagraphs::find_installed() 2018-01-23 02:36:39 -08:00
Robert Schumacher
ff8a2d1726 [vcpkg] Remove AnyParagraph and InstallPlanType::INSTALL 2018-01-23 02:21:47 -08:00
Robert Schumacher
10d712ed01 [vcpkg] Added StatusParagraph::is_installed() 2018-01-23 01:56:25 -08:00
Robert Schumacher
3e42585f47 [vcpkg] Span usage improvements. 2018-01-23 01:54:31 -08:00
Robert Schumacher
0682bb734d [vcpkg] Store Optional<&> instead of Optional<*> 2018-01-22 23:40:41 -08:00
jasjuang
bac1ed6b76 [dlib] update to 19.9 2018-01-22 23:01:36 -08:00
Robert Schumacher
77eae92e75 [vcpkg-docs] Add feature packages to core documentation of CONTROL files 2018-01-22 22:28:13 -08:00
Alexander Karatarakis
6dead992fa
Merge pull request #2619 from atkawa7/cgicc
[cgicc] init #2550
2018-01-22 13:46:57 -08:00
Alexander Karatarakis
95009a4cd3
Merge pull request #2625 from kobykahane/lz4_1_8_1_2
[lz4] update to 1.8.1.2
2018-01-22 13:46:07 -08:00
Koby Kahane
27ada0615c [lz4] update to 1.8.1.2 2018-01-22 15:13:16 +02:00
atkawa7
751877f4e8 [libdisasm] init 2018-01-21 12:48:37 +02:00
atkawa7
9863dd8b13 [cgicc] fix documentation 2018-01-20 16:21:27 +02:00
atkawa7
c407c6db1c [cgicc] init #2550 2018-01-20 16:18:36 +02:00
Robert Schumacher
43098d47ab
Merge pull request #1205 from Microsoft/feature-packages
[vcpkg-specs] Initial commit of Feature Packages draft
2018-01-19 17:21:15 -08:00
Robert Schumacher
55415f9200 [boost-asio] Added openssl as a dependency since most users will want it 2018-01-19 16:26:30 -08:00
Robert Schumacher
b7b61e917f [poco] Update to 1.8.1 2018-01-19 15:34:43 -08:00
Robert Schumacher
228eebfbec [vcpkg] Add additional tests. Enable featurepackages by default. 2018-01-19 15:23:47 -08:00
Robert Schumacher
f522ff0811 [opencv] Improve CMake usage instructions 2018-01-19 14:46:52 -08:00
Alexander Karatarakis
f5939bff67
Merge pull request #2603 from ivysnow/xxhash
[xxhash] update to 0.6.4
2018-01-19 12:56:18 -08:00
Alexander Karatarakis
11d4d2fe40
Merge pull request #2604 from ivysnow/tiff
[tiff] update to 4.0.9
2018-01-19 12:56:02 -08:00
Alexander Karatarakis
cb21c18a47
Merge pull request #2606 from ivysnow/libogg
[libogg] update to 1.3.3
2018-01-19 12:55:07 -08:00
Alexander Karatarakis
a702c29e02
Merge pull request #2607 from ivysnow/libjpeg-turbo
[libjpeg-turbo] update to 1.5.3
2018-01-19 12:54:41 -08:00
Alexander Karatarakis
51948c039e
Merge pull request #2608 from ivysnow/libwebp
[libwebp] update to 0.6.1
2018-01-19 12:54:23 -08:00
Calum Robinson
b17566a694 [osg] Keep debug plugins separate 2018-01-19 16:04:09 +00:00
Ivy Snow
a5e1ae77a9 [xxhash] update to 0.6.4 2018-01-19 13:14:26 +08:00
Ivy Snow
c761d3704d [tiff] update to 4.0.9 2018-01-19 13:13:06 +08:00
Ivy Snow
933c46267b [libwebsockets] update to 2.4.1 2018-01-19 13:11:48 +08:00
Ivy Snow
5b1cff5b3c [libogg] update to 1.3.3 2018-01-19 13:10:01 +08:00
Ivy Snow
6fbd38035a [libjpeg-turbo] update to 1.5.3 2018-01-19 13:08:23 +08:00
Ivy Snow
a23484228d [libwebp] update to 0.6.1 2018-01-19 13:06:04 +08:00
Ivy Snow
04eb62a1bf [mongo-c-driver] update to 1.9.2 2018-01-19 12:10:05 +08:00
Ivy Snow
21d51eab4c [libbson] update to 1.9.2 2018-01-19 12:08:55 +08:00
Robert Schumacher
e44c1b292d [boost] Remove version from .lib filenames to improve CMake compatibility. Fixes #2459. 2018-01-18 11:03:26 -08:00
Robert Schumacher
353d635b97 [freetype][harfbuzz] Fix static freetype dependency. 2018-01-18 10:57:30 -08:00
Robert Schumacher
d35866018a
Merge pull request #1993 from Barath-Kannan/qt5_modular
Qt5 modular
2018-01-18 10:51:18 -08:00
Robert Schumacher
b47b4346f8 [vcpkg-build-qmake][vcpkg-configure-qmake] Collapse config-specific versions. 2018-01-18 07:36:54 -08:00
Robert Schumacher
51da0e25fa [qscintilla] Fix build against new modular qt 2018-01-18 07:36:50 -08:00
Robert Schumacher
d6dc7a078a [qwt][qscintilla][qca] Use dash in qt modular dependency 2018-01-18 07:36:44 -08:00
Robert Schumacher
d9d3744484 [qt5-base] Restore qtdeploy.ps1 2018-01-18 07:36:40 -08:00
Robert Schumacher
7b0cfc6f6c [qt5-base] Remove debug qmake.exe 2018-01-18 07:36:38 -08:00
Robert Schumacher
b4c041df93
Merge pull request #2554 from horenmar/Introduce-Catch-Classic
Introduce catch classic
2018-01-18 04:21:18 -08:00
Nikolay Baklicharov
1b5ec0bc10 librtmp: Fix debug build (#2537) 2018-01-18 04:20:18 -08:00
Martin Hořeňovský
381263aaa0 Update Catch to 1.12.0 2018-01-18 11:04:56 +01:00
Martin Hořeňovský
508edef95a Update Catch to 1.11.0 2018-01-18 11:04:54 +01:00
Martin Hořeňovský
129971d228 v1.10.0 2018-01-18 11:04:33 +01:00