Jorrit Rouwe 0436c32dfd Clang 16 compile fixes + doctest upgrade to 2.4.11 (#661) 2 лет назад
..
ARMNeon.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Atomics.h 71e7988e96 Added support to split up large islands (#458) 2 лет назад
ByteBuffer.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Color.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Color.h 4c0a700dba Fixes for MSVC 17.7.0 Preview 3 compilation errors (#615) 2 лет назад
Core.h 0436c32dfd Clang 16 compile fixes + doctest upgrade to 2.4.11 (#661) 2 лет назад
FPControlWord.h 4e457165ee Experimental linux armv7a support (#500) 2 лет назад
FPException.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
FPFlushDenormals.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Factory.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Factory.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
FixedSizeFreeList.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
FixedSizeFreeList.inl fadc299502 Fixed crash when destructing a JobSystemThreadPool that never got an Init call (#484) 2 лет назад
HashCombine.h ec7ca49224 Added 64-bit hashing function to speed up body pair hashing (#469) 2 лет назад
InsertionSort.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
IssueReporting.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
IssueReporting.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
JobSystem.h 2eec160554 Sonar fixes 2 лет назад
JobSystem.inl 2eec160554 Sonar fixes 2 лет назад
JobSystemSingleThreaded.cpp 687aefccce Added single threaded job system (#588) 2 лет назад
JobSystemSingleThreaded.h 687aefccce Added single threaded job system (#588) 2 лет назад
JobSystemThreadPool.cpp 53e1608634 Split off Barrier implementation to JobSystemWithBarrier (#464) 2 лет назад
JobSystemThreadPool.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
JobSystemWithBarrier.cpp 53e1608634 Split off Barrier implementation to JobSystemWithBarrier (#464) 2 лет назад
JobSystemWithBarrier.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
LinearCurve.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
LinearCurve.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
LockFreeHashMap.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
LockFreeHashMap.inl db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Memory.cpp b1766f345d Using aligned_alloc instead of std::aligned_alloc (#526) 2 лет назад
Memory.h 3ab6961261 Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594) 2 лет назад
Mutex.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
MutexArray.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
NonCopyable.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
Profiler.cpp d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
Profiler.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
Profiler.inl d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
QuickSort.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
RTTI.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
RTTI.h 3ab6961261 Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594) 2 лет назад
Reference.h f340da6a18 Fixed warnings emitted by MSVC 14.36 (#533) 2 лет назад
Result.h 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 лет назад
STLAlignedAllocator.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
STLAllocator.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
STLTempAllocator.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
Semaphore.cpp 53e1608634 Split off Barrier implementation to JobSystemWithBarrier (#464) 2 лет назад
Semaphore.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
StaticArray.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
StreamIn.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
StreamOut.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
StreamUtils.h 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 лет назад
StreamWrapper.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
StringTools.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
StringTools.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
TempAllocator.h 3ab6961261 Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594) 2 лет назад
TickCounter.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
TickCounter.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 лет назад
UnorderedMap.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад
UnorderedSet.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 лет назад