Commit Graph

16 Commits

Author SHA1 Message Date
Alesiani Marco
3638598245
[physx] Omniverse-PhysX updated to 5.3.0 (#34138) 2023-10-02 20:20:52 -07:00
Billy O'Neal
d512dc8197
[physx] Update to 5.x (#32568) 2023-07-17 13:01:51 -07:00
Darryl Pogue
ebffa3937b
[physx] Fix macOS arm64 build (#28369)
Something changed in newer Xcode compilers that was causing error when
compiling `vdupq_lane_f32` with a variable integer. This includes a
patch to replace the variable with an explicit switch statement for all
4 possible values.

Patch is based on this commit:
cdbfc0f128
2022-12-19 12:08:49 -08:00
Adam Johnson
ac7992c097
[physx] Add support for Mac on ARM. (#25154)
* [physx] Add support for Mac on ARM.

Co-authored-by: Darryl Pogue <darryl@dpogue.ca>
Co-authored-by: Niklas Gray <niklas@ourmachinery.com>

* add-x-version

* [physx] Download patches, simplify werror patch

Co-authored-by: Darryl Pogue <darryl@dpogue.ca>
Co-authored-by: Niklas Gray <niklas@ourmachinery.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-06-13 16:42:08 -07:00
Alexander Neumann
05c93c5c5a
[Fix uwp toolchain|world rebuild] make ninja work for uwp (#22831) 2022-04-27 18:12:48 -07:00
Thomas1664
c37cc7836a
[many ports] Fix use of Readme as copyright (#24201)
* [jack2] Update to 1.9.21

* [libxmlmm] Fix license

* [volk] Fix license

* [tmxlite] Fix license

* [tinyxml2] Fix license

* [stb] Fix license

* [rtmidi] Fix license

* [pugixml] Update to 1.12.1

* [physx] Fix license

* [physx] License expression

* version

* lowercase

* null

* Format

* Remove version-string

* stb

* Format

* version

* Format

* version

* [tinyxml] port version

* version

* Fix license

* version

* [rtmidi] remove patch

* version

* [pugixml] Remove unused variable

* version

* [physx] Remove from CI baseline for testing

* [physx] update supports statement

* version

* [tmxlite] add final newline

* version

* [libxmlmm] Don't use own copyright file

* version

* Fix license copy

* version
2022-04-19 14:31:08 -07:00
Billy O'Neal
22eb872fdf
[physx] Remove vcpkg_fail_port_install. (#22759)
There was no supports expression before. There was no ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 00:52:11 -08:00
Adam Johnson
59ea102312
[physx] Update to 4.1.2 (#17453)
* [physx] Update to 4.1.2

* [physx] Update to vcpkg-cmake

* [physx] x-add-version
2021-04-28 15:52:34 -07:00
Jack·Boos·Yu
5f0139b7e2
[physx] Use /Z7 instead of /Zi to integrate the debug info when building static (#15934)
* [physx] Use /Z7 instead of /Zi to integrate the debug message when building static

* update version record

* [physx] Add homepage

* update version record

* [physx] Re-fix flags, using toolchain set

* update version record
2021-02-03 11:48:06 -08:00
Adam Johnson
9c56f59ed4
[physx] Add support for Linux, macOS, and UWP (#13849) 2020-11-07 21:43:59 -08:00
Adam Johnson
ed474ea934
[physx] Add support for checked and profile builds. (#12710) 2020-08-10 09:34:35 -07:00
Adam Johnson
092267fd50
[physx] Add patch for NVIDIAGameWorks/PhysX#322. (#12413)
* [physx] Add patch for NVIDIAGameWorks/PhysX#322.

* [physx] Cleanup usage of `VCPKG_CMAKE_SYSTEM_NAME`.

* [physx] Convert portfile space indentation to tabs.

* Update portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-07-31 11:27:31 -07:00
RT222
764eed78d9 [physx] Added UWP support (#8658) 2019-10-18 12:18:10 -07:00
RT222
94ce38b45a [physx] Added a patch to fix missing typeinfo.h header with VS16.3 and missing pdb files (#8561)
* [physx] Added a patch to fix missing typeinfo.h header with VS16.3

* [physx] Fixed missing pdb files

* [physx] Fixed the remaining missing pdb files
2019-10-17 17:38:26 -07:00
RT222
885370d30c [physx] Update to 4.1.1 (with support for Visual Studio 2019) (#7679) 2019-08-14 14:05:02 -07:00
RT222
98e6be36c8 [physx] Initial port (#5618)
* [physx] Initial port

* [physx] use vcpkg version of cmake if not installed
2019-03-14 06:48:30 -07:00