Commit Graph

16717 Commits

Author SHA1 Message Date
Alexander Neumann
9430b3c760
[freeimage] remove usage of auto_ptr (#26007)
* freeimage remove auto_ptr

* v db
2022-07-28 15:45:36 -07:00
Alexander Neumann
f7b4df27ad
[lcms] fix register usage for cpp >= 17 (#26008)
* lcms fix register usage in cpp code

* v db
2022-07-28 15:42:12 -07:00
Alexander Neumann
d3f74469ee
[libxslt] fix export statements for clang-cl (#26003)
* fix libxslt export statement to include extern for clang-cl

* v db
2022-07-28 15:21:33 -07:00
Thomas1664
768932ab5b
[libflac] Disable man pages (#26016)
* [libflac] Remove documentation

* version

* [libflac] Disable man pages

* version

* man already removed

* version
2022-07-28 15:19:48 -07:00
Alexander Neumann
cf2e61b0f7
[libwebp] update to 1.2.3 (#25959)
* libwebp update to 1.2.3

* v db

* fix missing libwebp target

* v db

* add find_dependency(Threads)

* v db

* include the macro

* v db

* Add license

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-07-28 15:16:30 -07:00
Alexander Neumann
6691c1a042
[apr] unglue version string (#26005)
* apr unglue version string

* v db
2022-07-28 14:54:27 -07:00
Kai Pastor
fb5d36bcad
[winsock2,usocket] Fix mingw build (#25079)
* winsocks2 is empty package on mingw

* Fix usocket build on mingw

* Update versions

* Add license fields

* Update versions

* Update versions
2022-07-28 12:21:06 -07:00
Kai Pastor
e20e1c7908
[arrow] Update to 8.0.1, fix usage (#25983)
* Use expressive patch name

* Fix BROTLI_INCLUDE_DIR import

* glog is unused (off by default)

* Cleanup portfile, fix 'arrow[core]'

* Add CI test port

* Update to 8.0.1 [skip actions]

* Declare dependency source for substituted packages

* Trim obsolete patch chunks

* Fix static link libs export

* Use substituted targets directly, for proper export

* Fix snappy lib export to pc file

* Update versions

* Add license for test port

* Add =pass entries for the new "vcpkg-ci-Xxx" port.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-27 12:39:30 -07:00
Matthias Kuhn
dd73b021dc
[libspatialite] mingw support (#25881) 2022-07-27 12:39:11 -07:00
Kai Pastor
e59f7400c3
[wxwidgets] Update to 3.2 (#25943)
* Update wxwidgets to 3.2.0

* Update portfile

* Update wrapper for win32

* [cmake-user] Test wxwidgets on mingw

* Fixup cmake config

* Updated nanosvg patch

* Handle search path for gtk3 link libs

* Update versions

* Remove obsolete option

* Cleanup pkg-config setup

* Update versions

Co-authored-by: Tal Regev <tal.regev@gmail.com>
2022-07-27 11:51:32 -07:00
autoantwort
12a005017b
[dcmtk] no absolute paths (#25964) 2022-07-27 11:41:12 -07:00
Charles Karney
6905d914b7
[Geographiclib] Update to 2.1.1 (#25982)
* update for GeographicLib 2.1.1

* [geographiclib] Update to version 2.1.1
2022-07-27 11:38:22 -07:00
Cheney Wang
5b8640fab1
[libzip] Update to 1.9.2 (#25999)
* [libzip] Update to 1.9.2

* Update
2022-07-27 11:21:32 -07:00
Craig Edwards
0257395b0f
[DPP] Add new port (#25949)
* vcpkg dpp port built from our CI

* fix missing dependency

* update

* Update Sun Jul 24 11:26:12 UTC 2022

* exclude uwp for dpp

* Update Sun Jul 24 13:21:45 UTC 2022

* fix supports

* fix supports

* Update Sun Jul 24 14:14:29 UTC 2022

* Update Sun Jul 24 15:36:39 UTC 2022

* Update Mon Jul 25 12:04:56 UTC 2022

* * Add https:// to the homepage so that it is a valid URI.

* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-26 15:04:32 -07:00
Thomas1664
a2df2f95f4
[vamp-sdk] Remove duplicated dependence on vcpkg-cmake (#25981)
* [vamp-sdk] Fix duplicate dependence on vcpkg-cmake

* version
2022-07-26 10:32:56 -07:00
Thomas1664
a365d44152
[freetype] Fix license (#25980)
* [freetype] Fix license

* version
2022-07-26 10:32:09 -07:00
Thomas1664
34d2f421b6
[brotli] Remove debug tools (#25976)
* [brotli] Remove debug tools

* version
2022-07-26 10:29:21 -07:00
Mengna Li
d851aa754c
update to 2.68.1 (#25987) 2022-07-26 10:23:47 -07:00
Alexander Neumann
10d105c8c4
[openssl] Enable builds with clang-cl (#25869)
* allow clang-cl builds

* v db

* should always wait for the debug build to finishe .....

* v db

* fix static builds not having pdbs

* v db

* Add a variable and comment to describe why we are removing PDB copy rules.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-26 10:12:23 -07:00
autoantwort
2343dc8bed
[ci.baseline.txt] add some entries for arm64-osx (#25942) 2022-07-26 10:04:13 -07:00
Billy O'Neal
b010f27895
Fix vcpkg.jsons that don't conform with our schema (#25939)
* Fix vcpkg.jsons that don't conform with our schema

iniparser's homepage is not a valid URI. ndevilla.free.fr/iniparser says that the homepage has moved to github, so just replaced it with that. Note that portfile.cmake already uses vcpkg_from_github.

nifticlib was referring to a github organization and used vcpkg_from_github in its homepage.

thor was missing a scheme. Using https gave an invalid certificate but http redirected to the site I put here.

* Add licenses.
2022-07-25 16:41:00 -07:00
Kai Pastor
4be7ab52e8
[sdl2pp] Fix exported pc file, cleanup (#25968)
* Fix exported pc file

* Fix sdl2 import

* Move Find module to 'share/${PORT}'

* Fix usage instructions

* Trim dependencies patch

* Update versions
2022-07-25 16:37:32 -07:00
autoantwort
edd9fb3504
[qtbase] no absolute paths (#25965) 2022-07-25 14:59:41 -07:00
Alexander Neumann
0bceafcf54
[freexl] use make on all platforms (#25963)
* [freexl] always use make

* v db

* add missing space

* v db
2022-07-25 14:58:50 -07:00
Alexander Neumann
4335dc2edf
[pugixml] fix dllexport for clang-cl (#25962)
* pugixml fix export macros for !cl

* v db
2022-07-25 14:58:07 -07:00
Jack·Boos·Yu
38884e02f5
[triton] Fix build, add feature boost (#25924)
* [triton] Fix build, add feature boost

* version
2022-07-25 14:55:37 -07:00
Yuriy O'Donnell
09d4f8ec9c
[blake3] Add assembly implementations (#25921)
* [blake3] Extend build script to support assembly implementations

* [blake3] Add AVX512 assembly implementation
2022-07-25 14:54:59 -07:00
Matthias Kuhn
4b03e5c3d5
[libspatialindex] mingw support (#25882) 2022-07-25 14:40:29 -07:00
Alexander Neumann
4ad8fc2a83
[Minizip] enable clang-cl builds (#25960)
* minizip enable clang-cl builds

* v db

* update scripts in port

* v db
2022-07-25 14:39:36 -07:00
Alexander Neumann
6b67ad7e48
[crashpad] use vcpkg_cmake_get_vars (#25864)
* [crashpad] use vcpkg_cmake_get_vars

* v db

* disable uwp for crashpad.

* v db
2022-07-25 14:00:13 -07:00
Augustin Popa
f7da57f9e1
[docs] Fixed typos and updated out-of-date information in the FAQ (#25400)
* Fixed typos and updated out-of-date information in the FAQ

* Further minor updates to faq.md based on feedback

* Fixed minor typo in faq.md
2022-07-25 13:45:37 -07:00
Alexander Neumann
d052cd6113
[vcpkg script] Normalize PATH so that insertion of msys paths always works (#25848)
* Normalize PATH so that insertion of msys paths always works

This is required if the PATH variable has been modified and doesn't follow the normal windows style

* make it better

* switch path manipulations. vcpkg wrapper dir needs to come first.
2022-07-25 13:26:12 -07:00
Chuck Walbourn
cad7402638
[directx-dxc, directxtk12] update port for July 2022 release and native ARM64 support (#25827)
* [directx-dxc] update port for July 2022 release and native ARM64 support

* Update baseline

* Update directxtk12 port for hotfix

* Update baseline

* Update directx-dxc.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2022-07-25 12:52:00 -07:00
Kai Pastor
49868fd552
[vcpkg-cmake] Update parallel vcpkg_cmake_configure (#21507)
* Revise generator selection

If the host is x86, assume that msbuild is requested for windows.
If msbuild is requested and suitable, use it.
Else if a particular generator is requested, use it.
Else if ninja is available, use it.
Else on non-windows host, use "Unix Makefiles".

* Revise ninja_host detection

* Revise parallel configure detection

* Consolidate ninja path setup

* Update documentation

* Use portable chdir

* [ms-gltf] Use new generator selection

* Update versions
2022-07-25 12:23:04 -07:00
Alexander Neumann
1aa8ac7a05
[fftw3] fix bigobj compiler option (#25972)
* fix bigobj in fftw3

* v db
2022-07-25 12:19:03 -07:00
Mengna Li
a6c5c0140d
[daw-json-link] update to v3.0.4 (#25966)
* fix missing include

* update

* update to v3.0.4

* update to v3.0.4
2022-07-25 12:14:29 -07:00
Lily Wang
8d9d56652f
[libhv] update to 1.2.6 (#25971)
* [libhv] update to 1.2.6

* update portfile.cmake

* x-add-version
2022-07-25 12:12:59 -07:00
Kai Pastor
d73287bbc1
[fluidsynth] Update to 2.2.8, improvements (#25951)
* Update to 2.2.8

* Fix generated pc file

* Repair 'sndfile' feature control

* Reintegrate gentables into main build

* Update versions
2022-07-25 12:10:23 -07:00
Alexander Neumann
4b5b820053
[harfbuzz] update to 5.0.1 (#25961)
* [harfbuzz] update to 5.0.1

* v db
2022-07-25 11:45:46 -07:00
Laurent Rineau
6def72be5a
[cgal] update to 5.5 (#25956)
* [cgal] upgrade to 5.5

* vcpkg x-add-version --all
2022-07-25 11:42:34 -07:00
Dennis
8d5dae7131
asio-grpc: Update to 2.0.0 (#25952) 2022-07-25 11:42:00 -07:00
Jonathan Sweemer
6a501349b7
[quantlib] update to v1.27 (#25932) 2022-07-25 11:23:19 -07:00
Thomas1664
f93ba152d5
[nrf-ble-driver] Remove possible conflicting files (#25900)
* Fix possible conflicting license file

* version

* update license

* format

* version

* UWP can't handle drivers

* version
2022-07-22 14:39:50 -07:00
Cheney Wang
a84a8437c9
[libmysql] Add target include directories (#25886)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-22 14:38:57 -07:00
Carlos O'Ryan
31211e0bce
[google-cloud-cpp] update to latest release (v2.0.1) (#25898)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 14:38:14 -07:00
Felix Richter
0a253d9d7a
[rbdl-orb] Merging rbdl and rbdl-orb ports (#25695)
* merge port rbdl-orb and rbdl

* vcpkg x-add-version rbdl

* readded rbdl-orb port and empty it reffering to rbdl

* vcpkg x-add-version --all
2022-07-22 14:35:15 -07:00
Alexander Neumann
f85bc5ebab
[protobuf] (3.)21.3 (#25909)
* [protobuf] update to 21.3

* v db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 13:55:45 -07:00
João Soares
00323023d2
[opentelemetry-cpp] update version to 1.4.1 (#25873)
* [opentelemetry-cpp] update opentelemetry-cpp to v1.4.1

* enable logs and metrics preview

* update versions database

* update azure-core-tracing-opentelemetry-cpp to use opentelemetry-cpp 1.4.1

* azure-core-tracing-opentelemetry-cpp: remove hard depdency on opentelemetry version instead of using 1.4.1

* Nitpick on using identical patch file.

Co-authored-by: João Soares <joao.soares@xpi.com.br>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-07-22 13:52:15 -07:00
Eric Kilmer
e8bbe81315
[mbedtls] Update to v2.28.1 (#25894)
* [mbedtls] Update to v2.28.1

Latest release of LTS version 2.28

* Update version
2022-07-22 11:08:04 -07:00
JonLiu1993
ee51cc2346
[DCMTK] update to 3.6.7 (#25887)
* [DCMTK] update to 3.6.7

* update version

* Add license

* update version
2022-07-22 11:07:51 -07:00