obs-StreamFX/source/util
Michael Fabian 'Xaymar' Dirks a39fd89ba7 util/library: Cross-platform handler for library loading
Adds a utility class and functions to load libraries and symbols from libraries somewhat safely. Libraries are immediately unloaded when the last reference to them is lost, so the shared_ptr should be stored if the library is actually needed.
2023-03-28 12:52:23 +02:00
..
util-event.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-library.cpp util/library: Cross-platform handler for library loading 2023-03-28 12:52:23 +02:00
util-library.hpp util/library: Cross-platform handler for library loading 2023-03-28 12:52:23 +02:00
util-math.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-memory.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-profiler.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-profiler.hpp project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00
util-threadpool.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-threadpool.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
utility.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
utility.hpp project: Remove non-standard std:: prefix from types 2023-03-28 12:52:22 +02:00