Jorrit Rouwe
|
912bdbafb9
Upgrade to latest Android NDK & fix warning (#741)
|
1 rok temu |
Jorrit Rouwe
|
d44f4bad08
Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707)
|
1 rok temu |
Andrea Catania
|
addff7c66c
Expose a function to compare the JOLT_VERSION_ID with the version the library was compiled with
|
1 rok temu |
Jorrit Rouwe
|
cd69338b0e
Pushing/popping the FMA state on clang to avoid accidentally turning on FMA for client code (#678)
|
1 rok temu |
Jorrit Rouwe
|
0436c32dfd
Clang 16 compile fixes + doctest upgrade to 2.4.11 (#661)
|
2 lat temu |
Jorrit Rouwe
|
fd4274ea3e
-Wdeprecated-copy is clang 13+ and was triggering warnings on earlier clang versions (#635)
|
2 lat temu |
Jorrit Rouwe
|
c52a6cedf8
SSE2 version now produces the same simulation as SSE4.1 and higher (#621)
|
2 lat temu |
Jorrit Rouwe
|
b6c184a25d
Added check that client and library are compiled with the same defines (#604)
|
2 lat temu |
Jorrit Rouwe
|
07350e1e35
Fix for compiler warning coming from std::atomic (#575)
|
2 lat temu |
Jorrit Rouwe
|
ad9cd403cc
Attempt 2 at getting better coverage information (#567)
|
2 lat temu |
Jorrit Rouwe
|
ddd5b5e36d
uint*_t should be prefixed by std:: (#558)
|
2 lat temu |
Jérôme Leclercq
|
2b418d38a3
Add missing standard include (#517)
|
2 lat temu |
Jan Krassnigg
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 lat temu |
Jorrit Rouwe
|
86a8f27aba
ARM version compiles under MSVC2019 (#497)
|
2 lat temu |
Jorrit Rouwe
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 lat temu |
Jorrit Rouwe
|
4f76bb9ec7
-mfma automatically turns on float contaction on clang which is causing precision issues (#382)
|
2 lat temu |
Mikael Hermansson
|
a346466f15
Added CMake option for link-time optimizations (#357)
|
2 lat temu |
Jorrit Rouwe
|
a2c1c22059
Supporting double precision positions to enable larger worlds (#344)
|
2 lat temu |
operatios
|
d1ccdbfa57
Detect JPH_COMPILER_MINGW for llvm-mingw (#334)
|
2 lat temu |
Jorrit Rouwe
|
69fcdfe02e
ARM 32-bit support for Windows (will probably work on Linux/Android too) (#332)
|
2 lat temu |
Jorrit Rouwe
|
70430ea4a2
Made detection of instruction sets a little bit less brittle (#330)
|
2 lat temu |
Jorrit Rouwe
|
dccb4e13aa
Compile fixes for MSVC 17.4 (#320)
|
2 lat temu |
Jorrit Rouwe
|
75b5180deb
Windows on ARM64 support (#317)
|
2 lat temu |
Jorrit Rouwe
|
f11abf059d
Removed using namespace std from namespace JPH (#308)
|
2 lat temu |
Jorrit Rouwe
|
2a583b6751
Fix warnings for clang 15 (#263)
|
2 lat temu |
Jorrit Rouwe
|
38ec33942e
Ability to override the number of velocity/position steps per constraint (#223)
|
2 lat temu |
Jorrit Rouwe
|
99f086f8b5
Implemented WASM target using emscripten (#222)
|
2 lat temu |
Jorrit Rouwe
|
68781d9336
Moved <algorithm> to Core.h because it contains the definition for std::min/max so it is needed everywhere. (#220)
|
2 lat temu |
Jeremy L
|
0981524bd2
Suppress Wunqualified-std-cast-call on clang 16 or later (#219)
|
2 lat temu |
Jorrit Rouwe
|
367072cdaf
Fix compilation error on gcc 12 (#213)
|
2 lat temu |