Jorrit Rouwe
|
20eedf47c4
Fixed emscripten debug build (#1201)
|
1 year ago |
Jorrit Rouwe
|
417b4dba99
Added option to get a callback when a job system thread starts/stops
|
1 year ago |
Jorrit Rouwe
|
3487b287a8
Fix for GCC warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 9
|
1 year ago |
Jorrit Rouwe
|
73b4ef377d
Fixed GCC 11.4 warning in JobSystemThreadPool.cpp
|
1 year ago |
Mikael Hermansson
|
36869b03a0
Fixed integer literal type in SetThreadName (#844)
|
1 year ago |
Jérôme Leclercq
|
dc12fc370c
Use SetThreadDescription on Windows if supported (#835)
|
1 year ago |
Terry Hendrix II
|
580748c2d9
Add Linux support for SetThreadName (#823)
|
1 year ago |
Jorrit Rouwe
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
1 year ago |
Jorrit Rouwe
|
53e1608634
Split off Barrier implementation to JobSystemWithBarrier (#464)
|
2 years ago |
Jorrit Rouwe
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 years ago |
Jorrit Rouwe
|
f11abf059d
Removed using namespace std from namespace JPH (#308)
|
2 years ago |
Jorrit Rouwe
|
68781d9336
Moved <algorithm> to Core.h because it contains the definition for std::min/max so it is needed everywhere. (#220)
|
2 years ago |
mrezai
|
8b43fb806d
Add MinGW cross compile for Linux (#207)
|
3 years ago |
ImperatorS79
|
8adaf983f4
Add support for MinGW based compilers (#204)
|
3 years ago |
Jorrit Rouwe
|
b68097f582
Ability to override memory allocations (#183)
|
3 years ago |
Jorrit Rouwe
|
d30189ad22
Added Init() function to JobSystemThreadPool to allow initialization after construction (#140)
|
3 years ago |
Jorrit Rouwe
|
11025e6dd1
Removed a dynamic memory allocation while searching for a type in the RTTI factory & when creating a JobSystemThreadPool
|
3 years ago |
Jorrit Rouwe
|
c9796f6071
Sonar fixes (#125)
|
3 years ago |
Jorrit Rouwe
|
bfd74a56c1
- Added new line to end of every file (#110)
|
3 years ago |
Jorrit Rouwe
|
8b62fa04c4
Disabled warnings now stay within the Jolt headers (#108)
|
3 years ago |
Jorrit Rouwe
|
06e9d17d38
Switched default include path from JOLT_PHYSICS_ROOT to PHYSICS_REPO_ROOT. (#106)
|
3 years ago |
jrouwe
|
4f87ec71da
sonar fixes (#15)
|
3 years ago |
Jorrit Rouwe
|
a1e6c29248
Sonar fix: Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
|
3 years ago |
Jorrit Rouwe
|
228c476c0e
Rewrote wait condition to make sonar happy
|
4 years ago |
Jorrit Rouwe
|
ead1e50545
This will hopefully fix the github Linux Debug build
|
4 years ago |
Jorrit Rouwe
|
686ab6ab85
Initial import
|
4 years ago |