Commit History

Author SHA1 Message Date
  Jorrit Rouwe d89eca1a2d Disabling -Wpedantic on gcc (#1013) 1 year ago
  Jorrit Rouwe 3824d58d09 Supporting SIMD for WASM build (#963) 1 year ago
  Jorrit Rouwe 34ed853d72 Allowing WASM to use a custom memory allocator (#962) 1 year ago
  Jorrit Rouwe f5c3cc1f03 Replacing JPH_CRASH with std::abort (#881) 1 year ago
  Ivan 2aafbbfc5f FreeBSD compilation fix (#880) 1 year ago
  n.savichev 106a35edc5 Support building for e2k (Elbrus2000) CPU architecture (VLIW) (#871) 1 year ago
  Jorrit Rouwe 1cbd220a00 Version bump + release notes 1 year ago
  Jorrit Rouwe d4c4cffb53 Bugfix for MSVC 17.8, limits.h doesn't include corecrt.h (#759) 1 year ago
  Jérôme Leclercq b084d8f905 Fix Linux shared compilation when using GCC (#752) 1 year ago
  Jorrit Rouwe 912bdbafb9 Upgrade to latest Android NDK & fix warning (#741) 1 year ago
  Jorrit Rouwe d44f4bad08 Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707) 1 year ago
  Andrea Catania addff7c66c Expose a function to compare the JOLT_VERSION_ID with the version the library was compiled with 1 year ago
  Jorrit Rouwe cd69338b0e Pushing/popping the FMA state on clang to avoid accidentally turning on FMA for client code (#678) 1 year ago
  Jorrit Rouwe 0436c32dfd Clang 16 compile fixes + doctest upgrade to 2.4.11 (#661) 2 years ago
  Jorrit Rouwe fd4274ea3e -Wdeprecated-copy is clang 13+ and was triggering warnings on earlier clang versions (#635) 2 years ago
  Jorrit Rouwe c52a6cedf8 SSE2 version now produces the same simulation as SSE4.1 and higher (#621) 2 years ago
  Jorrit Rouwe b6c184a25d Added check that client and library are compiled with the same defines (#604) 2 years ago
  Jorrit Rouwe 07350e1e35 Fix for compiler warning coming from std::atomic (#575) 2 years ago
  Jorrit Rouwe ad9cd403cc Attempt 2 at getting better coverage information (#567) 2 years ago
  Jorrit Rouwe ddd5b5e36d uint*_t should be prefixed by std:: (#558) 2 years ago
  Jérôme Leclercq 2b418d38a3 Add missing standard include (#517) 2 years ago
  Jan Krassnigg d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 years ago
  Jorrit Rouwe 86a8f27aba ARM version compiles under MSVC2019 (#497) 2 years ago
  Jorrit Rouwe db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
  Jorrit Rouwe 4f76bb9ec7 -mfma automatically turns on float contaction on clang which is causing precision issues (#382) 2 years ago
  Mikael Hermansson a346466f15 Added CMake option for link-time optimizations (#357) 2 years ago
  Jorrit Rouwe a2c1c22059 Supporting double precision positions to enable larger worlds (#344) 2 years ago
  operatios d1ccdbfa57 Detect JPH_COMPILER_MINGW for llvm-mingw (#334) 2 years ago
  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