Commit Graph

476 Commits

Author SHA1 Message Date
Ali Can Demiralp
6dce771695
[anari] Added ANARI port. (#33213)
* Added ANARI port.

* Modifications according to code review.

* Correct the versioning SHA.

* Disabled CTS and Helide. Added glm dependency.

* Correct formatting.

* Updated version SHA.

* Formatting fixes.

* Updated version.

* Correct dependency.

* Update version.

* Attempt enabling Helide.

* Update version.

* Add Python3 dependency.

* Updated version.

* Added pthreads dependency.

* Updated version.

* Attempt using Python3 as a tool to fix CI issues.

* Updated version.

* Revert Python dependency change.

* Updated version.

* Obtain Python3 executable via find_acquire_program.

* Updated version.

* Revert removing python3 dependency. Quote python3 directory.

* Updated version.

* Remove unused option, remove bin directory in static builds.

* Updated version.

* Disable on ARM64 Windows.

* Updated formatting.

* Updated version.

* Disable Android.

* Updated version.

* Re-enable Android.

* Updated version.

* Updates according to code review.

* Updated version.
2023-08-18 11:43:12 -07:00
Larry Osterman
86bdd8f99a
Use correct minimum version for curl in azure-core-cpp (#33205) 2023-08-15 13:01:28 -07:00
Cam Mannett
0bf3a36ef0
[arg-router] Update to v1.4.0 (#33123) 2023-08-14 17:34:40 -07:00
Larry Osterman
10dcaaf0ae
[azure-core-amqp-cpp] Remove constraint on non-existent version (#33176) 2023-08-14 16:05:13 -07:00
Billy O'Neal
94340266a8
[azure-core-cpp] Don't refer to versions of curl that don't exist. (#33109)
There's a "version>=" against a version of curl that does not exist in the version database. This causes customers that use versioning with Azure components to fail to resolve a version; versions need to be in the version database for us to be able to compare them.
2023-08-11 11:49:49 -07:00
Weihang Ding
d36252e12a
[abseil] Bump to 20230802.0 (#33099)
* [abseil] Bump to 20230802.0

* update version database

* apply suggestions

* update version database
2023-08-11 09:45:37 -07:00
Alexander Neumann
3a2694b1d6
[ace] switch to vcpkg-msbuild (#33089)
* [ace] switch to use vcpkg-msbuild

* v db

* missed one line

* v db

* fix copyright installation

* v db

* add supports: !uwp due to _execv

* v db
2023-08-10 11:04:10 -07:00
Alexander Neumann
fb791ab055
[activemq-cpp] switch msbuild (#33090)
* [activemq-cpp] use vcpkg-msbuild

* v db

* Fix paths

* v db
2023-08-10 11:03:43 -07:00
Raul Leclair
a03fa63245
[azure-iot-sdk-c] LTS_08_2023 (#33016)
* LTS 08-2023 Commit

* Changing control version

* Updating control version 2

* Adding versions

* Removing date update

* Removing changes to umock-c

* Removing azure macro utils c

* Changes to port version
2023-08-10 10:21:56 -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
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
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
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
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
Weihang Ding
e58a894a9a
[args] Bump to 6.4.6 (#32950)
* [args] Bump to 6.4.6

* update version database
2023-08-04 06:49:30 -07:00
Kai Pastor
dc141be7ff
[attr] Fix nls (#32907) 2023-08-03 10:31:07 -07:00
Conor Ryan
8b2d844e11
[aws-sdk-cpp] Update AWS SDK for C++ and its dependencies to 1.11.132 (#32884)
* Update aws-sdk-cpp and dependencies to 1.11.132

* Replace patches with new -DAWS_SDK_WARNINGS_ARE_ERRORS

* vcpkg x-add-version --all

---------

Co-authored-by: Conor Ryan <conor.ryan2@ihsmarkit.com>
2023-08-03 10:14:36 -07:00
Weihang Ding
4bc219e623
[avro-cpp] Fix static build (#32854)
* [avro-cpp] Fix windows static build

* update version database
2023-08-02 09:33:01 -07:00
Weihang Ding
17def508f8
[angle] Avoid link to frameworks with absolute path on macOS (#32890)
* [angle] Avoid link to frameworks with absolute path on macOS

* update version database
2023-08-02 09:08:34 -07:00
jimmyhu
3d4c020278
[ade] Update to v0.1.2 (#32873)
* Update ade package to v0.1.2

Update ade package to v0.1.2

* Update vcpkg.json file

Update vcpkg.json file

* Update port-version

Update port-version

* Update version information

Update version information

* Update ade.json file

Update ade.json file
2023-08-02 08:58:46 -07:00
Vitalii Koshura
23f5b55b45
[autodock-vina] Update to 1.2.5 (#32875)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-08-02 08:58:07 -07:00
Alexander Neumann
6ced774037
[vcpkg] update CMake to 3.27.1 (#31931)
* update cmake

* update to rc2

* use nightly build

* update to rc3 drop freebsd due to dead link and update git while i am at it

* fix missing sha

* fix relative path

* update to 3.27 release

* [paho-mqtt] remove usage of OPENSSL_ROOT_DIR

* [directxtex] control optional directx-headers dep

* v db

* IN LIST -> IN_LIST

* v db

* try fixing azure-storage-cpp

* v db

* update to 3.27.1
2023-07-31 13:03:54 -07:00
Weihang Ding
7d677e1fb0
[apache-datasketches] New port (#32786)
* [apache-datasketches] New port

* update version database
2023-07-31 11:47:57 -07:00
Dennis
49efec32ab
asio-grpc: Update to 2.6.0 (#32835) 2023-07-31 11:19:12 -07:00
Daniel Schürmann
8184c5e06c
[abseil] Add patch that fixed the CoreFoundation linkage (#32781) 2023-07-27 09:24:47 -07:00
Theodore Tsirpanis
24d7259d0d
[aws-c-common] Remove the unused openssl dependency. (#32775) 2023-07-26 19:49:52 -07:00
Charles Milette
4160b0c9e5
[amd-adl-sdk] new port (#32206) 2023-07-25 18:12:17 -07:00
Takatoshi Kondo
05f3ed1138
Update async-mqtt version to 1.0.7. (#32748) 2023-07-25 11:27:09 -07:00
Ómar Högni Guðmarsson
57ca276412
[async-mqtt] Add tls feature. (#32551) 2023-07-24 11:44:07 -07:00
glenrgordon
dfc03cbd27
[antlr4] Update to 4.13 (#32625) 2023-07-19 14:18:40 -07:00
Mengna Li
93806d3ca7
update to 12.4.1 (#32609) 2023-07-18 12:27:14 -07:00
Marc
134faa05f7
[atk] set correct license id and use vcpkg_install_copyright() (#32540) 2023-07-17 13:02:56 -07:00
Azure SDK Bot
fd8186918c
[Azure Storage] Update to July Release (#32516) 2023-07-11 23:53:04 -07:00
Regen
a5fff62846
[angle] Fix typo (#32491)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-11 17:35:08 -07:00
jim wang
4d1e0507a3
[angle] Fix gcc13 compilation error (#32499)
* fix uint32_t has not been declared

* update version
2023-07-11 11:20:55 -07:00
Alexander Neumann
d25dff35e1
[asmtk] Fix downstream usage (#32451)
* [asmtk] fix static downstream usage

* v db
2023-07-10 17:15:28 -07:00
Azure SDK Bot
243b4c8604
[azure-*-cpp] Update to July Release for Core and Identity Packages (#32425)
* [azure-identity-cpp] Update to 1.5.1
## 1.5.1 (2023-07-06)

### Bugs Fixed

- [#4723]](https://github.com/Azure/azure-sdk-for-cpp/issues/4723) Accept a wider variety of token responses.

* [azure-core-cpp] Update to 1.10.1
## 1.10.1 (2023-07-06)

### Breaking Changes

- [[#4662]](https://github.com/Azure/azure-sdk-for-cpp/issues/4662) `Azure::Core::Operation<T>::GetRawResponseInternal()` is now deprecated and no longer requires an overload.

### Other Changes

- Empty diagnostic messages will no longer be generated.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.1
## 1.0.0-beta.1 (2023-07-06)

### Features Added

- Initial release

* Dependency search fix

* Dependency link fix

* x-add-version

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2023-07-07 10:14:11 -07:00
myd7349
9c5ff901d2
[ada-url] Update to 2.5.1 (#32413)
* [ada-url] Update to 2.5.1

* [ada-url] Bump version
2023-07-06 10:39:03 -07:00
Takatoshi Kondo
4ee00ae12d
Update async-mqtt version to 1.0.6. (#32326) 2023-07-05 11:39:18 -07:00
jim wang
6807b8de6b
[arrayfire] Fix compilation missing macro variables (#32388)
* fix build

* fix build

* update version

* update version
2023-07-05 11:20:04 -07:00
Takatoshi Kondo
f89c4f1052
Update async-mqtt version to 1.0.5. (#32302) 2023-06-30 17:32:57 -07:00
Johnny Willemsen
5a4b4e4121
[ace] Upgrade to 7.1.1 (#32275)
* [ace] Upgrade to 7.1.1

    * ports/ace/portfile.cmake:
    * ports/ace/vcpkg.json:

* Fixed error

    * ports/ace/vcpkg.json:

* Updated baseline

    * versions/a-/ace.json:
    * versions/baseline.json:
2023-06-29 14:38:45 -07:00
Frank
cfa560b585
[angle] Add missing GL define (#32042)
* [angle] Add missing GL define

* version

* add version

* version
2023-06-28 11:13:26 -07:00
Takatoshi Kondo
aee8671958
Update async-mqtt version to 1.0.4. (#32100) 2023-06-21 17:56:15 -07:00
xiaozhuai, Weihang Ding
a50b802d6b
[angle] Fix static build (#32120)
* [angle] Fix static build

* update version database
2023-06-21 17:46:47 -07:00
Raúl Cumplido
2499eadab8
[arrow] Update to 12.0.1 (#31960)
* [arrow] Update to 12.0.1

* Update versions
2023-06-16 21:00:07 -07:00
Takatoshi Kondo
c65131a115
Update async_mqtt version to 1.0.3. (#32040) 2023-06-16 15:58:06 -07:00
Chuck Walbourn
5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00