Jorrit Rouwe e1b4a498b6 Added UVec4::operator -, -=, Dot and DotV (#1676) hace 6 meses
..
ARMNeon.h 06b5ddcc7a Support for compiling for ARM with GCC < 12 (#1198) hace 1 año
Array.h e1b4a498b6 Added UVec4::operator -, -=, Dot and DotV (#1676) hace 6 meses
Atomics.h 71e7988e96 Added support to split up large islands (#458) hace 2 años
BinaryHeap.h e8b3c7d69a Added Pyramid test to determinism checks (#1351) hace 1 año
ByteBuffer.h 7068d29fd0 Added overloads for placement new (#1385) hace 1 año
Color.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) hace 2 años
Color.h 294c22850c Workaround for compile error in clang 13 on macOS (#1485) hace 11 meses
Core.h e4b5f33c1f fix missing malloc.h include in clang-cl mode (clang in msvc mode) (#1642) hace 7 meses
FPControlWord.h f094082aa2 LoongArch support (#1411) hace 1 año
FPException.h fe87468daa Enable floating point overflow exceptions (#1398) hace 1 año
FPFlushDenormals.h f094082aa2 LoongArch support (#1411) hace 1 año
Factory.cpp 79ce4b2801 Removed some of the using std::... statements (#1353) hace 1 año
Factory.h e6c8173612 Documentation hace 1 año
FixedSizeFreeList.h d3c4e3058a QuadTree / FixedSizeFreeList: Reorder variable layout to reduce false sharing & thread syncs (#1136) hace 1 año
FixedSizeFreeList.inl 7068d29fd0 Added overloads for placement new (#1385) hace 1 año
HashCombine.h 7221323294 Faster hashing for IndexedTriangle to improve MeshShape::Sanitize (#1368) hace 1 año
HashTable.h 99aee4a039 Bugfix in HashTable resize hace 11 meses
InsertionSort.h db6d42bed5 Added a link to the main repository to the header of each file (#452) hace 2 años
IssueReporting.cpp e8b3c7d69a Added Pyramid test to determinism checks (#1351) hace 1 año
IssueReporting.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) hace 1 año
JobSystem.h 8f699863e2 Check Jolt with TSAN in CI (#1278) hace 1 año
JobSystem.inl 2eec160554 Sonar fixes hace 2 años
JobSystemSingleThreaded.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) hace 2 años
JobSystemSingleThreaded.h 687aefccce Added single threaded job system (#588) hace 2 años
JobSystemThreadPool.cpp 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) hace 1 año
JobSystemThreadPool.h 417b4dba99 Added option to get a callback when a job system thread starts/stops hace 1 año
JobSystemWithBarrier.cpp 8f699863e2 Check Jolt with TSAN in CI (#1278) hace 1 año
JobSystemWithBarrier.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) hace 1 año
LinearCurve.cpp bdc1695a64 Replace std::vector with custom implementation (#1089) hace 1 año
LinearCurve.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros hace 1 año
LockFreeHashMap.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) hace 1 año
LockFreeHashMap.inl 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) hace 1 año
Memory.cpp 6a7251d095 Added OldSize argument to realloc function (#1175) hace 1 año
Memory.h fd37495ad7 32-bit MinGW g++ doesn't call the correct overload for the new operator when a type is 16 bytes aligned. (#1614) hace 8 meses
Mutex.h 58445d6c26 Removed trailing whitespace from all source files (#688) hace 2 años
MutexArray.h f1420822d3 Removed std::unordered_map/set (#1337) hace 1 año
NonCopyable.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) hace 2 años
Profiler.cpp 0d7e9ee892 Moved profiler js/css into index.html hace 11 meses
Profiler.h e709a36bbc Allow an external profiler to be installed dynamically (#1164) hace 1 año
Profiler.inl ae863ad639 Fixed spurious TSAN failure when running out of space in the profiler hace 1 año
QuickSort.h 79ce4b2801 Removed some of the using std::... statements (#1353) hace 1 año
RTTI.cpp dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) hace 1 año
RTTI.h 778cbb2d5b Fixed typo in comment hace 1 año
Reference.h f1420822d3 Removed std::unordered_map/set (#1337) hace 1 año
Result.h 7068d29fd0 Added overloads for placement new (#1385) hace 1 año
STLAlignedAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) hace 1 año
STLAllocator.h 6a7251d095 Added OldSize argument to realloc function (#1175) hace 1 año
STLLocalAllocator.h c52aa1b189 Sonar fix hace 10 meses
STLTempAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) hace 1 año
ScopeExit.h 90477394cf Added ScopeExit class (#1129) hace 1 año
Semaphore.cpp 6ae6658220 Implemented semaphore for platform blue (#1463) hace 11 meses
Semaphore.h 6ae6658220 Implemented semaphore for platform blue (#1463) hace 11 meses
StaticArray.h 7068d29fd0 Added overloads for placement new (#1385) hace 1 año
StreamIn.h b40b2b6042 Further clarified how StreamIn::IsEOF should behave hace 1 año
StreamOut.h b54a0849e0 Removed the use of size_t when saving to binary (#1193) hace 1 año
StreamUtils.h b54a0849e0 Removed the use of size_t when saving to binary (#1193) hace 1 año
StreamWrapper.h db6d42bed5 Added a link to the main repository to the header of each file (#452) hace 2 años
StridedPtr.h 4058e6a72e SoftBodyManifold now returns sensor contacts separately (#1276) hace 1 año
StringTools.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) hace 2 años
StringTools.h f1420822d3 Removed std::unordered_map/set (#1337) hace 1 año
TempAllocator.h e021bd2de6 Fixing handling of max bodies and max contact constraints (#1506) hace 10 meses
TickCounter.cpp 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) hace 1 año
TickCounter.h 06f7d3d5ae Removed superfluous JPH_CPU_LOONGARCH check that I missed in review hace 8 meses
UnorderedMap.h 7068d29fd0 Added overloads for placement new (#1385) hace 1 año
UnorderedSet.h f1420822d3 Removed std::unordered_map/set (#1337) hace 1 año