Abel Briggs d3c4e3058a QuadTree / FixedSizeFreeList: Reorder variable layout to reduce false sharing & thread syncs (#1136) 1 an în urmă
..
ARMNeon.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 ani în urmă
Array.h ff05612c89 Improved allocator reallocate logic (#1094) 1 an în urmă
Atomics.h 71e7988e96 Added support to split up large islands (#458) 2 ani în urmă
ByteBuffer.h 23bfbbdb3c Bugfix: Ensure that we fill the buffer with zeros when aligning 1 an în urmă
Color.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 ani în urmă
Color.h c416db3c76 Improved sorting of LRA constraints (#1052) 1 an în urmă
Core.h dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) 1 an în urmă
FPControlWord.h 3824d58d09 Supporting SIMD for WASM build (#963) 1 an în urmă
FPException.h 3824d58d09 Supporting SIMD for WASM build (#963) 1 an în urmă
FPFlushDenormals.h 3824d58d09 Supporting SIMD for WASM build (#963) 1 an în urmă
Factory.cpp dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) 1 an în urmă
Factory.h e6c8173612 Documentation 1 an în urmă
FixedSizeFreeList.h d3c4e3058a QuadTree / FixedSizeFreeList: Reorder variable layout to reduce false sharing & thread syncs (#1136) 1 an în urmă
FixedSizeFreeList.inl 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
HashCombine.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
InsertionSort.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 ani în urmă
IssueReporting.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
IssueReporting.h 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) 1 an în urmă
JobSystem.h 045a87e230 Ran spell checker over all comments in the Jolt folder 1 an în urmă
JobSystem.inl 2eec160554 Sonar fixes 2 ani în urmă
JobSystemSingleThreaded.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
JobSystemSingleThreaded.h 687aefccce Added single threaded job system (#588) 2 ani în urmă
JobSystemThreadPool.cpp 417b4dba99 Added option to get a callback when a job system thread starts/stops 1 an în urmă
JobSystemThreadPool.h 417b4dba99 Added option to get a callback when a job system thread starts/stops 1 an în urmă
JobSystemWithBarrier.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
JobSystemWithBarrier.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 ani în urmă
LinearCurve.cpp bdc1695a64 Replace std::vector with custom implementation (#1089) 1 an în urmă
LinearCurve.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 ani în urmă
LockFreeHashMap.h 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) 1 an în urmă
LockFreeHashMap.inl 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) 1 an în urmă
Memory.cpp 534e48c7de Free memory when calling shrink_to_fit on empty array (#1093) 1 an în urmă
Memory.h bdc1695a64 Replace std::vector with custom implementation (#1089) 1 an în urmă
Mutex.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
MutexArray.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
NonCopyable.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 ani în urmă
Profiler.cpp bdc1695a64 Replace std::vector with custom implementation (#1089) 1 an în urmă
Profiler.h 045a87e230 Ran spell checker over all comments in the Jolt folder 1 an în urmă
Profiler.inl 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
QuickSort.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
RTTI.cpp dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) 1 an în urmă
RTTI.h ff2217ed02 Fixed StaticCast and DynamicCast (#1135) 1 an în urmă
Reference.h 045a87e230 Ran spell checker over all comments in the Jolt folder 1 an în urmă
Result.h 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 ani în urmă
STLAlignedAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) 1 an în urmă
STLAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) 1 an în urmă
STLTempAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) 1 an în urmă
ScopeExit.h 90477394cf Added ScopeExit class (#1129) 1 an în urmă
Semaphore.cpp 53e1608634 Split off Barrier implementation to JobSystemWithBarrier (#464) 2 ani în urmă
Semaphore.h 045a87e230 Ran spell checker over all comments in the Jolt folder 1 an în urmă
StaticArray.h bdc1695a64 Replace std::vector with custom implementation (#1089) 1 an în urmă
StreamIn.h bdc1695a64 Replace std::vector with custom implementation (#1089) 1 an în urmă
StreamOut.h bdc1695a64 Replace std::vector with custom implementation (#1089) 1 an în urmă
StreamUtils.h 6d750dcc2e Changed C style casts to C++ style casts, or constructors where appropriate (#698) 2 ani în urmă
StreamWrapper.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 ani în urmă
StringTools.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 ani în urmă
StringTools.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 ani în urmă
TempAllocator.h 3ae9520be6 Bugfix: TempAllocator could forward zero sized allocations 1 an în urmă
TickCounter.cpp d44f4bad08 Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707) 2 ani în urmă
TickCounter.h 106a35edc5 Support building for e2k (Elbrus2000) CPU architecture (VLIW) (#871) 2 ani în urmă
UnorderedMap.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 ani în urmă
UnorderedSet.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 ani în urmă