Jorrit Rouwe 3487b287a8 Fix for GCC warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 9 před 1 rokem
..
ARMNeon.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
Atomics.h 71e7988e96 Added support to split up large islands (#458) před 2 roky
ByteBuffer.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
Color.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
Color.h b084d8f905 Fix Linux shared compilation when using GCC (#752) před 2 roky
Core.h f5c3cc1f03 Replacing JPH_CRASH with std::abort (#881) před 2 roky
FPControlWord.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
FPException.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
FPFlushDenormals.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
Factory.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
Factory.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
FixedSizeFreeList.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
FixedSizeFreeList.inl 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
HashCombine.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
InsertionSort.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
IssueReporting.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
IssueReporting.h ff4ce177f4 Allow using JPH_ASSERT outside of the JPH namespace před 2 roky
JobSystem.h 577c849204 Added getter for job name (#695) před 2 roky
JobSystem.inl 2eec160554 Sonar fixes před 2 roky
JobSystemSingleThreaded.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
JobSystemSingleThreaded.h 687aefccce Added single threaded job system (#588) před 2 roky
JobSystemThreadPool.cpp 3487b287a8 Fix for GCC warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 9 před 1 rokem
JobSystemThreadPool.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
JobSystemWithBarrier.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
JobSystemWithBarrier.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
LinearCurve.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
LinearCurve.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
LockFreeHashMap.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
LockFreeHashMap.inl 6fd46901b5 Fixed issues found by PVS-Studio (#729) před 2 roky
Memory.cpp d7fe0f0dfd Fix error due to return value being implicitly ignored. (#825) před 2 roky
Memory.h 3ab6961261 Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594) před 2 roky
Mutex.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
MutexArray.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
NonCopyable.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
Profiler.cpp 6ffb5f62ee Removed ability to write a table view of a frame volume před 2 roky
Profiler.h b084d8f905 Fix Linux shared compilation when using GCC (#752) před 2 roky
Profiler.inl 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
QuickSort.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
RTTI.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
RTTI.h 6d750dcc2e Changed C style casts to C++ style casts, or constructors where appropriate (#698) před 2 roky
Reference.h 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
Result.h 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) před 2 roky
STLAlignedAllocator.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
STLAllocator.h 6d750dcc2e Changed C style casts to C++ style casts, or constructors where appropriate (#698) před 2 roky
STLTempAllocator.h 6d750dcc2e Changed C style casts to C++ style casts, or constructors where appropriate (#698) před 2 roky
Semaphore.cpp 53e1608634 Split off Barrier implementation to JobSystemWithBarrier (#464) před 2 roky
Semaphore.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
StaticArray.h caf681426d Added StaticArray::at function for JoltPhysics.js před 2 roky
StreamIn.h ab534eaa51 Added support for 32-bit ARM and x86 on Android and dropped the min required SDK to 21 (#739) před 2 roky
StreamOut.h ab534eaa51 Added support for 32-bit ARM and x86 on Android and dropped the min required SDK to 21 (#739) před 2 roky
StreamUtils.h 6d750dcc2e Changed C style casts to C++ style casts, or constructors where appropriate (#698) před 2 roky
StreamWrapper.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
StringTools.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
StringTools.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
TempAllocator.h f5c3cc1f03 Replacing JPH_CRASH with std::abort (#881) před 2 roky
TickCounter.cpp d44f4bad08 Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707) před 2 roky
TickCounter.h 106a35edc5 Support building for e2k (Elbrus2000) CPU architecture (VLIW) (#871) před 2 roky
UnorderedMap.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
UnorderedSet.h db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky