Commit Graph

15546 Commits

Author SHA1 Message Date
Kai Pastor
28de7389db
[fftw3] Fix build, cleanup (#32999)
* [fftw3] Cleanup

* [fftw3] Revise openmp requirement

* [fftw] Revise and fix build of variants

* [fftw3] Use pristine config installation

* [fftw3] Export all targets

* [fftw3] Drop pointless bench linking patch
2023-08-09 10:25:30 -07:00
Longhanks
1a529a1789
[tcb-span] Update to 2022-06-15 (#33011)
* [tcb-span] Update to 2022-06-15

* Update versions/baseline.json & versions/t-/tcb-span.json
2023-08-09 10:21:40 -07:00
Ildar Khayrutdinov
d29610edec
[libosmium] update to 2.19.0 (#33038)
* update libosmium to 2.19.0

* Update ports/libosmium/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* update libosmium.json

* cleanup

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-08-09 10:12:51 -07:00
Azure SDK Bot
3c25df3602
[azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.1 (#33051)
## 1.0.0-beta.1 (2023-08-08)

### Features Added

- Initial release.
- Supported scenarios: Sending events and receiving events.
See [README.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/eventhubs/azure-messaging-eventhubs/README.md) for more information on how to use the EventHubs client.
2023-08-09 10:10:34 -07:00
Azure SDK Bot
69ec3a27a4
[azure-storage-files-shares-cpp] Update to 12.6.1 (#33058)
## 12.6.1 (2023-08-08)

### Bugs Fixed

- Fixed a bug where `ShareDirectoryClient::ListFilesAndDirectories` only returns the first page without ContinuationToken, even if there are more pages.
2023-08-09 10:08:38 -07:00
Billy O'Neal
a94dafabca
[opencv4] Update to 4.8.0. (#33048)
* [opencv4] Update to 4.8.0.

* Fix downloads and also bump the metaport.

* Apply arm64-windows build fix from upstream.
2023-08-09 10:05:27 -07:00
MonicaLiu
247662ef30
[libusb] Use /Z7 to embed the PDB into the executable (#33010) 2023-08-08 11:40:51 -07:00
Ilya Lavrenov
2ad5618a7a
[openvino] fixed build with standalone crashpad and onednn (#32773) 2023-08-08 11:40:28 -07:00
RobbertProost
90e7eab1a9
[ignition-cmake2] fix pkgconfig usage for finding OGRE (#32987) 2023-08-08 11:34:06 -07:00
Mengna Li
0e20c30315
Add pkgconfig file (#33031) 2023-08-08 11:32:45 -07:00
jim wang
8f1c30f38f
[implot] Fix download hash (#33020) 2023-08-08 11:31:44 -07:00
Kai Pastor
3a30230788
[libwebp] Fix SIMD patch quirks (#32985) 2023-08-08 11:28:38 -07:00
RobbertProost
ad58514d64
[ignition-math6] Bump to version 6.14.0 (#32986) 2023-08-08 11:23:09 -07:00
Osyotr
c6928dfb9e
[python3] Update to 3.11.4 (#31727)
* [python3] Update to 3.11.3

* Force set PythonForBuild on windows

* Set LD_LIBRARY_PATH on unix

* Always use vcpkg_find_acquire_program(PYTHON3) on windows

* Remove LD_LIBRARY_PATH shenanigans

* [vtk] Parse python version from include folder

* Fix static builds on windows

* Pass --with-build-python on unix

* [omniorb] Fix python version in patch

* Resurrect rpath patch

* [python3] fix usage

* [gobject-introspection] don't hardcode python version

* Update vcpkg_find_aquire_program(PYTHON3)
This is also required for gobject-introspection

* [paraview] don't hardcode python version

* [vtk-dicom] don't hardcode python version

* Update python in vcpkgTools.xml

* Fix host arch detection in vcpkg_find_acquire_program(PYTHON3)

* [libpq] Don't hardcode python version

* [shiva] Don't pass python variables

* [vcpkg-get-python-packages] Delete unused file, update hardcoded python version

* [python3] update to 3.11.4

* [omniorb] Use PREPEND in vcpkg_add_to_path
So that python from vcpkg is picked before system python

* libpq quickfix

* re-fix libpq

* fix vcpkg-get-python-packages

* Make windows 7 patch compatible with unix builds

* Copy pyd files to bin
Also fixes copying files that do not belong to current build tree

* Fix static builds

* Speculatively fix osx regression

* Fix omniorb on unix

* [gobject-introspection] fix windows builds

* [vtk] Update vendored copy of mpi4py for python 3.11 support

* [mdl-sdk] Fix python

* [gobject-introspection] fix the fix of a fix...

* Update versions

* Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3)

---------

Co-authored-by: root <root@DESKTOP-UIPL9V8>
2023-08-07 13:19:53 -07:00
autoantwort
6da00e1160
[cpprestsdk] use platform expressions in default-features (#32998)
* [cpprestsdk] use platform expressions in default-features

* [microsoft-signalr] use platform expressions in default-features

* [signalrclient] fix dependencies
2023-08-07 13:18:46 -07:00
Alexander Neumann
a109b7ccb2
[salome-medcoupling] Add new port (#32916)
* [salome-configuration|medcoupling] new ports

* format manifest

* v db

* remove trace

* v db

* fix dep

* v db

* Apply suggestions from code review

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* v db

* adjust SALOME_WITH_MPI depending on HDF5

* remove nuking of CMAKE_PREFIX_PATH from salome

* v db

* fix post build

* v db

* Fix med-fichier config on linux

* add supports

* format manifest

* v db

* don't want to investigate linux failure further

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-08-07 09:59:40 -07:00
omartijn
ec183f8ab6
Add support for rtti in glslang port (#32541)
Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-08-07 09:59:24 -07:00
gotnone
af5230dab1
[tuplet] New port (#33005) (#33006)
* [tuplet] New port

* update version database

Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
2023-08-07 09:55:47 -07:00
Kai Pastor
9a2fae790b
[libraw] Fix exported include dir (#32994) 2023-08-07 09:20:06 -07:00
qbojj
48d0be929c
[vulkan-hpp] deprecate vulkan-hpp (#32975)
* deprecate vulkan-hpp

* [vulkan-hpp] change version ot 'deprecated'
2023-08-07 09:19:46 -07:00
Kai Pastor
b2e069bb3e
[openssl] Fix win64 perlasm scheme (#32957)
* [openssl] Fix win64 perlasm scheme

* CI
2023-08-07 09:15:49 -07:00
Ridwan Abdul Hafidh
56a44f3181
[gperf] Fix error in cpp17 mode (#32980)
* fix gperf in cpp17 mode

* update version

* update version #2

* remove unused header patch file

* update version 3

---------

Co-authored-by: rdh <ridwanabdulhafidh@gmail.com>
2023-08-07 09:11:58 -07:00
Kai Pastor
3ee6678f87
[imgui-sfml] Fix build and exported config (#32982)
* [imgui-sfml] Restore linking keyword

* Merge patches

* Move config to lower-case dir

* Add find_dependency

* Update versions

* Trim patch
2023-08-07 09:11:10 -07:00
Kai Pastor
2973016c49
[gmp] Avoid libm for x86 msvc host (#32984) 2023-08-07 09:10:14 -07:00
Osyotr
df7782523e
[c-ares] Update to 1.19.1 (#32993) 2023-08-07 09:09:36 -07:00
RobbertProost
774a8776e6
[ignition-utils1] bump version to 1.5.1 (#32989) 2023-08-07 09:09:07 -07:00
myd7349
9141c3b500
[ada-url] Update to 2.6.0 (#32815)
* [ada-url] Update to 2.6.0

* [ada-url] Update baseline version
2023-08-07 09:07:58 -07:00
Weihang Ding
a67ca6b1ea
[libphonenumber] Bump to 8.13.17 & fix linux and macOS build (#32899)
* [libphonenumber] Bump to 8.13.17 & fix linux and macOS build

* update version database

* fix windows icui18n lib name

* update version database

* fix patches

* update version database

* fix ci.baseline.txt
2023-08-07 09:07:45 -07:00
Frank
0ae3ed5f1c
[openimageio] Update version to 2.4.13 (#32920)
* [openimageio] Update version to 2.4.13

* version
2023-08-07 09:06:21 -07:00
Weihang Ding
fcd7a06ecc
[cpp-httplib] Bump to 0.13.3 (#32949)
* [cpp-httplib] Bump to 0.13.3

* update version database
2023-08-07 09:05:51 -07:00
Weihang Ding
42ffe30d32
[xsimd] Bump to 11.1.0 (#32956)
* [xsimd] Bump to 11.1.0

* update version database
2023-08-07 09:04:53 -07:00
Azure SDK Bot
754105a652
[azure-core-cpp] Update to 1.10.2 (#32971)
## 1.10.2 (2023-08-04)

### Bugs Fixed

- [[#4792]](https://github.com/Azure/azure-sdk-for-cpp/issues/4792) Only support CURL's root cert validation when CURL version is >= 7.77.0.
2023-08-07 09:04:19 -07:00
Azure SDK Bot
ce064b34ad
[azure-core-amqp-cpp] Update to 1.0.0-beta.2 (#32973)
## 1.0.0-beta.2 (2023-08-04)

### Features Added

- Added `Azure::Core::Amqp::Models::AmqpBinaryData::operator=(std::vector<std::uint8_t> const&)`.
- Added `Azure::Core::Amqp::Models::AmqpMessage::MessageFormat`.
- Collection types (`AmqpArray`, `AmqpMap`, `AmqpList`, `AmqpBinaryData`, `AmqpSymbol` and `AmqpComposite`):
  - Added explicit cast operator to underlying collection type.
  - Added `find()`.
- Rationalized the return code for AMQP MessageSender and MessageReceiver and Management APIs to use AmqpError for error codes.
- Added additional AMQP Error values.

### Breaking Changes

- Renamed `Azure::Core::Amqp::Models::AmqpMessageFormatValue` to `AmqpDefaultMessageFormatValue`.
- Changed the return values for the MessageSender, MessageReceiver and Management APIs.
2023-08-07 09:03:37 -07:00
RobbertProost
9dd0710e4e
[ignition-plugin1] bump version to 1.4.0 (#32988) 2023-08-07 09:03:03 -07:00
Chris W
ddf8878f9a
[gperftools] Update version to 2.10 (#32974)
* [gperftools] Update version to 2.10

* [gperftools] Update version database
2023-08-07 09:02:52 -07:00
Kai Pastor
d87270b739
[azure-iot-sdk-c] Update and fix (#32997)
* [azure-iot-sdk-c] Remove obsolete patch

* [azure-iot-sdk-c] Update to LTS_01_2023_Ref02

* [azure-iot-sdk-c] Fix linking to parson
2023-08-07 08:55:37 -07:00
JonLiu1993
c0efcd2984
[simd] update to 5.3.128 (#33009)
* [simd] update to 5.3.128

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-07 08:55:02 -07:00
endingly
2969ad361d
[fins] add libfins (#32795)
* add libfins

* fix version sha value

* add keyword `supports`

* fix version error

* fix version data

* add namespae for target

* modify version date

* modify platform. remove arm and add android

* modify version data.

* remove and delete patch "add_cmake_support"

* modify version data

* 1. modify lib version
2. do not need and remove "add_cmake_support.patch"

* modify fins port version infomation
2023-08-04 07:16:04 -07:00
Weihang Ding
64d69a75df
[szip] Fix build on android (#32914)
* [szip] Fix build on android

* update version database

* fix ci baseline

* fix ci.baseline.txt
2023-08-04 07:00:16 -07:00
Darren Bolduc
3e7978bd02
[google-cloud-cpp] fix opentelemetry feature (#32936) 2023-08-04 06:58:38 -07:00
Frank
becc2e4210
[sfml] Fix specify c++ library on macOS (#32944)
* [sfml] Fix specify c++ library on macOS

* update version

* format

* version
2023-08-04 06:57:21 -07:00
jimmyhu
b4d4529356
[bitsery] Update to v5.2.3 (#32898)
* Update bitsery to v5.2.3

Update bitsery to v5.2.3

* Update bitsery.json file

Update bitsery.json file

* Update ports/bitsery/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update bitsery.json file

Update bitsery.json file

* update hash

* version

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: Frank xie (Beyondsoft Corporation) <v-frankxie@microsoft.com>
Co-authored-by: Frank <1433351828@qq.com>
2023-08-04 06:55:27 -07:00
JonLiu1993
ab5927a4f8
[openssl] update to 3.1.2 (#32919)
* [openssl] update to 3.1.2

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-08-04 06:55:10 -07:00
Ilya Lavrenov
b1b122fa1a
[tbb] update to 2021.10.0 (#32924)
* tbb: 2021.10.0

* updated version database
2023-08-04 06:54:51 -07:00
Weihang Ding
2ab975eee9
[nanobench] Bump to 4.3.11 (#32925)
* [nanobench] Bump to 4.3.11

* update version database
2023-08-04 06:54:38 -07:00
Weihang Ding
a19f192c53
[yoga] Bump to 2.0.0 (#32927)
* [yoga] Bump to 2.0.0

* update version database
2023-08-04 06:53:58 -07:00
Weihang Ding
0adba49f83
[vulkan-headers] Bump to 1.3.260 (#32929)
* [vulkan-headers] Bump to 1.3.260

* update version database
2023-08-04 06:53:44 -07:00
Weihang Ding
99b6acf20c
[cairomm] Bump to 1.17.1 (#32930)
* [cairomm] Bump to 1.17.1

* update version database
2023-08-04 06:51:53 -07:00
Takatoshi Kondo
fb29550fc5
Update async-mqtt port to 1.0.9 (#32931)
* Update async-mqtt port to 1.0.8.

* Update async-mqtt port version to 1.0.9.
2023-08-04 06:51:21 -07:00
rinechran
bd67c9cc24
[Thorvg] Update Thorvg port to v0.10.0 (#32934)
* update : thorvg version update

* update : baseline

* feat : not supoort windows

* update : thovg.json

* fix : supports

* update : port version up

* update : not support windows

* update : base line

* feat : update windows support

* update : x-add-version
2023-08-04 06:51:05 -07:00