overte-lubosz/tests
Dale Glass cdc15d7821 Improve settings system, by moving all writes to a thread
This should complete what was started in the HiFi days but didn't quite succeed.

Setting::Manager is now thread safe, and delegates all settings writes to a thread
that nothing waits on, which should ensure that settings don't degrade performance
even on slow storage devices.

Functions that weren't thread safe were removed from Setting::Manager, and it was
reduced to a key/value store.

Functions that modify state like beginGroup were implemented in the Settings class
instead, which should be created only in the context where it's needed. It will
forward all changes to the manager.

A few QSettings functions were left unimplemented because they're not used in
the code. They may be implemented later if there's a need.
2022-10-23 23:25:42 +02:00
..
animation Added missing AnimClip parameters. Needs checking if the values are sane. 2022-06-06 23:19:50 +02:00
audio
baking
gpu Deal with function signature changes 2022-06-06 23:23:59 +02:00
jitter
ktx Add error checking, fail sanely if image can't be found 2022-06-07 00:01:44 +02:00
mocha
networking Rename "HifiSockAddr" to "SockAddr" 2021-07-06 13:23:57 +12:00
octree Fix AABoxCubeTest 2022-06-07 16:49:15 +02:00
physics fix ShapeInfoTests to use reduced HashKey API 2019-02-12 15:37:09 -08:00
recording Implement thread debugging with tsan 2021-04-02 20:41:23 +02:00
shaders Attempted to mess with the shaders test, but it seems too out of date. Disabled. 2022-06-06 23:17:25 +02:00
shared Improve settings system, by moving all writes to a thread 2022-10-23 23:25:42 +02:00
workload Test removed, broken 2022-06-06 23:30:55 +02:00
CMakeLists.txt