vinod-sv 757c6b7719 Make ARM64EC build available with NEON intrinsics (#1897) 17 ساعت پیش
..
ARMNeon.h 06b5ddcc7a Support for compiling for ARM with GCC < 12 (#1198) 1 سال پیش
Array.h ae1f305b49 Fixed compilation error when using Jolt in conjunction with the _CRTDBG_MAP_ALLOC define on Windows (#1782) 3 ماه پیش
Atomics.h 71e7988e96 Added support to split up large islands (#458) 2 سال پیش
BinaryHeap.h e8b3c7d69a Added Pyramid test to determinism checks (#1351) 1 سال پیش
ByteBuffer.h 7068d29fd0 Added overloads for placement new (#1385) 1 سال پیش
Color.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 سال پیش
Color.h 390cefd44c Added function to get a color gradient between green and red 3 ماه پیش
Core.h 757c6b7719 Make ARM64EC build available with NEON intrinsics (#1897) 17 ساعت پیش
FPControlWord.h f094082aa2 LoongArch support (#1411) 1 سال پیش
FPException.h fe87468daa Enable floating point overflow exceptions (#1398) 1 سال پیش
FPFlushDenormals.h f094082aa2 LoongArch support (#1411) 1 سال پیش
Factory.cpp 79ce4b2801 Removed some of the using std::... statements (#1353) 1 سال پیش
Factory.h e6c8173612 Documentation 1 سال پیش
FixedSizeFreeList.h d3c4e3058a QuadTree / FixedSizeFreeList: Reorder variable layout to reduce false sharing & thread syncs (#1136) 1 سال پیش
FixedSizeFreeList.inl 7068d29fd0 Added overloads for placement new (#1385) 1 سال پیش
HashCombine.h 7221323294 Faster hashing for IndexedTriangle to improve MeshShape::Sanitize (#1368) 1 سال پیش
HashTable.h d3356e2b3a Replaced use of __STDCPP_DEFAULT_NEW_ALIGNMENT__ with JPH_DEFAULT_ALLOCATE_ALIGNMENT so that it can be overridden in case a custom allocator has different alignment rules 1 ماه پیش
IncludeWindows.h 5ac132df68 Added interface to run compute shaders on the GPU with implementations for DX12, Vulkan and Metal. (#1847) 1 ماه پیش
InsertionSort.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 سال پیش
IssueReporting.cpp e8b3c7d69a Added Pyramid test to determinism checks (#1351) 1 سال پیش
IssueReporting.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) 1 سال پیش
JobSystem.h 8f699863e2 Check Jolt with TSAN in CI (#1278) 1 سال پیش
JobSystem.inl 2eec160554 Sonar fixes 2 سال پیش
JobSystemSingleThreaded.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 سال پیش
JobSystemSingleThreaded.h 687aefccce Added single threaded job system (#588) 2 سال پیش
JobSystemThreadPool.cpp 5ac132df68 Added interface to run compute shaders on the GPU with implementations for DX12, Vulkan and Metal. (#1847) 1 ماه پیش
JobSystemThreadPool.h 417b4dba99 Added option to get a callback when a job system thread starts/stops 1 سال پیش
JobSystemWithBarrier.cpp 8f699863e2 Check Jolt with TSAN in CI (#1278) 1 سال پیش
JobSystemWithBarrier.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) 1 سال پیش
LinearCurve.cpp bdc1695a64 Replace std::vector with custom implementation (#1089) 1 سال پیش
LinearCurve.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 سال پیش
LockFreeHashMap.h 19fbd9e031 Consistency fix: A few files were using spaces instead of tabs (#1171) 1 سال پیش
LockFreeHashMap.inl 76eb4534be Switch from using _DEBUG to NDEBUG (#1049) 1 سال پیش
Memory.cpp 6a7251d095 Added OldSize argument to realloc function (#1175) 1 سال پیش
Memory.h 1262f85596 Added comments 1 ماه پیش
Mutex.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 سال پیش
MutexArray.h f1420822d3 Removed std::unordered_map/set (#1337) 1 سال پیش
NonCopyable.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 سال پیش
ObjectToIDMap.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
Profiler.cpp fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
Profiler.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
Profiler.inl ae863ad639 Fixed spurious TSAN failure when running out of space in the profiler 1 سال پیش
QuickSort.h 79ce4b2801 Removed some of the using std::... statements (#1353) 1 سال پیش
RTTI.cpp dc3ea78722 Added option to compile without ObjectStream to reduce library size (#1105) 1 سال پیش
RTTI.h 2363c3b2dc Made it possible to make a class outside the JPH namespace serializable (#1850) 1 ماه پیش
Reference.h f1420822d3 Removed std::unordered_map/set (#1337) 1 سال پیش
Result.h c200feb120 Improved compute system error handling (#1851) 1 ماه پیش
STLAlignedAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) 1 سال پیش
STLAllocator.h d3356e2b3a Replaced use of __STDCPP_DEFAULT_NEW_ALIGNMENT__ with JPH_DEFAULT_ALLOCATE_ALIGNMENT so that it can be overridden in case a custom allocator has different alignment rules 1 ماه پیش
STLLocalAllocator.h c52aa1b189 Sonar fix 11 ماه پیش
STLTempAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) 1 سال پیش
ScopeExit.h 90477394cf Added ScopeExit class (#1129) 1 سال پیش
Semaphore.cpp 5ac132df68 Added interface to run compute shaders on the GPU with implementations for DX12, Vulkan and Metal. (#1847) 1 ماه پیش
Semaphore.h 6ae6658220 Implemented semaphore for platform blue (#1463) 1 سال پیش
StaticArray.h 7068d29fd0 Added overloads for placement new (#1385) 1 سال پیش
StreamIn.h b40b2b6042 Further clarified how StreamIn::IsEOF should behave 1 سال پیش
StreamOut.h b54a0849e0 Removed the use of size_t when saving to binary (#1193) 1 سال پیش
StreamUtils.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
StreamWrapper.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 سال پیش
StridedPtr.h 4a708eea7b Added strand based hair system running on GPU (#1869) 3 هفته پیش
StringTools.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 سال پیش
StringTools.h f1420822d3 Removed std::unordered_map/set (#1337) 1 سال پیش
TempAllocator.h d3356e2b3a Replaced use of __STDCPP_DEFAULT_NEW_ALIGNMENT__ with JPH_DEFAULT_ALLOCATE_ALIGNMENT so that it can be overridden in case a custom allocator has different alignment rules 1 ماه پیش
TickCounter.cpp 5ac132df68 Added interface to run compute shaders on the GPU with implementations for DX12, Vulkan and Metal. (#1847) 1 ماه پیش
TickCounter.h db654de2a6 Support for compiling on x64 with 32 bit pointers (#1835) 1 ماه پیش
UnorderedMap.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
UnorderedMapFwd.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
UnorderedSet.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش
UnorderedSetFwd.h fe0b87a2ab Further improved compile speed (#1873) 2 هفته پیش