obs-StreamFX/source
Michael Fabian 'Xaymar' Dirks 4e41c5cf24 code: Revert #836
The compiler will choose the optimal way automatically, and forcing std::move here actually results in two objects existing side by side, before being "moved" into one.
2023-04-05 18:58:38 +02:00
..
encoders code: (sn)printf automatically zero-terminates strings 2023-04-05 18:58:38 +02:00
ffmpeg code: Revert #836 2023-04-05 18:58:38 +02:00
filters code: Always provide a default case for enumerations 2023-04-05 18:58:37 +02:00
gfx code: Always provide a default case for enumerations 2023-04-05 18:58:37 +02:00
nvidia code: Always initialize or cast to correct type 2023-04-05 18:58:37 +02:00
obs code: Always initialize or cast to correct type 2023-04-05 18:58:37 +02:00
sources code: Don't use try-catch as function definition 2023-04-05 18:58:37 +02:00
transitions code: Don't use try-catch as function definition 2023-04-05 18:58:37 +02:00
ui project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
util code: Always initialize or cast to correct type 2023-04-05 18:58:37 +02:00
common.hpp common: Add macro to force inlining 2023-04-05 18:58:20 +02:00
configuration.cpp configuration: Fix unicode support 2023-03-28 13:11:04 +02:00
configuration.hpp configuration: Fix failed saving due to invalid path 2023-03-28 12:40:46 +02:00
plugin.cpp code: Don't use try-catch as function definition 2023-04-05 18:58:37 +02:00
plugin.hpp util: Apply coding guidelines 2023-04-05 18:50:57 +02:00
strings.hpp locale: Remove any unused Strings 2023-04-05 18:51:28 +02:00
updater.cpp updater: Don't pass unused variables into lambda captures 2023-04-05 18:58:37 +02:00
updater.hpp project: Add support for multi stage release cycles 2023-04-05 18:58:27 +02:00
windll.cpp cmake: Place Windows exclusive functionality into own file 2020-04-22 23:32:22 +02:00