virtul e4b5f33c1f fix missing malloc.h include in clang-cl mode (clang in msvc mode) (#1642) 7 ヶ月 前
..
ARMNeon.h 06b5ddcc7a Support for compiling for ARM with GCC < 12 (#1198) 1 年間 前
Array.h 9dcd11cf65 Added reverse_iterator and const_reverse_iterator for Array (#1526) 10 ヶ月 前
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 294c22850c Workaround for compile error in clang 13 on macOS (#1485) 11 ヶ月 前
Core.h e4b5f33c1f fix missing malloc.h include in clang-cl mode (clang in msvc mode) (#1642) 7 ヶ月 前
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 99aee4a039 Bugfix in HashTable resize 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 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) 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 fd37495ad7 32-bit MinGW g++ doesn't call the correct overload for the new operator when a type is 16 bytes aligned. (#1614) 8 ヶ月 前
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 年 前
Profiler.cpp 0d7e9ee892 Moved profiler js/css into index.html 11 ヶ月 前
Profiler.h e709a36bbc Allow an external profiler to be installed dynamically (#1164) 1 年間 前
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 778cbb2d5b Fixed typo in comment 1 年間 前
Reference.h f1420822d3 Removed std::unordered_map/set (#1337) 1 年間 前
Result.h 7068d29fd0 Added overloads for placement new (#1385) 1 年間 前
STLAlignedAllocator.h ff05612c89 Improved allocator reallocate logic (#1094) 1 年間 前
STLAllocator.h 6a7251d095 Added OldSize argument to realloc function (#1175) 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 6ae6658220 Implemented semaphore for platform blue (#1463) 11 ヶ月 前
Semaphore.h 6ae6658220 Implemented semaphore for platform blue (#1463) 11 ヶ月 前
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 b54a0849e0 Removed the use of size_t when saving to binary (#1193) 1 年間 前
StreamWrapper.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 年 前
StridedPtr.h 4058e6a72e SoftBodyManifold now returns sensor contacts separately (#1276) 1 年間 前
StringTools.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 年 前
StringTools.h f1420822d3 Removed std::unordered_map/set (#1337) 1 年間 前
TempAllocator.h e021bd2de6 Fixing handling of max bodies and max contact constraints (#1506) 11 ヶ月 前
TickCounter.cpp 0fd3773c1a Do not define WIN32_LEAN_AND_MEAN if already defined (#1244) 1 年間 前
TickCounter.h 06f7d3d5ae Removed superfluous JPH_CPU_LOONGARCH check that I missed in review 9 ヶ月 前
UnorderedMap.h 7068d29fd0 Added overloads for placement new (#1385) 1 年間 前
UnorderedSet.h f1420822d3 Removed std::unordered_map/set (#1337) 1 年間 前