Commit History

Author SHA1 Message Date
  Jorrit Rouwe dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) 1 year ago
  Jorrit Rouwe 4a08d8d4e1 Fix error in gcc 14. (#1099) 1 year ago
  Jorrit Rouwe bdc1695a64 Replace std::vector with custom implementation (#1089) 1 year ago
  Jorrit Rouwe 04ef2e1940 Fix for new warning in MSVC 17.10 (#1073) 1 year ago
  r-a-sattarov 03b6b27fa0 Small improvements for e2k (#1060) 1 year ago
  Fabian Schmidt 178141555f Suppressing -Wunused-parameter on gcc (just like we do on clang). (#1053) 1 year ago
  Jorrit Rouwe 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) 1 year ago
  Jorrit Rouwe 7287ab0ab9 Update version to 5.0.1 1 year ago
  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) 2 years ago
  Ivan 2aafbbfc5f FreeBSD compilation fix (#880) 2 years ago
  n.savichev 106a35edc5 Support building for e2k (Elbrus2000) CPU architecture (VLIW) (#871) 2 years ago
  Jorrit Rouwe 1cbd220a00 Version bump + release notes 2 years ago
  Jorrit Rouwe d4c4cffb53 Bugfix for MSVC 17.8, limits.h doesn't include corecrt.h (#759) 2 years ago
  Jérôme Leclercq b084d8f905 Fix Linux shared compilation when using GCC (#752) 2 years ago
  Jorrit Rouwe 912bdbafb9 Upgrade to latest Android NDK & fix warning (#741) 2 years ago
  Jorrit Rouwe d44f4bad08 Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707) 2 years ago
  Andrea Catania addff7c66c Expose a function to compare the JOLT_VERSION_ID with the version the library was compiled with 2 years ago
  Jorrit Rouwe cd69338b0e Pushing/popping the FMA state on clang to avoid accidentally turning on FMA for client code (#678) 2 years 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