Commit Graph

245 Commits

Author SHA1 Message Date
Kai Pastor
e158d10763
Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
gastineau
7c638ca22b
[imcce-openfa] initial port 20231011.0.3 (#39029)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [ ] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [X] The versioning scheme in `vcpkg.json` matches what upstream says.
- [X] The license declaration in `vcpkg.json` matches what upstream
says.
- [X] The installed as the "copyright" file matches what upstream says.
- [ ] The source code of the component installed comes from an
authoritative source.
- [ ] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is in the new port's versions file.
- [X] Only one version is added to each modified port's versions file.
2024-06-06 00:53:08 -07:00
Rémy Tassoux
b108771d0a
[imgui] Update to 1.90.7 (#39017)
Update imgui port from 1.90.6 to 1.90.7:
https://github.com/ocornut/imgui/releases/tag/v1.90.7

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-30 10:25:32 -07:00
Rémy Tassoux
935b5c81c2
[imgui] Add test-engine feature (#38758)
Add test-engine feature to the imgui port:
https://github.com/ocornut/imgui_test_engine

I made it a feature because they both depend on each other to build,
that's why it is a feature instead of a new port.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-29 01:40:48 -07:00
MonicaLiu
f8d65dccc0
[icu] Add reminder to install autoconf-archive (#38019)
Fixes #38005.
By user request, add a reminder to install `autoconf-archive` on
non-windows machines.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~SHA512s are updated for each updated download.~
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ·Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-05-17 14:31:11 -07:00
MonicaLiu
66bef96adb
[imgui/vsgimgui] Update imgui to 1.90.6 and vsgimgui to 0.3.0 (#38669)
Fixes #38662, update `imgui` to 1.90.6, update `vsgimgui` to 0.3.0.

imgui
-
Except `osx-binding, metal-binding, android-binding`, other features are
tested successfully in the following triplet:
```
x64-windows
x64-windows-static
```

Except `osx-binding,metal-binding,android-binding,dx12-binding`, other
features are tested successfully in the following triplet:
```
x86-windows
```

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-05-13 12:53:17 -07:00
Szabolcs Horvát
432045cd00
[igraph] update to 0.10.12 (#38598)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-07 14:41:05 -07:00
Thomas1664
3a882b3efc
[many ports] Don't depend on default features of tiff (#38049)
This removes the transitive dependency of liblzma via tiff

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-05-01 19:40:19 -07:00
Silvio Traversaro
98b3ebd743
[idyntree] Update to 12.1.0 (#37969) 2024-04-04 10:58:54 -07:00
Szabolcs Horvát
479ad542f3
[igraph] update to 0.10.11 (#37926) 2024-04-02 19:13:08 -07:00
John Farrier
06cc58c7ee
[iowa-hills-dsp] Add new port (#37381) 2024-04-01 16:20:11 -07:00
Mikhail
6c296b954c
[imageinfo] Bump to 2024-02-21 (#37833) 2024-03-29 17:29:39 -07:00
WangWeiLin-MV
233b40a85b
[ixwebsocket] Update to 11.4.5 (#37614) 2024-03-22 17:05:19 -07:00
Alon Regev
7008c6abcb
[icu] Bump ICU Version to 74.2 (#37488) 2024-03-18 14:36:20 -07:00
Jia Yue Hua
44cfabe4df
[iceoryx] update to 2.0.5 (#37094)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-05 01:44:16 -08:00
Jia Yue Hua
64c096f2a3
[imath] update to 3.1.11 (#37107)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-05 01:43:55 -08:00
Jia Yue Hua
4d184cfdc7
[influxdb-cxx] update to 0.7.2 (#37108)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-05 00:22:44 -08:00
Jia Yue Hua
3fd8837b98
[inih] update to 58 (#37109)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-05 00:21:59 -08:00
RobbertProost
4b7e0521fc
[ignition-cmake2] bump version to v2.17.1 (#36794)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Bump version to v2.17.1
2024-02-16 15:27:36 -08:00
Silvio Traversaro
a6ba880032
[idyntree] Update to 10.3.0 (#36759)
* [idyntree] Update to 10.3.0

* [idyntree] Update versions
2024-02-14 15:05:49 -08:00
Szabolcs Horvát
712b973ec2
[igraph] update to 0.10.10 (#36728)
* [igraph] update to 0.10.10

* [igraph] x-add-version
2024-02-13 13:05:45 -08:00
miyanyan
4da290ba87
[imgui] update to 1.90.2 (#36699)
* [imgui] update to 1.90.2

* [imgui] update versions

* [imgui-node-editor] compatible with imgui

* [imgui-node-editor] update versions
2024-02-12 14:31:33 -08:00
Szabolcs Horvát
9afb8eb82d
[igraph] update to 0.10.9 (#36533)
* [igraph] update to 0.10.9

* [igraph] x-add-version
2024-02-05 11:41:23 -08:00
Frank
b550b0be30
[imgui] fix find Allegro (#36486)
* [imgui] fix find Allegro

* version
2024-02-01 12:19:15 -08:00
Kai Pastor
b2f8426094
[vcpkg_configure_make] Misc fixes (#31228)
* Fix lib suffix matching

* Preserve flags when transforming standard libs

* Use separate_arguments

* Fix transform

* [vcpkg_configure_make] Fix SKIP_CONFIGURE

* Update linker flags

* Update linker flags

* Fix regex substitution

* Restore full CI

* Reuse configure's linker flags setup

* Handle ldflags separately from linker flags

* Factor out common definitions

* Control docdir and mandir for debug

* Use vcpkg_list APPEND

* Don't pass -avoid-version into configure

* Restore lost escaping

* Copy --target from LDFLAGS to CC/CXX

* Consolidate macros into one function

* Elaborate ABI flags

* Elaborate flag processing

* Update warnings for embedded space

* Update windows tool path fixup

* [libudns] No cross builds

* [vcpkg_find_acquire_program] Add VSCLANG

Find VS's clang without fallback to the giant LLVM download.

* [gmp] Update CCAS setup

* [nettle] Update CCAS setup

* Fix VSCLANG

* WIP

* Restore processing of isysroot

* [nettle] Fix assembler option

* [liburing] Adjust

* Variable name changes

* Remove redundant separate arguments

* Move -m32/-m64 to ABI flags

* Unify ABIFLAGS spelling

* CI

* Revert VSCLANG

* Use GNU Make to build autotools ports on FreeBSD (microsoft/vcpkg#32282)

* Fix flag removal

* Drop separation of ABI flags

* Handle '-arch=...'

* Revert "Control docdir and mandir for debug"

This reverts commit d8293a1997.

* [icu] Pass uwp option to pkgdata

* Restore old osx flags hook

* Add triplet variable to make libtool pass --target to linker

---------

Co-authored-by: Schaich, Alonso <alonsoschaich@fastmail.fm>
2024-01-23 13:27:46 -08:00
Weihang Ding
803802bb28
[imageinfo] Bump to 2024-01-19 (#36257)
* [imageinfo] Bump to 2024-01-19

* Update version database
2024-01-22 11:00:22 -08:00
Weihang Ding
9299bf302a
[imageinfo] Bump to 2023-12-25 (#35856)
* [imageinfo] Bump to 2023-12-25

* Update version database
2023-12-27 23:59:51 -08:00
Vladimir Shaleev
f7a371bbd9
Add imgui support for feature android-binding (#35870) 2023-12-27 23:57:02 -08:00
MonicaLiu
e9001ee53d
[imgui] Fix usage of feature allegro5 (#35768) 2023-12-19 15:02:21 -08:00
autoantwort
b1632ec26f
[imgui] fix allegro feature (#35729) 2023-12-18 13:24:05 -08:00
Kai Pastor
a1e13e8d58
[icu] Update, enable uwp, fix osx-dynamic (#35530)
* [cppcms] No uwp

* [libzim] No uwp

* [cppcms] Fix dependencies and linkage

* [libzim] Update to 9.0.0

* [cppcms] No python for build

* Fixup

* CI: uwp

* [vcpkg-ci-boost] Enable boost-regex[icu]

* [icu] Enable uwp

* [icu] Update to 74.1

* [icu] Cleanup

* v

* [icu] Set install names during linking

* Revert "CI: uwp"

This reverts commit 127afe8aa1.

* CI

* [icu] Use --enable-rpath on osx
2023-12-14 17:37:17 -08:00
Kai Pastor
ffc1b51dfb
[icu] Fix wasm, fix icudt for almost-native builds (#35529) 2023-12-07 12:22:04 -08:00
Szabolcs Horvát
0c20b2a97c
[igraph] update to 0.10.8 (#35175)
* [igraph] update to 0.10.8

* [igraph] x-add-version
2023-11-17 15:04:49 -08:00
moritz-h
4d2b395813
[imgui] Update to 1.90 (#35131)
* [imgui] Update to 1.90

* update version
2023-11-17 11:10:18 -08:00
Nick D'Ademo
a536f766ad
[itay-grudev-singleapplication] Add new port (#35034)
* add port.

* formatting.

* update versioning.

* better handling of features.

* update version.

* fix non-windows builds.

* update versions file.

* try by adding prefix.

* update versions file.

* remove features.

* remove file.

* update versions file.

* fixes.

* add versions file.
2023-11-16 16:44:05 -08:00
Jia Yue Hua
61f610845f
[itsy-bitsy,ztd-cuneicode,ztd-encoding-tables,ztd-idk,ztd-platform,ztd-static-containers] add new port (#34735)
* [itsy-bitsy] add new port

* [ztd-text] update

* update

* fix idk windows

* update single

* fix include cmake

* make them static,and fix ztd text dependency

* fix cuneicode linkage

* update to lastest

* fix ztd marco

* use upstream changes

* update to lastest

* Revert "update to lastest"

This reverts commit ee08876881.

* fix comparison

* fix c32_state alignment

* fetch upstream lastest change

* CI [skip actions]

* add unofficial namespace

* ztd-text remove usage

* CI [skip actions]

* CI [skip actions]

* CI [skip actions]

* remove unofficial namespace

* remove target sources

* fix version

* fix static_containers deps

* fix deps

* dynamci libs

* Revert "dynamci libs"

This reverts commit c44e4c3f5c.
2023-11-10 18:02:26 -08:00
autoantwort
2b609bab7b
[ignition-common1] use supports expressions (#34781) 2023-11-01 13:23:18 -07:00
Matthias Kuhn
b94fe49a53
[icu] Fix osx release only builds (#34539)
* [icu] Fix osx release only builds

* Use list
2023-10-30 15:01:58 -07:00
JonLiu1993
3265c187c7
[itk] Fix download failure (#34533)
* [itk] Fix download failure

* update version

* remove port-version

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-10-23 11:38:03 -07:00
Silvio Traversaro
db956472e9
[idyntree] Update to 10.0.0 (#34513)
* [idyntree] Update to 10.0.0

* [idyntree] Update versions
2023-10-18 10:15:48 -07:00
Rémy Tassoux
cd962c7b05
[imgui-node-editor] Update to 0.9.3 (#34494)
* [imgui-node-editor] Update to 0.9.3

* [imgui-node-editor] Update version files
2023-10-16 12:03:44 -07:00
autoantwort
1038c0d5bf
[itk] fix python build (#33826) 2023-10-09 15:08:15 -07:00
Simon Altschuler
e2f81f7984
[immer] update to 0.8.1 (#34216) 2023-10-03 17:49:57 -07:00
Jia Yue Hua
f0635f04b9
[ismrmrd] update to 1.13.7 (#34239) 2023-10-03 17:22:16 -07:00
David Christoffer Hansen
e5417b0f17
[ismrmrd] Removed unused dependencies (#34094) 2023-10-02 20:59:58 -07:00
Lily Wang
9fdd48c17d
[imgui-sfml] Update to 2.6 (#34045)
* [imgui-sfml] Update to 2.6

* update version
2023-09-28 23:11:48 -07:00
talregev
a463dc85e4
update inginition-common3 to 3.16.0 (#33873) 2023-09-20 10:23:47 -07:00
Weihang Ding
29151e1c19
[libimobiledevice/*] Use original upstream (#33246) 2023-09-13 16:51:44 -07:00
autoantwort
97e12471c6
[influxdb-cxx] no uwp (#33609) 2023-09-13 15:41:23 -07:00
autoantwort
36e24f42fa
[ixwebsocket] no uwp for openssl (#33608) 2023-09-07 20:24:22 -07:00