- Nov 09, 2021
-
-
Converting 0 frames to 0 ticks is valid.
-
- Nov 08, 2021
-
-
-
-
-
-
-
system theme may implicitly define some padding to the base Control (KDE)
-
Platform qml theme (on KDE for instance) can pre-define some padding on the Contol leading to misalignment
-
Misalignment may occur if the system QQC theme defines implicit padding (KDE)
-
Misalignment may occur if the system QQC theme defines implicit padding (KDE)
-
Labels may have some custom font size defined in pointSize in the system theme (KDE), this would conflicts with our pixelSize definition and generate a warning
-
this was causing wrong sizing on some plateforms
-
- Nov 07, 2021
-
-
- Nov 06, 2021
-
-
-
-
-
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also match the semantics of both functions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
No effective functional or ABI changes.
-
Rémi Denis-Courmont authored
(No functional changes.)
-
-
The function does _not_ copy the data.
-
- Nov 05, 2021
-
-
With latest SDK, arm64 is returned as architecture name for aarch64 machine targets from Apple, which is not recognized by autoconf, and breaks compilation of multiple contribs. We still need to indicate that we want an arm64 SDK, but replace arm64 by aarch64 in build triplets until autoconf fixes this.
-
-
As of c0f0d085, waiting on a condition variable is no longer a cancellation point. So these cleanup handlers no longer serve any purpose.
-
In LibVLC 3, passing a NULL media was supported. In LibVLC 4, it currently crashes. Fixes vlc-unity#123
-
-
- Nov 04, 2021
- Nov 03, 2021
-
-
As defined in RFC2397.
-
-
cf. https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryUsageGuidelines.html#//apple_ref/doc/uid/TP40001928-SW12 """ When the library name is a filename (that is, when it doesn’t include directory names), the dynamic loader searches for the library in several locations until it finds it, in the following order: - $LD_LIBRARY_PATH - $DYLD_LIBRARY_PATH - The process’s working directory - $DYLD_FALLBACK_LIBRARY_PATH When the library name contains at least one directory name, that is, when the name is a pathname (relative or fully qualified), the dynamic loader searches for the library in the following order: - $DYLD_LIBRARY_PATH using the filename - The given pathname - $DYLD_FALLBACK_LIBRARY_PATH using the filename """ Conclusion: DYLD_LIBRARY_PATH on macOS behave like LD_LIBRARY_PATH on Linux but LD_LIBRARY_PATH on macOS has a different behavior than LD_LIBRARY_PATH on Linux, so DYLD_LIBRARY_PATH should be used on macOS. Specially since we can't really control if the library name will include a path or not (relative or absolute).
-
- Nov 02, 2021
-
-
Rémi Denis-Courmont authored
-