obs-StreamFX/source/obs
Michael Fabian 'Xaymar' Dirks 3a40a63832 obs/gs/effect-parameter: Use string_view over std::string
Using std::string_view over std::string (and const std::string&) has the advantage that we skip potential temporary std::string objects that are immediately thrown away, thus slowing down the code. It can also be implicitly cast to std::string, which makes it compatible with existing code that uses std::string.
2023-03-28 12:40:45 +02:00
..
gs obs/gs/effect-parameter: Use string_view over std::string 2023-03-28 12:40:45 +02:00
obs-signal-handler.cpp obs-signal-handler: Helper classes for signals and audio 2020-02-14 07:30:46 +01:00
obs-signal-handler.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
obs-source-factory.cpp project: Apply clang-format 2019-12-21 17:05:53 +01:00
obs-source-factory.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-source-tracker.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-source-tracker.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
obs-source.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-source.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-tools.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
obs-tools.hpp obs-tools: Add OBS data deleter 2020-04-22 23:15:32 +02:00