Jorrit Rouwe
|
8aef496713
Added cmake configuration options (#499)
|
2 年之前 |
Mikael Hermansson
|
754785ff12
Removed setting of MSVC runtime library when using DLL runtime (#496)
|
2 年之前 |
Jorrit Rouwe
|
3640711645
Added option to determine number of bits in ObjectLayer (#478)
|
2 年之前 |
Jorrit Rouwe
|
c46ef82fa2
Moved c++17 compiler flag to CMAKE_CXX_STANDARD variable (#427)
|
2 年之前 |
Jorrit Rouwe
|
17de06d4e8
Documenting possible LTO errors and making it easier to fix them in a FetchContent project (#422)
|
2 年之前 |
Jorrit Rouwe
|
9105bb9ca5
Automatically turn off all non-library targets when using CMake FetchContent
|
2 年之前 |
Jorrit Rouwe
|
33f94be387
Moved detection of instruction sets to Jolt.cmake (#421)
|
2 年之前 |
Jorrit Rouwe
|
e1e33ac424
Moved the definition of JPH_DOUBLE_PRECISION and JPH_CROSS_PLATFORM_DETERMINISTIC to Jolt.cmake to make them available through CMake fetch content (#420)
|
2 年之前 |
Jorrit Rouwe
|
8ae93a6c48
GetClosestPointOnTriangle reorders vertices so that A lies on the shortest edge (#383)
|
2 年之前 |
Jorrit Rouwe
|
4f76bb9ec7
-mfma automatically turns on float contaction on clang which is causing precision issues (#382)
|
2 年之前 |
Mikael Hermansson
|
a346466f15
Added CMake option for link-time optimizations (#357)
|
2 年之前 |
Jorrit Rouwe
|
a2c1c22059
Supporting double precision positions to enable larger worlds (#344)
|
2 年之前 |
Jorrit Rouwe
|
3657dca808
Added option to turn debug symbols off (#337)
|
2 年之前 |
Jorrit Rouwe
|
69fcdfe02e
ARM 32-bit support for Windows (will probably work on Linux/Android too) (#332)
|
2 年之前 |
Mikael Hermansson
|
7a444d41b1
Fixed MSVC warning about overriding /GR (#322)
|
2 年之前 |
Jorrit Rouwe
|
40b61ab9c4
Removed options from CMAKE_CXX_FLAGS that are there by default (#321)
|
2 年之前 |
Enhex
|
38600b7984
allow adding custom compiler flags via cmake command (#319)
|
2 年之前 |
Jorrit Rouwe
|
75b5180deb
Windows on ARM64 support (#317)
|
2 年之前 |
Mikael Hermansson
|
fdefc8e0d8
Added support for cross-compiling Apple Silicon on x86 (#315)
|
2 年之前 |
Mikael Hermansson
|
f6e199d33d
Added multi-config support for GCC (#305)
|
2 年之前 |
Mikael Hermansson
|
60b31498b9
Disabled unused argument warning when compiling with clang-cl (#276)
|
2 年之前 |
mihe
|
f758481dc2
Added CMake option for which MSVC runtime library to use (#246)
|
2 年之前 |
Jorrit Rouwe
|
99f086f8b5
Implemented WASM target using emscripten (#222)
|
3 年之前 |
Jorrit Rouwe
|
31145e820a
Turning off UBSAN unsigned-integer-overflow checking to fix build
|
3 年之前 |
Jorrit Rouwe
|
5cc0cd753f
Enabled additional tests for UBSAN
|
3 年之前 |
Jorrit Rouwe
|
a191a7740b
Fix UBSAN build (tests weren't failing on error) (#206)
|
3 年之前 |
ImperatorS79
|
8adaf983f4
Add support for MinGW based compilers (#204)
|
3 年之前 |
Jorrit Rouwe
|
84d4c6f01e
Run unit tests and determinism check on ARM using QEMU (#201)
|
3 年之前 |
Jorrit Rouwe
|
564526ad3d
Added build to validate determinism between Windows, Linux and MacOS (#189)
|
3 年之前 |
Wunk
|
a830f47833
Add initial support for AVX512 (#185)
|
3 年之前 |