Commit Graph

12 Commits

Author SHA1 Message Date
nicole mazzuca
9ccd693f1b
[toolchain windows] set CMAKE_SYSTEM_PROCESSOR (#24100)
* [toolchain windows] set CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR

In specific, I did this for the cpuinfo PR - I realized the reason
that cpuinfo doesn't support arm64 windows cross compilation is because
we don't set CMAKE_SYSTEM_PROCESSOR.

* correctly set CMAKE_CROSSCOMPILING

* start fixin libraries

* more changes:

- gainput: remove line
- glog: remove try_run when cross compiling
- windows.cmake: set CMAKE_SYSTEM_VERSION

* more patches

- mapnik: set BOOST_REGEX_HAS_ICU to avoid check_cxx_source_runs
- orc: set HAS_PRE_1970 and HAS_POST_2038 for same
- seal: change out check_cxx_source_runs for check_cxx_source_compiles

* more changes

* fix x86-windows

* fix qpid-proton, glog

* build corrade-rc

* fix x64-uwp ports

* forgot to _actually_ always build corrade-rc .,.

* Replay #22831

* Dedupe CMAKE_SYSTEM_NAME settings.

* Add quotes for corrade_rc_param

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update version DB.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-04-29 11:40:30 -07:00
Robert Schumacher
c364465535
[seal] Support dynamic builds (#23064) 2022-02-15 20:35:04 -08:00
dmitrykobets-msft
aad1aa28bf
[ms-gsl] Upgrade GSL to 4.0.0 (#22791)
* Bump GSL to 4.0.0

* Update version database

* Fix typo

* Add missing file

* Update version database

* GSL portfile properly expose Microsoft.GSL package

* Update version database

* Respond to review

* Update version database

* Update version database v2

* Update release ref

* Update version database

* Respond to review

* Update version database

* Add patch to SEAL to link to correct GSL version

* Update version database

* Update version database v2
2022-02-01 14:53:10 -08:00
Wei Dai
50700e0360
[SEAL/APSI]Updated SEAL to 3.7.2 and APSI to 0.5.0 (#21454)
* Updated ports/seal to 3.7.2 and ports/apsi to 0.5.0.

* Updated versioning.
2021-11-16 10:13:33 -08:00
Wei Dai
428d6000c4
[Seal] Update to version 3.7.1 (#21024)
* Updated ports/seal.

* Updated versioning.
2021-11-03 21:47:05 -07:00
Wei Dai
ccd2cf07cf
[seal] Updated SEAL to version 3.7.0 (#20166)
* Updated ports/seal and ports/apsi.

* Updated versioning.
2021-09-17 08:04:12 -07:00
Wei Dai
d93cf33a22
[seal] Fixed cannot find SEAL. (#18596)
* Fixed cannot find seal.

* Updated versioning.
2021-07-01 08:41:40 -07:00
Wei Dai
fbab325f47
[seal]Updated to version 3.6.6. Replaced CONTROL with manifest file. (#18457)
* Updated seal to version 3.6.6. Replaced CONTROL with manifest file.

* Changed version-string to version-semver.

* Updated versions/s-/seal.json.

* Added a missing CMake arguement.

* Updated versioning.

* Fixed hexl config file.

* Updated versioning.

* Fixed hexl not finding dependency.

* Updated versioning.
2021-06-21 14:07:53 -07:00
Wei Dai
d27b275702
[seal]Updated to version 3.6.4 (#17648)
* Updated SEAL to version 3.6.4.

* Updated versions/s-/seal.json.
2021-05-06 13:40:53 -07:00
Wei Dai
f5f494d087
[seal] Updated SEAL version to 3.6.2. (#16379)
* Updated SEAL's version to the latest.

* Updated version number in ports/seal/CONTROL.

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-24 13:33:26 -08:00
Jack·Boos·Yu
c5bffbd985
[seal] Update verson record (#15933) 2021-01-28 18:47:13 -08:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00