- Mar 25, 2022
-
-
Hugo Beauzée-Luyssen authored
This only ever caught false positive
-
Hugo Beauzée-Luyssen authored
This reverts commit 433593c5. This wasn't enough to fix the problem, as a refresh would: - Invoke flush, setting the flushed flag to true - Invoke restore, immediatly setting the flag back to false
-
Hugo Beauzée-Luyssen authored
This saves a bit of duplicated code in each template instantiation
-
Hugo Beauzée-Luyssen authored
This saves about 20KB in the resulting binary refs #430
-
Hugo Beauzée-Luyssen authored
Now that we don't have to manually time the request, we can just return the result directly
-
Hugo Beauzée-Luyssen authored
This prevents this common code to be generated for each variant, saving around 10KB in the resulting binary refs #430
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 24, 2022
-
-
Hugo Beauzée-Luyssen authored
This doesn't cause a size loss, but it will prevent the same code from being built again and again from most files
-
Hugo Beauzée-Luyssen authored
This saves a bit of space in the resulting binary (about 30KB)
-
Hugo Beauzée-Luyssen authored
This doesn't save space but it prevents the code from being actually built from pretty much each other source file
-
Hugo Beauzée-Luyssen authored
This saves about 174KB in a release shared library
-
- Mar 23, 2022
-
-
Hugo Beauzée-Luyssen authored
Which fixes a constraint violation when removing a media that was bookmarked. Fix #429
-
Hugo Beauzée-Luyssen authored
The temporary table wasn't removed, which isn't an issue as it will go away when the database gets closed, but it breaks the migration tests
-
Hugo Beauzée-Luyssen authored
Sprinkling per-version modification isn't readable when there's more than a couple changes refs #429
-
Hugo Beauzée-Luyssen authored
Fix #425
-
Hugo Beauzée-Luyssen authored
Refs #425
-
Hugo Beauzée-Luyssen authored
This tests with more than a single track since the genre was deleted when the number of track reached 0
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #428
-
Hugo Beauzée-Luyssen authored
Those would cause the relation table rowid to be used, which is of no use to the application as the table is not publicly accessible
-
Hugo Beauzée-Luyssen authored
refs #428
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Always use include_directories instead of manually crafting paths. This also removed a use of deprecated `source_root` function
-
- Mar 22, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #424
-
- Mar 17, 2022
-
-
Felix Paul Kühne authored
-
- Mar 16, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 14, 2022
-
-
Hugo Beauzée-Luyssen authored
We don't need to run both job sequentially
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Mar 10, 2022
-
-
Hugo Beauzée-Luyssen authored
Fix #423
-
- Feb 24, 2022
-
-
Hugo Beauzée-Luyssen authored
Fix #418
-
Hugo Beauzée-Luyssen authored
The later is deprecated since meson 0.56
-
- Feb 21, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Feb 18, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Feb 16, 2022
-
-
Hugo Beauzée-Luyssen authored
-
- Feb 14, 2022
-
-
Hugo Beauzée-Luyssen authored
The whole point is to handle libatomic not being present, so we should not require it
-
Hugo Beauzée-Luyssen authored
This is breaking legitimate usecases, we'll reimplement it with the new mountpoint cache if needed Fix #414
-