Commit Graph

11 Commits

Author SHA1 Message Date
Lily Wang
71542c0ff1
[joltphysics] Add debug build compile definitions features (#41858)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-11-05 13:04:13 -08:00
Ada Tufankjian
8532066960
[joltphysics] Updating port to properly configure in manifest mode (#40946) 2024-09-13 15:47:52 -07:00
Rémy Tassoux
6fd40e95d5
[joltphysics] Update to 5.1.0 (#40526) 2024-08-19 09:25:30 -07:00
Rémy Tassoux
4c826df5e5
[joltphysics] Disable OVERRIDE_CXX_FLAGS option (#38051)
[As suggested by
Dd0yt](https://github.com/microsoft/vcpkg/pull/37997#discussion_r1554483645),
this PR disable the OVERRIDE_CXX_FLAGS option instead of patching it.

- [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-04-09 11:37:23 -04:00
Rémy Tassoux
5fa0f075ea
[joltphysics] Update to 5.0.0 (#37997) 2024-04-05 17:20:31 -07:00
Lily Wang
294c7e2240
[joltphysics] Update to 4.0.0 (#34975)
* [joltphysics] Update to latest commit

* update version

* update to 4.0.0

* update version

* Update joltphysics.json
2023-11-10 11:25:49 -08:00
Ada Tufankjian
01d51b7207
[joltphysics] Properly patching build so that it will install properly (#33944)
* Maybe fixing jolt

* Trying to fix exports

* mend

* Trying to fix patch

* Trying to fix patch

* Another attempt to fix this

* More correct exports

* Trying to fix includes

* Fixing last error

* Attempting to supply a config file

* Trying to bring back relwithdebinfo

* Nuclear option

* Trying to properly export

* Reordering export operations

* Actually fixing install again

* Installing correct file

* Trying to fix includes again

* Maybe correctly fixing install

* Fixing syntax error

* Updating usage

* Reworking after feedback

* Updating usage

* Another diff change to avoid CXX_FLAGS from being adjusted

* Fixing portfile install dir

* Disabling IPO

* Fixing port name

* Fixing dumb issue

* Disabling debug symbols in release and trying to make sure the port only appends CXX_FLAGS

* Deciding not to mess with dynamic linking for now

* Fixing debug build

* Making sure config gets fixed up
2023-09-27 01:20:50 -07:00
Rémy Tassoux
f5959f77b9
[joltphysics] Update to 3.0.1 (#30935)
* [joltphysics] Update to 3.0.1

* [joltphysics] Update version files
2023-04-18 16:22:33 -07:00
Lily Wang
0a8ac2f124
[joltphysics] Disable treats all compiler warnings as errors (#29271)
* [joltphysics] Disable warning C5266

* update version

* apply suggestion

* update version
2023-01-31 11:26:52 -08:00
Mengna Li
be736ae191
[joltphysics] Add usage (#28050)
* add usage

* revert

* add usage
2022-11-29 11:54:18 -08:00
Rémy Tassoux
1ecdbe80b3
[joltphysics] Add new port (#27715)
* [joltphysics] New port

* [joltphysics] Update version files

* [joltphysics] Update version files

* [joltphysics] Fix libraries installation on Linux and MacOS

* [joltphysics] Update version files

* [joltphysics] Update to latest commit (compile fixes for MSVC 17.4)

* [joltphysics] Update version files

* [joltphysics] Remove extra version entry

* Update ci.baseline.txt

[joltphysics] Revert ci.baseline changes

* [joltphysics] Update to 2.0.1

* [joltphysics] Update version files
2022-11-14 21:30:00 -08:00