- 01 Oct, 2021 40 commits
-
-
Hugo Beauzée-Luyssen authored
refs #346
-
Hugo Beauzée-Luyssen authored
We'll soon have some members we don't want to swap, which would happen if we were using std::swap
-
Hugo Beauzée-Luyssen authored
We can infer the next wake up time since this was only used when all the queues were empty. This reduces the need for a global lock when computing the next wake up time refs #346
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It is accessed with the mutex held almost all the times, except when setting it. refs #346
-
Hugo Beauzée-Luyssen authored
Fix #368
-
Hugo Beauzée-Luyssen authored
Fix #338
-
Hugo Beauzée-Luyssen authored
This will simplify the triggers when we start to use that column to expose a number of seen media for media groups
-
Hugo Beauzée-Luyssen authored
Fix #235
-
Hugo Beauzée-Luyssen authored
This allows the user to know what's contained in a playlist without listing the media, and will allow the application to filter playlist by their content type Refs #235
-
Hugo Beauzée-Luyssen authored
Fix #321
-
Hugo Beauzée-Luyssen authored
This matches what's done for the removal
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It will update more than just the media count in the next commit
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #268
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This being a valuable performance boost, especially with long strings, which is usually the case for the SQL request cache
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This saves a temporary std::string construction/destruction each time the hook is invoked, which is at least once per modification request, and more when triggers are involved
-
Hugo Beauzée-Luyssen authored
This will allow heterogeneous lookups in std::unordered_map in order to remove the need of creating a temporary string each time we perform a lookup with a const char*
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This mostly fixes cppcheck warnings about value not being read
-
Hugo Beauzée-Luyssen authored
-