Stefano Sinigardi
0e77ca352e
[tiff] use vcpkg wrapper for all configs, remove dead code ( #5584 )
...
* [tiff] use vcpkg wrapper for all configs, remove dead code
* [tiff] update CONTROL
2019-03-13 22:51:16 -07:00
Phil Christensen
fc9aa15287
[docs] Fix broken link
2019-03-13 13:52:20 -07:00
markdegreef
2cb95c67a3
[assimp] fix linux build ( #5632 )
2019-03-13 11:56:39 -07:00
Andre Abrantes
a317e182de
[fix][jsonnet] Replicating generation command in Linux format ( #5652 )
...
* Replicating generation command in Linux format
Current port only support Windows. Replicating the commands that generate "std.jsonnet.h" for a Linux build. New command is closer to the original at https://github.com/google/jsonnet/blob/master/Makefile#L162
* [jsonnet] bump control version to force rebuild on update
2019-03-13 11:21:25 -07:00
JackBoosY
842d6169a6
[wangle]fix wangle-config.cmake bug ( #5653 )
2019-03-13 10:08:42 -07:00
NancyLi1013
deae3465bc
[ecm] Update ecm to 5.56.0 ( #5654 )
2019-03-13 10:07:36 -07:00
Lars Ivar Hatledal
7609de8497
Update libzip to 1.5.2 ( #5656 )
...
* Update libzip to 1.5.2
* Remove reference to patch in portfile
* Add patch to fix compilation on windows
* Prefer ninja and fix indentation
2019-03-13 10:06:49 -07:00
Griffin Downs
94218ff782
Merge pull request #5651 from donny-dont/check-for-filesystem
...
Use feature macro and VC++ compiler version macro to check for support of filesystem
2019-03-13 04:37:22 -07:00
Griffin Downs
61922f919f
Update check for VS2015
2019-03-12 16:46:40 -07:00
NancyLi1013
7d10f758d3
[pixman]Update version to 0.38.0 ( #5641 )
2019-03-12 16:00:31 -07:00
shelltdf
99ec372755
install gdal tools ( #5644 )
2019-03-12 15:58:40 -07:00
NancyLi1013
b4a64cca36
[hunspell] update hunspell to 1.7.0 ( #5645 )
2019-03-12 15:54:45 -07:00
JackBoosY
894f110c02
[pangolin]Fix usage bug:include path has one more ../, add usage file. ( #5647 )
2019-03-12 15:46:54 -07:00
Griffin Downs
1c879a4b92
Use identical check when creating namespace alias
2019-03-12 15:05:49 -07:00
Griffin Downs
d8998f879d
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5651
2019-03-12 14:57:24 -07:00
Griffin Downs
77becdc97a
Merge pull request #5580 from JackBoosY/dev/jack/2181
...
[apr]Add feature to enable option "APR_INSTALL_PRIVATE_H" to build non-standard files.
2019-03-12 14:44:51 -07:00
Griffin Downs
6880f4e6e3
Remove options var; Create var for setting APR_INSTALL_PRIVATE_H
2019-03-12 14:26:38 -07:00
Lennart Trunk
1d4485cec5
[harfbuzz] update Harfbuzz to 2.3.1 ( #5359 )
...
* update harfbuzz to 2.2.0
* clean up port and fix portfile/patches
* update harfbuzz to 2.3.1
* fix uwp patch
* skip test building
2019-03-12 13:54:20 -07:00
Griffin Downs
57cf77dc72
Add newline
2019-03-12 13:51:52 -07:00
Griffin Downs
ff28cc2d22
Express install private headers as feature
2019-03-12 13:37:08 -07:00
Griffin Downs
b29b874ae9
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/5580
2019-03-12 11:29:31 -07:00
Don
795eb45248
Use feature macro to check for support of filesystem
...
Rather than defaulting to std::experimental::filesystem in files.h a feature
macro can be used to determine what stdfs uses.
2019-03-12 10:12:18 -07:00
JackBoosY
fe626490f0
[apr]Modify cmake file instead of make a patch.
2019-03-12 00:50:17 +00:00
Victor Romero
f24bd414ce
[docs] Add vcpkg functions usage examples ( #5639 )
2019-03-11 17:29:37 -07:00
Griffin Downs
be4158fb89
Merge pull request #5509 from myd7349/simdjson-init
...
[simdjson] Add new port (fix #5418 )
2019-03-11 14:22:58 -07:00
Griffin Downs
3a0e5304cf
[opencv] add nonfree as feature for opencv ( #4802 )
...
* add nonfree as feature for opencv
* Add nonfree feature; Update version str
2019-03-11 14:00:34 -07:00
Laurent Rineau
5862fba5ff
Install CGAL as header-only ( #4975 )
...
* Update to install CGAL as header-only
I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file.
* Bump the version
* Fix the cleaning
Once CGAL is header-only, no binary library is created, and the
`debug/` directory got empty.
This commit fixes the cleaning: now the whole `debug/` directory is
removed.
2019-03-11 13:48:26 -07:00
Tetsuya Hayashi
3eb244085f
[itk] Fixes broken dependencies between ITK and VTK ( #5615 )
...
* Fixes broken dependencies between ITK and VTK
restore a line of ed9357a
overrided by aa560f1
fixes #5614
* [itk] Fixes broken dependencies between ITK and VTK
2019-03-11 13:15:49 -07:00
Daniel
7dcf30197e
Update various SDL2-based libraries ( #5623 )
...
* [sdl2-gfx] Update to 1.0.4
* [sdl2-mixer] Update to 2.0.4 (#4934 )
* [sdl2-image] Update to 2.0.4
* [sdl2-ttf] Update to 2.0.15
* [sdl2-gfx,-image,-ttf] Use vcpkg_extract_source_archive_ex()
2019-03-11 13:15:08 -07:00
Cheney Wang
37ddeed0ea
[libepoxy/fribidi] Update version of meson to support VS2019 ( #5629 )
2019-03-11 10:01:57 -07:00
eao197
f756f5066a
sobjectizer updated to v.5.5.24.3 ( #5627 )
2019-03-11 00:04:32 -07:00
Sean Warren
14dc7af3b1
[libraw] Add wrapper for static build dependencies ( #5626 )
2019-03-11 00:03:47 -07:00
Johan Lindfors
73c678d168
Now able to build the Microsoft/Angle that can be leveraged for UWP ( #3272 )
...
* Microsoft Angle now builds for UWP
* Updates to files
* Fix for Control Flow Guard
* Now fails for OSX and Linux, also includes support for ARM64
* Fix for ARM64-WINDOWS
2019-03-10 22:28:34 -07:00
tarcila
985957c395
Fix shaderc compilation with clang ( #5622 )
...
Using a patch already integrated upstream.
2019-03-10 20:31:43 -07:00
Bo Rydberg
c247a7d21f
Fix minor spelling mistakes in documentation ( #5620 )
2019-03-10 20:31:02 -07:00
JackBoosY
443579a064
[apr]remove enviroment variable "${CMAKE_CURRENT_LIST_DIR}"
2019-03-11 01:40:50 +00:00
Bo Rydberg
eafe9ebcdf
Fix missing terminator .bashrc integration ( #5616 )
...
Add NL to last line in ~/.bashrc file
2019-03-10 11:05:15 -07:00
Carlos O'Ryan
b726bf90bf
Upgrade google-cloud-cpp to 0.7.0. ( #5619 )
...
In this version we can remove the dependency on gtest for the build. Of
course there are many other changes, but that is the one relevant for
packaging.
2019-03-10 11:04:07 -07:00
myd7349
0d7f4c1b89
[simdjson] Update to 2019-03-09 (fix UWP build)
2019-03-10 11:27:21 +08:00
WebFolder OÜ
650ffbd1c8
Update http-parser to 2.9.0 ( #5609 )
2019-03-09 09:13:27 -08:00
Phil Christensen
06bdb67b66
[qt5-base] Targeted fix to address archiving issue ( #5608 )
2019-03-09 00:27:54 -08:00
Mohamed JAAFAR
9ba7210922
[nmap] Integration of nmap netwotk utilities( #5530 ) ( #5545 )
...
* [nmap] Integration of nmap netwotk utilities(#5530 )
* [nmap] adding openssl and openssh2 support
* [nmap] Integration of nmap netwotk utilities(#5530 )
* [nmap] correction of the DIR option with-openssl
and with-openssh
2019-03-08 23:25:49 -08:00
Victor Romero
a14e462ef9
[antlr4] Support build on Linux and MacOS ( #5606 )
...
* Patch VS project file with CRT linkage
* [antlr4] Support build on Linux and MacOS
2019-03-08 22:09:33 -08:00
Nuno Lopes
45fadafed0
add Z3 package ( #5564 )
...
* add Z3 package
* z3: don't assume python is installed
* [z3] attempt to fix build failure due to path truncation
patch already upstreamed
* [z3] add support for static build
* [z3] Fail preemptively on UWP
2019-03-08 19:00:48 -08:00
JamesOldfield
88f6875e0f
[pthreads] Add CMake config to support find_package(pthreads) ( #4081 )
...
* [pthreads] Add CMake config to support find_package(pthreads)
* [pthreads] Support find_package(pthreads)
2019-03-08 17:53:00 -08:00
Tri Tran
9b4bf67701
[tgui] Add gui-builder in tool feature ( #5603 )
...
* [tgui] Add gui-builder in tool feature
* [tgui] Fix path issue on MacOS
* [tgui] Fix extension for Windows and not-Windows
2019-03-08 17:51:27 -08:00
Jocelyn GENNESSEAUX
e16cf98a5b
[poco] pre 2.0.0 ( #5503 )
...
* [poco] pre 2.0.0
- Updated to the latest compiling commit
- Added SQLite support
- Added PDF support
- Added MariaDB support
- Added PostgreSQL support
* Additional include files not part of any libraries
* DataException is no more part of Poco::Data
* [3fd] Patch 3fd to comply with poco-2.0.0pre
2019-03-08 16:18:22 -08:00
Ernest Zaslavsky
7a5803413f
Add intel-ipsec-mb package ( #5586 )
...
Intel(R) Multi-Buffer Crypto for IPsec Library
2019-03-08 15:50:17 -08:00
myd7349
32f1120b9f
[vcpkg edit] Update find_from_registry ( #5393 )
2019-03-08 14:38:23 -08:00
JackBoosY
65f1d0ebc4
[coroutine]update source package hash. ( #5597 )
...
* [coroutine]update source package hash.
* [coroutine] Use commit hash instead of release tag
2019-03-08 14:22:11 -08:00