Jack·Boos·Yu
683de11417
[check/gettimeofday] Move static libraries to manual-link. ( #9510 )
2020-01-06 11:10:10 -08:00
Thad House
9bd91cbebe
[wpilib] update to 2020.1.1 ( #9513 )
2020-01-06 11:08:52 -08:00
Gregory Popovitch
f122800c08
[parallel-hashmap] Update to 1.30 ( #9519 )
...
* update parallel_hashmap version
* Update portfile.cmake
* Update CONTROL
* Update portfile.cmake for parallel_hashmap
* bump parallel-hashmap to latest github release
2020-01-06 11:06:29 -08:00
Phoebe
140ddf37cd
[box2d] Update to 2019-12-31 ( #9529 )
...
* [box2d] Update to 2019-12-31
* Udpate ci baseline file
* Update ci baseline file
2020-01-06 11:00:01 -08:00
NancyLi1013
8d5b7e3828
[uwebsockets] Update to 0.17.0 alpha 4 ( #9535 )
2020-01-06 10:57:20 -08:00
myd7349
7a25265e5d
[tabulate] Add new port ( #9543 )
...
* [tabulate] Add new port
* [tabulate] Update to 2019-01-06 to fix known issues
2020-01-06 10:50:36 -08:00
Daniel Parker
6ffb134f22
[jsoncons] Update to 0.143.1 ( #9547 )
...
* [jsoncons] Update to 0.143.1
* Updated portfile.cmake LICENSE line
2020-01-06 10:49:59 -08:00
Wingkou Loeng
fe62406f2b
[libfreenect2] add opengl and opencl features ( #9551 )
...
* add opengl, opencl and cuda features for libfreenect2
* remove cuda feature
2020-01-06 10:49:04 -08:00
NancyLi1013
615cb6aa24
[glibmm] Fix build error on Linux ( #9562 )
2020-01-06 10:44:07 -08:00
B4rtware
0ee4f000bd
[freetype] use config and the correct alias ( #9311 )
...
* use config and the correct alias
@Neumann-A figured out that `add_library(Freetype::Freetype ALIAS freetype)` is defined so instead of Freetype::Freetype use freetype. @qis Also pointed out that freetype uses a cmake config file. Thats why CONFIG parameter is required.
* remove usage
* bump version to 2.10.1-2
* remove faulty line after usage deletion
2020-01-02 14:18:39 -08:00
Jozef Izso
e510f8708e
[grpc] Update grpc to 1.24.3 ( #9135 )
...
* [grpc] Update grpc to 1.24.0
* [grpc] Update grpc to 1.24.3
* Disable error C4146 on uwp
C4146: unary minus operator applied to unsigned type, result still unsigned
2020-01-02 14:10:18 -08:00
Alvin
97485dc036
[uvatlas] Upgrade to dec2019 ( #9379 )
...
* [uvatlas] Upgrade to dec2019
* [uvatlas] Delete and update deprecated functions
* [uvatlas] x64-uwp passing, remove from ci.baseline.txt
* [uvatlas] Don't test x86-windows-static by default, remove it
2020-01-02 13:56:14 -08:00
John McNamara
c81d7d9c10
[libxlsxwriter] upgrade to 0.8.9 ( #9410 )
...
Upgrade to the latest version of libxlsxwriter.
Closes #9408
2020-01-02 13:55:20 -08:00
Tom Haines
70e7c3e12f
[fruit] fix wchar.h import issue under Catalina ( #9445 )
...
* Issue 9444 fix wchar.h import issue under Catalina
* 9445 apply suggestions from review
2020-01-02 13:44:54 -08:00
NancyLi1013
f13fb1c96b
[ptext] Fix library cannot be found by find_package() ( #9455 )
...
* [ptext] Fix library cannot be found by find_package()
* Update copyright
2020-01-02 13:42:04 -08:00
Marko Mahnič
6403c56e7c
[argumentum] Add new port ( #9478 )
...
* [argumentum] Add new port
* Remove testing code from portfile
* Use a new release that respects build_static_libs
- add vcpkg_check_linkage
* Use the new repository name
* Add homepage to control file
* Fix the portfile as suggested in PR #9478
* Disable some platforms as suggested in PR #9478
We will try to fix the build on these platforms in a future release.
* Use release 0.2.2 with fixed header preparation
* (wip) check which platforms are failing
* Reenable all ports for argumentum in ci.baseline
* Fix argumentum version in control file
2020-01-02 13:40:50 -08:00
Victor Derks
8b07958e8b
[charls] upgrade to 2.1.0 ( #9494 )
...
* [charls] upgrade to 2.1.0
Upgrade to the latest released version of CharLS. The patch file has become obsolete.
* Remove charls=fail triplets from ci.baseline.txt
Both arm-uwp and x64-uwp can be build.
2020-01-02 13:30:27 -08:00
Daniil Goncharov
2a0998e5cf
[nameof] Update to 0.9.3 ( #9503 )
2020-01-02 13:28:59 -08:00
Phoebe
c055724785
[directxtk] Fix invalid solution configuration ( #9508 )
...
* [directxtk] Fix invalid solution configuration
* Remove PLATFORM parameter
2020-01-02 13:28:13 -08:00
Jack·Boos·Yu
c7dfd5f83f
[simpleini] Install missing code ( #9429 )
2020-01-02 13:27:31 -08:00
NancyLi1013
8cab87ed93
Update baseline ( #9435 )
...
* Remove freerdp:x64-linux=fail from ci.baseline.txt
* Update
* Add azure-kinect-sensor-sdk:x64-windows-static=fail
2020-01-02 10:58:25 -08:00
Jack·Boos·Yu
5d7ff36ae5
Remove vtk:x64-linux result in baseline ( #9389 )
...
* Remove vtk:x64-linux=fail from baseline
* trigger CI test
2019.12
2019-12-23 16:13:24 -08:00
Lily
2f89f8dc16
[io2d] Fix link to target "Cairo::Cairo" error ( #8935 )
...
* [io2d] Fix link to target "Cairo::Cairo" error
* [io2d] Remove include(vcpkg_common_functions) in portfile.cmake
2019-12-23 16:10:42 -08:00
myd7349
e7f28a2717
[xtensor-fftw] Add new port ( #9159 )
...
* [xtensor-fftw] Add new port
* [xtensor-fftw] Update
2019-12-23 16:01:59 -08:00
Jack·Boos·Yu
8cbae02ab2
[azure-kinect-sensor-sdk] Add new port ( #8786 )
...
* [azure-kinect-sensor-sdk]Add new port
* [azure-kinect-sensor-sdk]Disable git command.
* [azure-kinect-sensor-sdk]Disable source link.
* [azure-kinect-sensor-sdk]Fix build error 4275 in Windows.
2019-12-23 15:59:34 -08:00
Jack·Boos·Yu
5f56ea9b5b
[proxygen]Add new port. ( #8766 )
2019-12-23 15:58:21 -08:00
David Katz
7ac7a46343
[sdl2-gfx] Update CMake build and find_package support ( #9319 )
...
* [sdl2-gfx] Update CMake build and find_package support
* Update build process to more closely mimic other SDL2 extensions
* Bump CONTROL version number
* Remove uneeded wrapper file
* Remove uneeded wrapper file
* [sdl2-gfx] Simplification. Add cmake find_dependency(SDL2).
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2019-12-23 15:52:14 -08:00
NancyLi1013
6723668f7f
[abseil] Update to the latest and fix link failure error using StrCat ( #9367 )
...
* [abseil] Update to the latest and fix link failure for StrCat with > 4 arguments
* Remove message from vcpkg_fail_port_install
* Update lnk2019-error patch
2019-12-23 15:44:37 -08:00
Jack·Boos·Yu
2ee03bab9f
[freerdp]Fix linux build, add dependency port glib. ( #9176 )
2019-12-23 15:43:29 -08:00
Joseph D
795ecaefed
[fftwpp] Update to latest commit ( #9169 )
...
* [fftwpp] update fftwpp to latest commit
* Updated CONTROL to new version string
* [fftwpp] Corrected version string
2019-12-23 15:42:36 -08:00
Matthias C. M. Troffaes
d6fb76bfc2
[ffmpeg] install correct copyright file and enable (L)GPLv3 builds ( #9090 )
...
* [ffmpeg] add version3 feature to enable (L)GPLv3 builds
* [ffmpeg] inspect log file to copy correct copyright file
* Bump version
* [ffmpeg] remove license status message
2019-12-23 15:37:41 -08:00
Phoebe
85c57726ec
[pmdk] Remove non-ascii charactor ( #9094 )
2019-12-23 15:36:57 -08:00
Fabio Pellacini
8711ceb3c1
Updated Embree to version 3.6.1 ( #9073 )
2019-12-23 15:34:25 -08:00
Kevin Lu
5ee8ddf43f
[libgit2] Update to 0.28.4 ( #9270 )
2019-12-23 15:27:46 -08:00
Stefano Sinigardi
a5590520f0
[libpng] Strong cleanup of the port ( #9198 )
...
* [libpng] strong cleanup of the port
* [libpng] do not install unhandled tools
* [libpng] restore library proper name on windows-static triplets
2019-12-23 15:26:04 -08:00
Tatsuro Shibamura
13c4d0c18d
[libwebp] Fixed build error ARM64 Windows 10 ( #9300 )
...
* [libwebp] Fixed build error ARM64 Windows 10
* [libwebp] Fixed cmake error ARM and ARM64
2019-12-23 15:19:51 -08:00
Jack·Boos·Yu
ff6d107460
[angle]Fix windows build error: cannot find definition far. ( #7923 )
...
* [angle]Fix windows build error: cannot find definition far.
* [Angle]Re-fix build error.
2019-12-23 14:39:17 -08:00
myd7349
80cf1e4b19
[indicators] Add new port ( #9315 )
...
* [indicators] Add new port
* [indicators] Update patch
* [indicators] Install LICENSE.termcolor
* [indicators] Update to 2019-12-15
* [indicators] Update to 2019-12-17
* [indicators] Update to 1.5
2019-12-23 14:35:45 -08:00
Jack·Boos·Yu
1c4a1d1cef
[protobuf-c]Add new port. ( #8624 )
...
* [protobuf-c]Add new port.
* [protobuf-c]Add homepage.
* [protobuf-c] Remove useless code.
* update baseline
* update baseline
2019-12-23 12:40:21 -08:00
Kevin Lu
deec33abc9
[protobuf] Update to 3.11.2 ( #9271 )
...
* [protobuf] Update to 3.11.1
* [protobuf] Update to 3.11.2
2019-12-23 12:34:37 -08:00
Robert Schumacher
1fa5544eeb
[argparse] Upgrade to v2.1 ( #9291 )
2019-12-23 12:34:22 -08:00
Jack·Boos·Yu
f3c11016ef
[hiredis] Support building static ( #9388 )
...
* [hiredis] Support building static
* update baseline
* update baseline
2019-12-23 12:18:50 -08:00
Robert Schumacher
c0d22c88ea
[vcpkg_install_qmake] Add vcpkg_install_qmake ( #9412 )
...
* [vcpkg_install_qmake] Add vcpkg_install_qmake and convert existing ports to use it.
[vcpkg_configure_qmake] Add 'staticlib' to CONFIG in static builds
* [vcpkg_configure_qmake] Don't specify DESTDIR
* [libqglviewer][vcpkg_configure_qmake] Add staticlib CONFIG only for libqglviewer
* [qt5-base] Increment version to track changes in vcpkg_configure_qmake()
2019-12-23 06:10:12 -08:00
AMS21
5e88eec627
[doctest] Update library to 2.3.6 ( #9403 )
2019-12-21 14:05:30 -08:00
Bartosz Rempuszewski
edbc0dee67
Upgrade entt to 3.2.2 ( #9409 )
2019-12-21 14:04:58 -08:00
Alex
ac40b384d3
[ffmpeg] portfile: fix typo Relase->Release ( #9405 )
2019-12-21 14:04:38 -08:00
Robert Schumacher
59b28867dc
[vcpkg-baseline] Fixes for vtk, libarchive, xalan-c, and openvpn3 on Linux ( #9411 )
...
* [libarchive] Fix cpu_set_t missing
* [xalan-c] Fix flakiness in presense of ICU
* [openvpn3] Add missing bits/endian.h include
* [vcpkg-baseline] Mark vtk as no longer failing
2019-12-21 11:34:24 -08:00
dpoliarush
37265f7a45
[vcpkg] Removed unused template function. ( #9287 )
2019-12-20 17:26:40 -08:00
Rémy Tassoux
c916800646
[nano-signal-slot] Update to latest version ( #9376 )
...
* [nano-signal-slot] Update to latest version
I know that official releases should be preferred, but I used the latest commit instead because it fix an issue which was causing compilations error on the latest MSVC version (https://github.com/NoAvailableAlias/nano-signal-slot/issues/26 ).
* [nano-signal-slot] Fix wrong date format
* [nano-signal-slot] Version update
The developer of this library has just added a new release version including the MSVC compilation bug fix.
2019-12-20 17:12:26 -08:00
Tatsuro Shibamura
a732ecda63
[directxtk] Update to dec2019 release ( #9381 )
...
* [directxtk] Update to dec2019 release
* [directxtk] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20 16:21:10 -08:00
Tatsuro Shibamura
b5657848d4
[directxmesh] Update to dec2019 release ( #9384 )
...
* [directxmesh] Update to dec2019 release
* [directxmesh] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20 16:20:50 -08:00
Tatsuro Shibamura
1258ac0a10
[directxtex] Update to dec2019 release ( #9383 )
...
* [directxtex] Update to dec2019 release
* [directxtex] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20 16:20:28 -08:00
Tatsuro Shibamura
024350d0e1
[directxtk12] Update to dec2019 release ( #9382 )
...
* [directxtk12] Update to dec2019 release
* [directxtk12] Replace UWP detection with VCPKG_TARGET_IS_UWP
2019-12-20 16:19:51 -08:00
NancyLi1013
765923bcf6
[libevent] Add thread as default feature ( #9101 )
2019-12-20 12:25:18 -08:00
Lily
0173bf09bd
[nanodbc] Fix link error 2019 ( #9185 )
2019-12-20 12:23:33 -08:00
Alvin
0548f8a50c
[libqglviewer] update to 2.7.2 ( #9186 )
...
* [libqglviewer] update to 2.7.2
* [libqglviewer] Remove patch double quotes
2019-12-20 12:23:09 -08:00
Jack·Boos·Yu
ea6dba0cd9
[tbb] Set fatal build tool requirements for UNIX ( #9188 )
...
* [tbb]Stop building TBB when build tools are not found in UNIX, remove vcpkg_test_cmake.
* [tbb]Re-fix message.
2019-12-20 12:22:42 -08:00
Jack·Boos·Yu
36c04f16de
[ecm] Add usage to fix printing error messages ( #9210 )
2019-12-20 12:21:51 -08:00
Jack·Boos·Yu
d36d68deec
[mongoose] Add feature ssl ( #9209 )
...
* [mongoose] Add feature ssl
* [mongoose] Add -D to MG_ENABLE_SSL
2019-12-20 12:21:25 -08:00
Alexander Neumann
f8cfe6c164
Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES ( #8533 )
...
* Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
to respect already set values
closes #8506
* ws change to trigger full rebuild
2019-12-20 12:20:31 -08:00
Lily
386d5c9509
[geotrans] Add macro LITTLE_ENDIAN ( #9217 )
2019-12-20 12:17:18 -08:00
Owen Rudge
ac0d90f680
[proj4] Update to version 6.2.1; disable exporting symbols for static libraries ( #9227 )
...
* [proj4] Update to version 6.2.1; disable exporting symbols for static libraries
* Remove deprecated function
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2019-12-20 12:16:46 -08:00
Gregor Jasny
19ed64967c
[function2] Add port version 4.0.0 ( #9246 )
2019-12-20 12:15:42 -08:00
Lily
0d5fc4c6ef
[rttr] Add dependency rapidjson ( #9252 )
...
* [rttr] Add dependency rapidjson
* [rttr] Modify ci.baseline.txt
* [rttr] Handle copyright
2019-12-20 12:15:14 -08:00
dan-shaw
66f0eb04a5
[libpq] Fix version mismatch between CONTROL and portfile ( #9253 )
...
* [libpq] Update the CONTROL version, Delete deprecated functions
* [libpq] Update deprecated functions
2019-12-20 12:14:16 -08:00
Lily
63aa19cd40
[xeus] Fix build error with Visual Studio 2019 ( #9254 )
...
* [xeus] Fix build error with Visual Studio 2019
* [xeus] Handle copyright
2019-12-20 12:13:34 -08:00
dan-shaw
5cb3f294d5
Merge pull request #9255 from LaurensVoerman/OpenEXRfix
...
[OpenEXR] add missing underscore for OpenEXR_IEXMATH_LIBRARY_DEBUG NAMES
2019-12-20 12:11:03 -08:00
dan-shaw
35f9e6ea94
Merge pull request #9261 from Neumann-A/remove_duplicated_symbols_libharu
...
[libharu] Remove symbols also exported from tiff (as a default feature)
2019-12-20 12:09:43 -08:00
dan-shaw
660ec1b9a2
[tesseract] Fix feature name and build error ( #9266 )
...
* [tesseract] Fix feature name and build error
* Remove space
* Update text2image patch
* Update -ldl as CMAKE_DL_LIBS
2019-12-20 12:09:10 -08:00
NancyLi1013
50328cf60d
[check] Fix library cannot be found ( #9267 )
2019-12-20 12:08:43 -08:00
Alvin
81b9d5f890
[uwebsockets] update to 0.16.5 ( #9276 )
...
* [uwebsockets] update to 0.16.5
* [uwebsockets] Include directory undo to master branch
2019-12-20 12:05:39 -08:00
Alvin
31c085e118
[usockets] update to 0.3.4 ( #9278 )
2019-12-20 12:05:10 -08:00
eao197
c19dea188d
[restinio] update to 0.6.2 ( #9293 )
...
* RESTinio updated to 0.6.2.
* Remove deprecated stuff.
Homepage tag added to CONTROL file.
2019-12-20 12:02:36 -08:00
Alvin
c77c1cd861
[live555] Fix live555:x86-windows-static build failure ( #9303 )
2019-12-20 12:00:56 -08:00
Adam Jorgensen
14b0cf90e8
[opendnp3] Add new port ( #9313 )
...
* Added port for OpenDNP3 library
* Added usage note
* Handle library linkage setting
* Removed deprecated vcpkg_common_functions include
* Indicated that OpenDNP3 will fail to build on UWP targets
* [opendnp3] Export cmake files and force to build static in Windows
* [opendnp3] Fix include export-cmake name
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2019-12-20 12:00:29 -08:00
almikhayl
fad13cc50c
[libpcap] update portfile for cmake build and bump version to 1.9.1 ( #9329 )
2019-12-20 11:59:02 -08:00
Alvin
52d7109219
[simpleini] Fix build failure on travis CI ( #9330 )
...
* [simpleini] Fix build failure on travis CI
* [simpleini] x64-linux passing, remove from ci.baseline.txt
* [simpleini] x64-osx passing, remove from ci.baseline.txt
2019-12-20 11:57:49 -08:00
Jack·Boos·Yu
7d21ab542d
[botan] Fix unrecognized compile flag MT/MD ( #9335 )
2019-12-20 11:57:17 -08:00
Leonid Pospelov
b630f9b40d
[cpp-httplib] Update library to 0.4.2 ( #9360 )
2019-12-20 11:56:25 -08:00
IronsDu
df4db7117b
[brynet] Update to 1.0.5 ( #9277 )
...
* Update portfile.cmake
update brynet to tag 1.0.5 .(after now, brynet changed to header only)
* Update portfile.cmake
* Update CONTROL
* Update ci.baseline.txt
remove brynet's setting
2019-12-20 11:55:20 -08:00
NancyLi1013
af5f57c248
Update baseline with 'leptonica:arm-uwp=fail' ( #9349 )
2019-12-19 11:48:28 -08:00
NancyLi1013
496f5cd5fa
Update -ldl as CMAKE_DL_LIBS
2019-12-17 22:04:06 -08:00
Griffin Downs
43fa3e60cf
Remove deprecated call to include
2019-12-16 16:15:01 -08:00
Jack·Boos·Yu
e308474b85
Update baseline to skip ogre conflicts ( #9331 )
...
* update baseline
* Replace ogre with ogre-next in baseline results
2019-12-16 10:18:47 -08:00
Laurens Voerman
23104e2aa4
skip ogre-next instead of skipping ogre
2019-12-16 13:32:00 +01:00
Alvin
dafe7f9d9a
[python3] Fix CONTROL Version ( #9173 )
2019-12-13 16:16:31 -08:00
Phoebe
16fdd22565
[vcpkg] Add pull request template ( #9280 )
...
* [vcpkg] Add pull request template
* Update pull_request_template.md
2019-12-11 12:12:08 -08:00
Jack·Boos·Yu
cf7f244bc8
Removed umock-c:64-windows-static result in baseline because it can now build successfully ( #9279 )
2019-12-11 11:56:53 -08:00
Laurens Voerman
266622abe6
skip ogre build for all triplets as it conficts with ogre-next
2019-12-11 10:32:12 +01:00
Griffin Downs
7a14422290
Update pr-review-checklist.md
2019-12-11 01:27:14 -08:00
ewertons
837fcab0ef
[azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations ( #9117 )
...
* [azure-iot-sdk-c] Update macro-utils and umock-c to differentiate master and public-preview installations
* [azure-c-shared-utility]Terminate the build process when building uwp.
2019-12-10 11:11:46 -08:00
Laurens Voerman
73564f46b3
updated CONTROL Version; fix AlembicIlmBase.cmake file error caused by debug lib now being found.
2019-12-10 13:37:31 +01:00
NancyLi1013
32860b3d8e
Update text2image patch
2019-12-09 22:10:03 -08:00
NancyLi1013
ad2b1d316d
Remove space
2019-12-09 21:57:31 -08:00
NancyLi1013
d94d12ca74
[tesseract] Fix feature name and build error
2019-12-09 18:59:35 -08:00
Griffin Downs
beacecf48d
[vcpkg] Initialize PR review checklist ( #9264 )
2019-12-09 17:32:42 -08:00
Alexander Neumann
0b51f928db
symbols only clash in static builds
2019-12-09 21:57:03 +01:00
Alexander Neumann
c6d89090a9
fix duplicated symbols of tiff/libharu
2019-12-09 19:43:07 +01:00
Laurens Voerman
2f73f701d1
[OpenEXR] add missing underscore for OpenEXR_IEXMATH_LIBRARY_DEBUG NAMES
2019-12-09 11:09:48 +01:00
AlvinZhangH
6bed46fa52
[libpq] Update deprecated functions
2019-12-09 17:41:54 +08:00