obs-StreamFX/source/gfx
Michael Fabian 'Xaymar' Dirks 5a4d38d249 project: Fix a massive list of dangerous warnings
This is a massive improvement to stability and safety when using the plugin, as all exceptions should now no longer be leaked into C controlled code, which can't actually handle exceptions at all.

Warnings fixed:

* Potentially throwing exception during library load.
* Possibly throwing function passed to C.
* Statement does nothing.
* Variable is initialized but not referenced.
* Variable overloads variable in parent scope.
2019-09-05 18:42:28 +02:00
..
blur project: Re-apply formatting 2019-09-04 03:03:41 +02:00
gfx-effect-source.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
gfx-effect-source.hpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
gfx-source-texture.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
gfx-source-texture.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00