vinod-sv 757c6b7719 Make ARM64EC build available with NEON intrinsics (#1897) 1 день тому
..
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) 1 день тому
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 тижнів тому