Jack·Boos·Yu
74844c7546
[libmysql/libmariadb] Export unofficial cmake targets ( #14290 )
...
* [libmysql/libmariadb] Add vcpkg-cmake-wrapper and usage
* [libmysql] Export target unofficial-libmysql
* [libmariadb] Export target unofficial-libmariadb
* Add conditions
* Remove empty folder
* [libmysql] Enable static build, generate library mysqlclient
* Update ports/libmysql/CONTROL
* [libmysql] Re-write portfile.cmake
* [vcpkg_clean_executables_in_bin] clean up the pdbs
* [libmysql] Fix tools on non-Windows
* [libmysql] Fix tools, fix wrapper
* [libmysql] Add macro libmysql_FOUND
* [vcpkg_clean_executables_in_bin] Revert changes
* [libmysql] Export unofficial-libmysql on both dynamic and static
* Update ports/libmariadb/export-cmake-targets.patch
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-11-10 09:28:45 -08:00
Christian Fersch
19fe942c13
Add support for llvm-objdump to applocal.ps1 ( #11898 )
...
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-09 16:47:21 -08:00
Phoebe
254bd8fe89
[aws-sdk-cpp] Update to 1.8.83 ( #14479 )
2020-11-09 15:27:51 -08:00
Rayan
f9fd4b13ea
[libcuckoo] Update version to v0.3 ( #14462 )
...
* update libcuckoo version to v0.3
* Update ports/libcuckoo/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libcuckoo/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/libcuckoo/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-11-09 15:21:34 -08:00
Long Nguyen
9336ae3df6
[szip, openssl] Fix problems with mingw ( #14460 )
...
* [openssl] Use the unix portfile when building with mingw
* [mingw triplets] Add architecture check exceptions for szip
2020-11-09 15:21:03 -08:00
Lily
4ebf188da4
[sdl2pp] Update to 0.16.1 and fix find_package error ( #13300 )
...
* [sdl2pp] Fix find_package error
* [sdl2pp] Update to version 0.16.1
2020-11-09 14:57:39 -08:00
Jon Spencer
6ba00186b1
[sdl2] apply upstream patch to fix macos vulkan ( #14417 )
2020-11-09 14:52:42 -08:00
socuwn
6b935b7cd3
[opencascade] update debug paths in *Targets-debug.cmake ( #14435 )
...
* [opencascade] replace libd with lib and bind by bin in *Targets-debug.cmake
* updated to port-version 1
2020-11-09 14:50:53 -08:00
Twice
10c38371cb
[protopuf] Add a new port protopuf ( #14446 )
...
* [protopuf] add new port
* [protopuf] fix sha512
* [protopuf] add homepage & fix typo
* [protopuf] format manifest
2020-11-09 14:46:44 -08:00
Seeker
88cf043358
[alembic] update to 1.7.16 ( #14447 )
...
* Update CONTROL
* Update portfile.cmake
* Update portfile.cmake
2020-11-09 14:39:39 -08:00
Odysseas Georgoudis
0642ac4c1f
[quill] update to 1.5.2 ( #14448 )
2020-11-09 14:39:27 -08:00
Seeker
e4a4639047
[bond] update to 9.0.3 ( #14450 )
...
* Update CONTROL
* Update portfile.cmake
2020-11-09 14:38:53 -08:00
Seeker
32df14e1c8
[zstr] update to 1.0.4 ( #14452 )
2020-11-09 14:38:37 -08:00
Seeker
e903145631
[yas] update to 7.0.5 ( #14453 )
2020-11-09 14:38:21 -08:00
Seeker
09936462df
[wepoll] update to 1.5.8 ( #14456 )
2020-11-09 14:37:55 -08:00
evpobr
9889c6e3bc
[mpg123] Upgrade to 1.26.3 ( #14444 )
...
* Update to the newest version
* Convert `CONTROL` to `vcpkg.json`
* Use `vcpkg_install_msbuild()` instead of deprecated
`vcpkg_build_msbuild()`
2020-11-09 14:37:28 -08:00
Johannes Rave
e9caa9b76f
[krabsetw] Update to 4.1.14 ( #14443 )
2020-11-09 14:36:04 -08:00
Michael Hansen
0defb733c7
[string-theory] Update to 3.4 ( #14439 )
2020-11-09 14:35:43 -08:00
Long Nguyen
1b59ca067c
[libffi] mingw support ( #14407 )
2020-11-09 14:34:34 -08:00
NancyLi1013
1b5e00a3e3
[caf] Add usage and vcpkg-cmake-wrapper ( #14292 )
...
* [caf] Add usage and vcpkg_cmake_wrapper
* Update usage
2020-11-09 14:24:18 -08:00
nicole mazzuca
a94f261320
[vcpkg] Initial Registries: Part 2 MVP ( #14153 )
...
* [vcpkg wip] start implementation of registries pt. 2
* Remove the `ports` field of `VcpkgPaths`
This is an implementation detail, and so we want to make sure that
it's obvious that this is an internal detail; thus, we add a new function
`builtin_ports_directory()`,
which returns the directory where the builtin ports backing store is.
* continue WIP
* wip
* It works!
* format
* fix some issues
* switch from function static to DelayedInit
* fix lexically_normal for experimental::filesystem
* format
* fix missing include
* add STL notice
* whee error handling
* moar error handling!
* ignore extra files in registries
* formatting
* Billy CRs
* Update toolsrc/include/vcpkg/versiont.h
* fix add_filename test
* fix tests
* remove unused function add_filename
2020-11-09 11:15:31 -08:00
Alexander Neumann
179bdd1697
[openssl] Add build depends to deprecated openssl ports ( #14457 )
2020-11-07 21:48:19 -08:00
Ryan
0144d0c0d0
[span-lite] update to 0.8.1 ( #14414 )
...
also converts control file
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-07 21:46:23 -08:00
Adam Johnson
9c56f59ed4
[physx] Add support for Linux, macOS, and UWP ( #13849 )
2020-11-07 21:43:59 -08:00
Shimon Doodkin
5a97bb2f57
add dataframe of github hosseinmoein/DataFrame ( #14351 )
2020-11-06 13:36:23 -08:00
Lily
5a95fe218f
[libnice] Fix build error on Linux ( #14248 )
2020-11-06 13:31:54 -08:00
niclar
0e1252388d
[boost] Update to 1.74.0 ( #14089 )
2020-11-06 13:30:37 -08:00
Jack·Boos·Yu
eeeea96d9a
[osg-qt] Fix installation when building static on Windows ( #14422 )
2020-11-06 13:21:53 -08:00
Bill Avery
a4853da4df
[cppgraphqlgen] Update to v3.2.4 ( #14416 )
...
* [cppgraphqlgen] Update to v3.2.4
* Suppress tool install for debug
2020-11-06 13:21:13 -08:00
Phoebe
5b2d824a2e
[vcpkg baseline][rtabmap] Fix dependency issue when build tools ( #14426 )
...
* [vcpkg baseline][rtabmap] Fix dependency issue when build tools
* Format vcpkg.json
* Fix copy tools
2020-11-06 13:20:47 -08:00
bl-ue
d218ca7e6f
[fmt] update to 7.1.2 ( #14413 )
2020-11-06 13:19:33 -08:00
nicole mazzuca
2dce645f2a
[vcpkg] Add a definition for OVERLAY_TRIPLET_ENV ( #14436 )
...
This definition is needed in C++14/gcc 6 to compile.
2020-11-06 13:12:26 -08:00
Antoine Hoarau
7fbbc599ec
[ignition] Updates on various pkgs 🤖 ( #14324 )
2020-11-05 22:52:44 -08:00
Matthias C. M. Troffaes
193e348cf3
[ffmpeg] use OPENSSL_LIBRARIES generated by upstream cmake FindOpenSSL script (fixes linux openssl linking) ( #14388 )
2020-11-05 18:29:55 -08:00
Lily
9d2f4a59b3
[rhash] Update to the latest version ( #13658 )
2020-11-05 18:24:53 -08:00
Michael Heyman
bf7f7a1162
[oatpp] Add new port and vcpkg.json ( #14341 )
2020-11-05 18:21:17 -08:00
Alexander Neumann
5eae413e9c
[vcpkg] copy tools pdb if they exist. ( #14396 )
2020-11-05 18:16:47 -08:00
Lily
f754a36589
[eigen3] Fix include path ( #13739 )
2020-11-05 17:30:40 -08:00
Billy O'Neal
f7b9fc0b3c
[vcpkg, azure-macro-utils-c] Fix SHA and add FILE_DISAMBIGUATOR for vcpkg_from_github ( #14343 )
2020-11-05 17:25:46 -08:00
Lily
68dae46cb6
[sentry-native] Disable warning C5105 ( #14349 )
2020-11-05 13:55:35 -08:00
Phoebe
9032255d41
[magnum] Removing quotes around tools list where vcpkg_copy_tools is involked ( #14383 )
2020-11-05 12:44:30 -08:00
Matthias C. M. Troffaes
34283f5d8a
[xeus] remove openssl static build patch as it is no longer needed ( #14387 )
2020-11-05 12:42:29 -08:00
Phoebe
6a020192af
[rtabmap] Set option dependencies OFF ( #14400 )
2020-11-05 10:08:51 -08:00
Rémy Tassoux
fa5c25a6bd
[imgui] Update to 1.79 ( #14379 )
...
https://github.com/ocornut/imgui/releases/tag/v1.79
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-04 17:06:07 -08:00
NancyLi1013
7de9efa080
[oatpp-curl] Fix curl dependency cannot be found ( #14385 )
2020-11-04 17:03:10 -08:00
Rémy Tassoux
5c60f1edfe
[implot] Update to 0.8 ( #14380 )
2020-11-04 12:12:30 -08:00
Long Huan
00d190a039
[fastcgi]Add new port ( #7824 )
2020-11-03 23:23:25 -08:00
Matthias C. M. Troffaes
c98fa197cc
[ffmpeg] add if guard, fix library ordering on linux, minor clean up ( #14360 )
...
* [ffmpeg] add 'if(NOT FFMPEG_FOUND)' guard to FindFFMPEG script
* [ffmpeg] fix link order on x64-linux (dependencies must come after the library that needs the dependency)
* [ffmpeg] bump port version
2020-11-03 23:15:22 -08:00
Wolfgang Stöggl
78ce9413a8
[tool-meson] Update to 0.56.0 ( #14344 )
2020-11-03 23:14:33 -08:00
Lily
74ae197d7b
[kenlm, pdal] Fix const overload on Visual Studio 2019 version 16.8 ( #14382 )
2020-11-03 23:10:51 -08:00