- Feb 27, 2022
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Same problem as 0c482e07.
-
Unused since b86d55e0.
-
Note that in some cases they have been changed to forward declarations, and in some they have been moved, for instance inclusion of `<QUrl>` was moved from `qt.hpp` to where it was needed.
-
Any tiny build speedup from being able to use forward declarations is more preferable IMO to having these small functions within the header.
-
-
Rémi Denis-Courmont authored
This reverts commit 7cb9c326.
-
- Feb 26, 2022
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The callbacks are initially for default C implementation, and are updated by the "worst" optimisation first, with the best last. (We do not stop at the first supported optimisation as not all all modules necessarily provide all optimised callbacks.) This probes modules by descending score, so that we can assign highest score to the best optimisation. This makes no functonal differences, merely provide a more intuitive module scoring.
-
We don't have any local patch for this library. A normal mingw-w64 install has both libpthread.a and libpthread.dll.a, contribs will use the former.
-
It generates a warning configure: WARNING: unrecognized options: --disable-mkv
-
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
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
-
When running code in C++, remove the macro which is applying regardless of the language context, and provide dedicated function overload for the same effect. In addition, provide a dedicated wrapper avoiding cast and size specification.
-