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
Thomas Arcila
4c2bc1f074
Fix tools/ and add support vcpkg_test_cmake()
2019-03-11 04:32:25 -04: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
Thomas Arcila
37d5cfb31e
Add Capnproto package
2019-03-10 07:50:12 -04: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
Todd
350f70031b
[geotrans] add new port ( #5498 )
2019-03-08 13:39:22 -08:00
Johnny Willemsen
1d8e65482f
[ace] Use source package and add static support ( #5601 )
...
* Use our source only distribution and generate the necessary solution as part of the build
* ports/ace/portfile.cmake:
* Add ACE_ROOT
* ports/ace/portfile.cmake:
* Support static and generate within the ace directory
* ports/ace/portfile.cmake:
* Set missing environment
* ports/ace/portfile.cmake:
* Fixed install for static
* ports/ace/portfile.cmake:
* Also install pdb in a static job
* ports/ace/portfile.cmake:
* pdb files are only created in a dynamic build
* ports/ace/portfile.cmake:
* Add missing library
* ports/ace/portfile.cmake:
* Add missing header directory
* ports/ace/portfile.cmake:
* Use ACE_ROOT for the copyright file
* ports/ace/portfile.cmake:
* [ace] bump dash version in control to force rebuild
2019-03-08 10:18:37 -08:00
Johnny Willemsen
c297b43896
[xerces-c] Add support for xmlch_wchar feature ( #5602 )
...
* Add feature for wchar
* ports/xerces-c/portfile.cmake:
* Document new feature
* ports/xerces-c/CONTROL:
* [xerces-c] bump control version number
2019-03-08 10:18:01 -08:00
Tsukasa Sugiura
c7ca58ba36
[libusb] fix error c2001 ( #5604 )
...
Fix error c2001 by specify /source-charset:utf-8.
That error seems to occur on multi-byte character locale.
2019-03-08 09:46:18 -08:00
JackBoosY
631be56a8c
[forest]update version. ( #5598 )
2019-03-08 09:43:07 -08:00
RT222
cf7793ad1c
[yoga] Update to v1.13.0 ( #5592 )
2019-03-08 00:14:06 -08:00
myd7349
adc005f877
[zeromq] Add sodium support and fix static build ( #4214 )
...
* [zeromq] Add new feature
* [zeromq] Fix static build
2019-03-07 16:43:12 -08:00
Stefano Sinigardi
a675e048df
[freeopcua] add a new port ( #5590 )
...
* [freeopcua] new port
* [freeopcua] work-in-progress build on windows
* [freeopcua] fixes for windows
2019-03-07 15:28:48 -08:00
AMIR
a8502ca793
[libbf] Add new port ( #5570 )
...
* [libff] Add new port
* Add new port [libbf]
* Update portfile.cmake
* update libbf portfile
* [libbf] Fail with meaningful message on Windows
* [libbf] Fix MSVC check condition
2019-03-07 13:28:49 -08:00
Tetsuya Hayashi
aa560f10f8
Fixes #3867 ITK install fails if hdf5 is installed ( #4472 )
...
* [itk] Added patch file for ITK HDF5 CMakeLists find_package config mode only
* [itk] enable ITK_USE_SYSTEM_HDF5 and apply patch
* [itk] Use PATCHES parameter of vcpkg_from_github
* [itk] Ignore path length checks
2019-03-07 12:00:35 -08:00
Peter Bright
fd183d9ad1
Mark overridden functions with override. ( #5585 )
...
* Update files.cpp
* Mark overrides with override.
2019-03-07 09:28:12 -08:00
Erwan BERNARD
357d1bf472
[realsense2] up control version
2019-03-07 13:18:02 +01:00
JackBoosY
0b5982aaf2
[apr]Enable option "APR_INSTALL_PRIVATE_H" to build non-standard files.
2019-03-07 09:37:21 +00:00
Connor Fitzgerald
8de9ab8fc4
[spirv-tools] Export all libraries
2019-03-07 02:43:44 -05:00
Ernest Zaslavsky
d92ad530a9
Add DPDK package ( #5388 )
...
DPDK is a set of libraries and drivers for fast packet processing.
(cherry picked from commit 8127cb7b23557f21281186980883fdfb4fa08c47)
2019-03-06 23:37:24 -08:00
Connor Fitzgerald
3af075eaf0
[spirv-tools] Bump package version
2019-03-07 01:17:18 -05:00
Connor Fitzgerald
ce03bb6712
[spirv-tools] Add spirv-tools exported target
...
- Removed shared library
- Added patches
2019-03-07 00:36:43 -05:00
Connor Fitzgerald
0ef0ddd739
[spirv-headers] Add new port ( #5576 )
...
* [spirv-headers] Add new port
* [spirv-tools] depend on vcpkg spirv-headers
2019-03-06 21:17:52 -08:00
Lennart Trunk
59744f406e
[libqglviewer] add new port ( #5024 )
...
* add initial portfile
* [libqglviewer] Fix invalid msvc argument in build
* [qt5-base] make whitespace change to force rebuild in CI system
2019-03-06 17:04:24 -08:00
Victor Romero
4b150c0484
Revert "[realsense2] fix cmake for linux ( #4564 )" ( #5575 )
...
This reverts commit 1b373245d28ce506f1a1995316a07e2bcd713612.
2019-03-06 16:33:09 -08:00
Erwan BERNARD
1b373245d2
[realsense2] fix cmake for linux ( #4564 )
...
* [realsense2] fix quotation mark in cmake command
* [realsense2] fix executable cleaning
2019-03-06 16:32:07 -08:00
alexsmn
7e97b94e67
[Qt5] remove empty dirs ( #5025 )
...
* Add qt5-activeqt library.
* qt5: Fix build failure due to empty output directories.
* [qt5-base] whitespace change to force clean test build in CI system
2019-03-06 13:58:41 -08:00
Connor Fitzgerald
40c1a2305c
[cppfs] Add new port ( #5571 )
...
* [cppfs] Add new port
* [cppfs] Remove explicit libcrypto dependency
* [cppfs] Use vcpkg targets
* [cppfs] Don't use local find modules
* [cppfs] Disable arm64 and uwp
* [cppfs] Make portfile indentation consistent
2019-03-06 13:16:52 -08:00
Jacob
f6f2def009
[soil2] Add new package soil2 ( #5554 )
2019-03-06 11:32:25 -08:00
siertw
8e65c10058
Create a feature package for building libssh with zlib, rather than always including it by default. ( #5563 )
2019-03-06 10:24:12 -08:00
Daniel
41a9614308
Move SDL2_mixer optional dependencies to features ( #5565 )
2019-03-06 10:14:01 -08:00
Tri Tran
2e8c0ca34d
[tgui] Enable static build ( #5568 )
...
* [tgui] Enable static build
* [tgui] Enable static build
2019-03-06 10:12:58 -08:00
Sean Warren
ed98d74199
[dlib] Remove patch now fixed correctly by vcpkg_fix_cmake_targets ( #5559 )
2019-03-05 22:01:15 -08:00
jbeach
6a5056773a
add MOOS V10 ( #4742 )
...
* add MOOS V10
* finished adding moos-core, moos-essential, and moos-ui
2019-03-05 16:28:35 -08:00
Victor Romero
e8f643f11a
Revert "[wt] Fix absolute paths in installed share/wt/*.cmake files ( #5083 )" ( #5555 )
...
This reverts commit 334eb170b1c243f69bba58ce70ec6b828c8d3a60.
2019-03-05 15:28:23 -08:00
Todor Prokopov
334eb170b1
[wt] Fix absolute paths in installed share/wt/*.cmake files ( #5083 )
2019-03-05 15:27:53 -08:00
Mathieu Ropert
bf4af7afdc
Fix vcpkg build with clang on Linux ( #5360 )
2019-03-05 14:52:26 -08:00
Robert Schumacher
9164049386
[vcpkg] Add more detailed error message when trying to use v142 and an msbuild generator ( #5422 )
2019-03-05 14:42:07 -08:00
Tri Tran
e424790f73
[tgui] Add new package TGUI ( fix #5505 ) ( #5524 )
...
* Add TGUI package
* [tgui] add missing sfml depends
2019-03-05 12:03:17 -08:00
Sean Warren
a9f8430961
[hdf5] Use cmake wrapper to ensure consuming libraries link to szip ( #5467 )
...
* [hdf5] Use cmake wrapper to ensure consuming libraries link to szip in static build
* [hdf5] Move hdf5 cmake code from vcpkg.cmake to vcpkg-cmake-wrapper
* [hdf5] Do not force search in config mode
* [hdf5] balance needs of vtk and kealib
2019-03-05 11:09:22 -08:00
Connor Fitzgerald
a51c0f4297
[readerwriterqueue] Upgrade to v1.0.1 ( #5535 )
2019-03-05 11:03:31 -08:00
David Dubois
a50fbaa756
[glslang] Export CMake package files ( #5513 )
...
* Add patch file to make glslang known to pkg-config
* Proper patch file
* Fix paths in the patch file
* Add missing space so patch file can apply
* Remove debug/share directory
* Export everything to the glslangConfig
* Export the SPIRV target as well
* Remove not-working patch for main CMake file
* [glslang] Remove call to windows CRT changing function
* [glslang] Remove unnecessary calls to install inside patch
* [glslang] Check cmake imports correctly
2019-03-05 10:57:56 -08:00
JackBoosY
fd2330af7a
[pthreads]Modify library name "pthreadsVC2" to correct name "pthreadVC2" ( #5532 )
...
* [Pthreads]Modify library name "pthreadsVC2" to correct name "pthreadVC2".
* [pthreads]update Version
* [flint]fix dependence port pthreads library name to "pthreadVC2".
* [usbmuxd]fix dependence port pthreads library name to "pthreadVC2".
* [mosquitto]fix dependence port pthreads library name to "pthreadVC2".
2019-03-05 10:51:50 -08:00
markdegreef
140e2733f7
Fix linux build of urdfdom ( #5538 )
...
Remove empty directories and set correct cmake target path
Machine setup: ubuntu 18.10 x64 gcc version 8.2.0
The steps to reproduce: ./vcpkg install urdfdom:x64-linux
2019-03-05 10:44:01 -08:00
Marco Craveiro
b9d7fa1a1c
[dtl] Initial port of library ( #5541 )
2019-03-05 10:41:52 -08:00
markdegreef
6b4b62ad97
[tinyxml] added tinyxml cmake config file ( #5544 )
...
Adds ability to use
* find_package(TinyXML REQUIRED)
* TinyXML_LIBRARIES
* tinyxml_INCLUDE_DIRS
2019-03-05 10:39:01 -08:00
Connor Fitzgerald
40a8969d6d
[mapbox-variant] Add new port ( #5551 )
...
* [mapbox-variant] Add new port
* [mapbox-variant] Use commit hash in version number
2019-03-05 10:32:10 -08:00
Connor Fitzgerald
c041ae2c6f
[concurrentqueue] Fix header include path ( #5550 )
2019-03-05 10:05:28 -08:00
Griffin Downs
3d7f31224e
Add nonfree feature; Update version str
2019-03-05 09:08:05 -08:00
past-due
9040bb8a78
[libvorbis] Update to 1.3.6-9eadecc ( #5506 )
2019-03-05 08:47:37 -08:00
Connor Fitzgerald
93d87ae5c4
[readerwriterqueue] Change include path to not polute main directory ( #5536 )
2019-03-05 00:37:05 -08:00
Connor Fitzgerald
70847e191a
[minitrace] Add new port ( #5534 )
...
* [minitrace] Add new port
* [minitrace] Install header into separate directory
2019-03-05 00:32:42 -08:00
myd7349
db043276c3
[tiny-process-library] Add new port ( #5504 )
2019-03-04 23:55:53 -08:00
LarryIII
aff64f83fd
[libwebm] Fix no-postfix in debug for dll/lib/pdb ( #5516 )
2019-03-04 23:52:06 -08:00
markdegreef
9f622a5765
Port file for orocos-kdl ( #5517 )
2019-03-04 23:49:38 -08:00
Connor Fitzgerald
82e1e3f41c
[vulkan] add missing license file ( #5531 )
2019-03-04 23:12:39 -08:00
myd7349
b4e1885c70
[nanopb] Add new port ( #5057 )
...
* [nanopb] Add new port
* [nanopb] Always use static linkage
* [nanopb] Update to 2019-02-12 and add shared lib building support
* [nanopb] Add missing patch file
* [nanopb] Copy pdb file
* [nanopb] Add some warnings
2019-03-04 23:07:10 -08:00
Connor Fitzgerald
c5fc595443
[vulkan] Add usage information ( #5533 )
2019-03-04 22:39:17 -08:00
myd7349
4327f4d82c
[simdjson] Update to 2019-03-05
2019-03-05 08:33:47 +08:00
adrido
c7d4696a88
[libgd] Update to 2.2.5 & Add Features ( #5510 )
...
* [libgd] Add Features
* [libgd] Update to 2.2.5
2019-03-04 15:14:16 -08:00
Ernest Zaslavsky
1e0300f54f
Add isa-l package ( #5491 )
...
Intel(R) Intelligent Storage Acceleration Library
2019-03-04 15:12:28 -08:00
Jozef Izso
660ba9e990
[grpc] update patch file to apply cleanly for grpc 1.18.0 ( #5519 )
2019-03-04 10:58:59 -08:00