Commit History

Author SHA1 Message Date
  Jorrit Rouwe 69fcdfe02e ARM 32-bit support for Windows (will probably work on Linux/Android too) (#332) 2 years ago
  Jorrit Rouwe 70430ea4a2 Made detection of instruction sets a little bit less brittle (#330) 2 years ago
  Jorrit Rouwe dccb4e13aa Compile fixes for MSVC 17.4 (#320) 2 years ago
  Jorrit Rouwe 75b5180deb Windows on ARM64 support (#317) 2 years ago
  Jorrit Rouwe f11abf059d Removed using namespace std from namespace JPH (#308) 2 years ago
  Jorrit Rouwe 2a583b6751 Fix warnings for clang 15 (#263) 2 years ago
  Jorrit Rouwe 38ec33942e Ability to override the number of velocity/position steps per constraint (#223) 2 years ago
  Jorrit Rouwe 99f086f8b5 Implemented WASM target using emscripten (#222) 2 years ago
  Jorrit Rouwe 68781d9336 Moved <algorithm> to Core.h because it contains the definition for std::min/max so it is needed everywhere. (#220) 2 years ago
  Jeremy L 0981524bd2 Suppress Wunqualified-std-cast-call on clang 16 or later (#219) 2 years ago
  Jorrit Rouwe 367072cdaf Fix compilation error on gcc 12 (#213) 2 years ago
  ImperatorS79 8adaf983f4 Add support for MinGW based compilers (#204) 3 years ago
  Jorrit Rouwe 5f063c3c57 Made Mat44::sRotation and QuickSort platform independent (#196) 3 years ago
  Jorrit Rouwe 9cbee369a6 Implemented vectorized versions of ASin, ACos, ATan, ATan2 (#188) 3 years ago
  Wunk a830f47833 Add initial support for AVX512 (#185) 3 years ago
  Jorrit Rouwe aab9527141 The PerformanceTest is now deterministic between Windows and Linux (tested on clang 13) (#184) 3 years ago
  Joshie 4fe61fc24d Support for Windows 32-bit platform (#162) 3 years ago
  jorrit 78e91eccc1 VS2019 warning fixes 3 years ago
  Jorrit Rouwe 71c7199905 Compiles on Windows UWP and made unit tests work (#118) 3 years ago
  Jorrit Rouwe bfd74a56c1 - Added new line to end of every file (#110) 3 years ago
  Jorrit Rouwe 8b62fa04c4 Disabled warnings now stay within the Jolt headers (#108) 3 years ago
  Jorrit Rouwe 06e9d17d38 Switched default include path from JOLT_PHYSICS_ROOT to PHYSICS_REPO_ROOT. (#106) 3 years ago
  John Poole 28f363856a Add SSE2 codepath (#93) 3 years ago
  mrezai 80c0b6075c Support broader range of CPUs like Intel Core 2 series by using SSE4.1 (#78) 3 years ago
  Jorrit Rouwe ddf837d782 Support for GCC (#63) 3 years ago
  Florian Hoenig ba9c34933c Adds support for MacOS with UnitTests passing (#61) 3 years ago
  mrezai fe15c42c80 Fix compile error when lzcnt isn't enabled (#59) 3 years ago
  jrouwe 95a2ad845d - Added define JPH_TRACK_BROADPHASE_STATS that allow you to collect stats about the broadphase performance (do not enable by default!) (#8) 3 years ago
  Jorrit Rouwe 686ab6ab85 Initial import 4 years ago