Bradley Austin Davis
1f88f2098b
[basisu] update from upstream repository, add support for pvrtc2 ( #9425 )
...
* [basisu] update from upstream repository, add support for pvrtc2
* [basisu] tweaks to portfile
2020-01-06 11:53:55 -08:00
Jack·Boos·Yu
5d251aaf54
[sdl2pp] Fix find dependencies ( #9428 )
...
* [sdl2pp] Fix find dependencies
* [sdl2pp] Re-fix dependencies
2020-01-06 11:48:42 -08:00
NancyLi1013
020923a98d
[parallelstl] Update to latest version and fix find_package unable to find ParallelSTLConfig.cmake ( #9443 )
...
* [parallelstl] Fix find_package unable to find ParallelSTLConfig.cmake
* Add stdlib headers
2020-01-06 11:19:13 -08:00
ZeeWanderer
773e835687
[blend2d] Port update beta_2019-12-27 ( #9448 )
...
- Blend2D updated to beta_2019-12-27
- local Asmjit updated to 2019-12-27
2020-01-06 11:17:13 -08:00
Leonid Pospelov
ab9a30c329
[cpp-httplib] Update library to 0.5.1 ( #9480 )
...
[cpp-httplib] Update library to 0.5.1
2020-01-06 11:15:34 -08:00
Leonid Pospelov
bff594f7ff
[simdjson] Update library ( #9484 )
2020-01-06 11:14:52 -08:00
winsoft666
96bfe1b594
[akali] Add new port ( #9499 )
...
* Add: set(VCPKG_PLATFORM_TOOLSET v140)
* add ppxbase and ppxnet.
* nice, ppxbase and ppxnet can install successful.
* update to v1.7
* + add duilib2
- update ppxbase, ppxnet.
* set VCPKG_PLATFORM_TOOLSET to vc141.
duilib2/ppxbase/ppxnet port.
* library version.
* duilib2, ppxbase version.
* duilib2 version
* update duilib2/ppxbase version.
* update duilib2 code version.
* update ppxbase version.
update duilib2 version.
* update ppxbase/duilib2 cmake config.
* duilib2 version.
* ppxbase version.
* + add akali library.
* update ports script.
* ports update.
* add akali
* remove duilib2/ppxnet
* revert
* update akali version.
* update akali version.
* Update portfile.cmake
* Update portfile.cmake
2020-01-06 11:13:17 -08:00
Daniil Goncharov
df48026300
[magic-enum] Update to v0.6.4 ( #9502 )
2020-01-06 11:11:40 -08:00
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-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