.. |
ARMNeon.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
Atomics.h
|
71e7988e96
Added support to split up large islands (#458)
|
2 vuotta sitten |
ByteBuffer.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
Color.cpp
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
Color.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
Core.h
|
912bdbafb9
Upgrade to latest Android NDK & fix warning (#741)
|
1 vuosi sitten |
FPControlWord.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
FPException.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
FPFlushDenormals.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
Factory.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
Factory.h
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 vuotta sitten |
FixedSizeFreeList.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
FixedSizeFreeList.inl
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
HashCombine.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
InsertionSort.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
IssueReporting.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
IssueReporting.h
|
ff4ce177f4
Allow using JPH_ASSERT outside of the JPH namespace
|
1 vuosi sitten |
JobSystem.h
|
577c849204
Added getter for job name (#695)
|
1 vuosi sitten |
JobSystem.inl
|
2eec160554
Sonar fixes
|
2 vuotta sitten |
JobSystemSingleThreaded.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
JobSystemSingleThreaded.h
|
687aefccce
Added single threaded job system (#588)
|
2 vuotta sitten |
JobSystemThreadPool.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
JobSystemThreadPool.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
JobSystemWithBarrier.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
JobSystemWithBarrier.h
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 vuotta sitten |
LinearCurve.cpp
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
LinearCurve.h
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 vuotta sitten |
LockFreeHashMap.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
LockFreeHashMap.inl
|
6fd46901b5
Fixed issues found by PVS-Studio (#729)
|
1 vuosi sitten |
Memory.cpp
|
a58e5485fa
Changed AlignedAllocate to default to posix_memalign (#738)
|
1 vuosi sitten |
Memory.h
|
3ab6961261
Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594)
|
2 vuotta sitten |
Mutex.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
MutexArray.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
NonCopyable.h
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 vuotta sitten |
Profiler.cpp
|
6ffb5f62ee
Removed ability to write a table view of a frame volume
|
1 vuosi sitten |
Profiler.h
|
6ffb5f62ee
Removed ability to write a table view of a frame volume
|
1 vuosi sitten |
Profiler.inl
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
QuickSort.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
RTTI.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
RTTI.h
|
6d750dcc2e
Changed C style casts to C++ style casts, or constructors where appropriate (#698)
|
1 vuosi sitten |
Reference.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
Result.h
|
779ba3673b
Ability to add soft bodies to a PhysicsScene and load/save them (#656)
|
2 vuotta sitten |
STLAlignedAllocator.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
STLAllocator.h
|
6d750dcc2e
Changed C style casts to C++ style casts, or constructors where appropriate (#698)
|
1 vuosi sitten |
STLTempAllocator.h
|
6d750dcc2e
Changed C style casts to C++ style casts, or constructors where appropriate (#698)
|
1 vuosi sitten |
Semaphore.cpp
|
53e1608634
Split off Barrier implementation to JobSystemWithBarrier (#464)
|
2 vuotta sitten |
Semaphore.h
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 vuotta sitten |
StaticArray.h
|
caf681426d
Added StaticArray::at function for JoltPhysics.js
|
1 vuosi sitten |
StreamIn.h
|
ab534eaa51
Added support for 32-bit ARM and x86 on Android and dropped the min required SDK to 21 (#739)
|
1 vuosi sitten |
StreamOut.h
|
ab534eaa51
Added support for 32-bit ARM and x86 on Android and dropped the min required SDK to 21 (#739)
|
1 vuosi sitten |
StreamUtils.h
|
6d750dcc2e
Changed C style casts to C++ style casts, or constructors where appropriate (#698)
|
1 vuosi sitten |
StreamWrapper.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
StringTools.cpp
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
StringTools.h
|
d2f1d97004
Support for building Jolt as a shared library on Windows (#513)
|
2 vuotta sitten |
TempAllocator.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 vuosi sitten |
TickCounter.cpp
|
d44f4bad08
Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707)
|
1 vuosi sitten |
TickCounter.h
|
d44f4bad08
Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707)
|
1 vuosi sitten |
UnorderedMap.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |
UnorderedSet.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 vuotta sitten |