overte-AleziaKurdis/tests
Anthony Thibault 442a679108 Make DepenencyManager thread-safe again
Before this PR, there were no locks around the two internal QHash data structures.
Races are rare, due to the fact that the DependencyManager is initialized on the main thread on startup and the fact that a static QWeakPointer was used as an internal cache.
However, there have been reported crashes where the render thread uses DependencyManager::isSet() perhaps while the main thread is adding a late dependency.
DependencyManager::isSet() did not use the static QWeakPointer cache and was more prone to race conditions.

To avoid this and perhaps other data races, mutexes now guard both of the internal QHash data structures.
Also, as an optimization, the most frequent call to DependencyManager::isSet was removed (Profile.cpp).
2019-05-10 14:12:10 -07:00
..
animation made changes requested 2019-04-25 14:42:41 -07:00
audio fix bitrot from AudioRingBuffer API change 2016-12-28 18:12:22 -08:00
baking add single quote tests to JS baking tests 2018-03-22 13:41:33 -07:00
gpu Shader refactoring for explicit bindings 2018-08-03 14:58:11 -07:00
jitter Fix non self-sufficient headers 2018-05-04 16:26:41 -07:00
ktx Fix unit test compile failures and crashes 2018-05-09 13:20:47 -07:00
mocha Convert all simple one-liners containing ') { ' to instead take up three lines. 2016-02-10 12:03:07 -08:00
networking Cached shader binaries and uniform data for shaders 2018-05-24 12:42:33 -07:00
octree Cached shader binaries and uniform data for shaders 2018-05-24 12:42:33 -07:00
physics fix ShapeInfoTests to use reduced HashKey API 2019-02-12 15:37:09 -08:00
recording Fix new Mac warnings 2018-10-09 12:11:55 -07:00
shaders Vcpkg migration 2018-11-08 12:28:06 -08:00
shared Make DepenencyManager thread-safe again 2019-05-10 14:12:10 -07:00
workload fix workoad unit tests 2018-02-22 14:39:13 -08:00
CMakeLists.txt Fix unit testing setup 2018-05-17 15:05:40 -07:00