Commit Graph

10 Commits

Author SHA1 Message Date
jvbsl
d7b4ba0e76
[zeroc-ice] Fixes include files missing IceUtil (#33516)
As of version 3.6 IceUtil and Ice were merged, and as of 3.7 the IceUtil library was completely removed.
IceUtil is directly compiled into the Ice library, the header files still exist though, and therefore need to be copied with every Ice core build.

https://doc.zeroc.com/ice/3.7/release-notes/upgrading-your-application-from-ice-3-6#id-.UpgradingyourApplicationfromIce3.6v3.7-IceUtilLibraryRemoved
2023-09-05 22:44:14 -07:00
jvbsl
09076d18da
[zeroc-ice] Added icelocatordiscovery feature (#33487) 2023-09-01 15:32:54 -07:00
Cheney Wang
fbaaad1eb1
[zeroc-ice] Fix error C2039: 'binary_function': is not a member of 'std' (#33333) 2023-08-23 21:41:29 -07:00
Alexander Neumann
cdf6908bf2
[zeroc-ice] msbuild (#33184)
* zeroc-ice msbuild

* v db
2023-08-15 12:06:43 -07:00
Benjamin Oldenburg
eebcbc7ca3
[zeroc-ice] Update to 3.7.9 and a few fixes/improvements of the port (#31119)
* Only multi-threaded DLL libraries can be used with Ice

* Update to Ice 3.7.9

* Update vcpkg.json (3.7.9)disallow static builds for certain features (executables) as it seems that Ice doesn't support it.

* Updated version

* Updated version (hash)

* Fixed indentation and replace version string
2023-04-26 21:08:02 -07:00
autoantwort
df1fcfb1a6
[zeroc-ice] fix arm64-osx build (#30519)
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-04-06 16:44:47 -07:00
Alexander Neumann
16a892c1fb
Single config fixes 2. (#27406)
* freerdp fix single config

* libassuan fix single config builds

* libcanberra fix single config build

* libmysql fix single config builds

* libobd fix single config

* libusb allow single config wrapper

* nmap single config cleanup

* spdk single config stuff

* zeroc-ice fix single config

* zopfli single config fix

* use version date

* v db

* Revert unchanged libodb-pgsql port-version bump.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-26 10:55:31 -07:00
Benjamin Oldenburg
ce910bb87b
[skia,crashpad,zeroc-ice,vcpkg-tool-gn] New vcpkg-tool-gn and update of several ports (#24066) 2022-04-25 15:39:10 -07:00
nicole mazzuca
06a513718c
[zeroc-ice] correct windows-static and linux (#24169)
* [zeroc-ice] correct windows-static and linux

* remove tabs

* does this work to fix mcppd?

* remove the ability for zeroc-ice to depend on external libs

* remove feature supports

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-18 14:14:56 -07:00
Benjamin Oldenburg
1c9b23ba2b
[zeroc-ice] New port (#23764)
* Initial commit

* clean up

* updated manifest and version

* Removed C++11 mapping option (feature) and made C++11 the default mapping.

* updated version

* added main target

added entries to ci.baseline.txt

* corrected ci.baseline.txt entries

* updated version

* fixed generated header path

* Updated version

* fixed include paths

* updated version

* expect x64-windows-static to fail

* added patches for clang 13

* update version

* Update ports/zeroc-ice/portfile.cmake

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* 2->4 spaces

* Removed v144/5 stuff

* check for .DS_Store file before deletion

* several changes

* format vcpkg.json

* update version

* remove typo

* updated version

* reformatting

* resolve review issues

* regex

* updated version

* windows-static

* allow static builds on windows and added maintainer

* updated version

* added openssl as a dependency for Ice core library

* updated version

* minor updates

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-13 10:48:49 -07:00