Jorrit Rouwe 778cbb2d5b Fixed typo in comment před 1 rokem
..
ARMNeon.h 06b5ddcc7a Support for compiling for ARM with GCC < 12 (#1198) před 1 rokem
Array.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
Atomics.h 71e7988e96 Added support to split up large islands (#458) před 2 roky
ByteBuffer.h 23bfbbdb3c Bugfix: Ensure that we fill the buffer with zeros when aligning před 1 rokem
Color.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) před 2 roky
Color.h c416db3c76 Improved sorting of LRA constraints (#1052) před 1 rokem
Core.h 308dd5779a 5.1.1 will be the new dev version před 1 rokem
FPControlWord.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
FPException.h 3824d58d09 Supporting SIMD for WASM build (#963) před 1 rokem
FPFlushDenormals.h 3824d58d09 Supporting SIMD for WASM build (#963) před 1 rokem
Factory.cpp dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) před 1 rokem
Factory.h e6c8173612 Documentation před 1 rokem
FixedSizeFreeList.h d3c4e3058a QuadTree / FixedSizeFreeList: Reorder variable layout to reduce false sharing & thread syncs (#1136) před 1 rokem
FixedSizeFreeList.inl 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
HashCombine.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
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 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
JobSystem.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
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 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) před 1 rokem
JobSystemThreadPool.h 417b4dba99 Added option to get a callback when a job system thread starts/stops před 1 rokem
JobSystemWithBarrier.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) před 2 roky
JobSystemWithBarrier.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
LinearCurve.cpp bdc1695a64 Replace std::vector with custom implementation (#1089) před 1 rokem
LinearCurve.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) před 2 roky
LockFreeHashMap.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
LockFreeHashMap.inl 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) před 1 rokem
Memory.cpp 6a7251d095 Added OldSize argument to realloc function (#1175) před 1 rokem
Memory.h 6a7251d095 Added OldSize argument to realloc function (#1175) před 1 rokem
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 e709a36bbc Allow an external profiler to be installed dynamically (#1164) před 1 rokem
Profiler.h e709a36bbc Allow an external profiler to be installed dynamically (#1164) před 1 rokem
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 dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) před 1 rokem
RTTI.h 778cbb2d5b Fixed typo in comment před 1 rokem
Reference.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
Result.h 6cad26a300 Suppress GCC warning: 'XXX' may be used uninitialized in this function [-Werror=maybe-uninitialized] (#1166) před 1 rokem
STLAlignedAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) před 1 rokem
STLAllocator.h 6a7251d095 Added OldSize argument to realloc function (#1175) před 1 rokem
STLTempAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) před 1 rokem
ScopeExit.h 90477394cf Added ScopeExit class (#1129) před 1 rokem
Semaphore.cpp 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) před 1 rokem
Semaphore.h 045a87e230 Ran spell checker over all comments in the Jolt folder před 1 rokem
StaticArray.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
StreamIn.h b54a0849e0 Removed the use of size_t when saving to binary (#1193) před 1 rokem
StreamOut.h b54a0849e0 Removed the use of size_t when saving to binary (#1193) před 1 rokem
StreamUtils.h b54a0849e0 Removed the use of size_t when saving to binary (#1193) před 1 rokem
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 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) před 1 rokem
TempAllocator.h 3c67be7924 Added new TempAllocator implementation that can fall back to malloc when it runs out of its fixed size buffer před 1 rokem
TickCounter.cpp 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) před 1 rokem
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