0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/deps/obs-scripting
PatTheMav 69a0cd2910 obs-scripting: Replace macro with plain C code
Instead of using a non-debuggable macro function, keep function
references and desired function names in a static array that can then
be iterated over to add desired functions.

This allows for proper debugging as well as makes the combination of
function and function name more explicit.
2023-05-13 17:00:30 -07:00
..
cmake cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
obslua cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
obspython cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
CMakeLists.txt cmake: Remove EXCLUDE_FROM_ALL directive from interface libraries 2023-04-04 17:27:54 +00:00
cstrcache.cpp deps/obs-scripting: Add scripting support 2018-01-04 11:37:42 -08:00
cstrcache.h deps/obs-scripting: Add scripting support 2018-01-04 11:37:42 -08:00
obs-scripting-callback.h obs-scripting: Make callback "removed" variable atomic 2022-03-01 03:04:37 -08:00
obs-scripting-config.h.in cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
obs-scripting-internal.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-scripting-logging.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-scripting-lua-frontend.c obs-scripting: Replace macro with plain C code 2023-05-13 17:00:30 -07:00
obs-scripting-lua-source.c deps/obs-scripting: Fix pthread mutex leaks 2021-08-23 22:30:55 -07:00
obs-scripting-lua.c deps/obs-scripting: Set file/chunk name when loading lua scripts 2023-05-13 16:45:47 -07:00
obs-scripting-lua.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-scripting-python-frontend.c obs-scripting: Make callback "removed" variable atomic 2022-03-01 03:04:37 -08:00
obs-scripting-python-import.c cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
obs-scripting-python-import.h obs-scripting: Add PyType_Modified import for Swig 4.1.1 compat 2023-02-04 15:26:38 -08:00
obs-scripting-python.c cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
obs-scripting-python.h obs-scripting: Make callback "removed" variable atomic 2022-03-01 03:04:37 -08:00
obs-scripting.c cmake: Add changes for CMake build framework 3.0 2023-03-26 18:20:38 -04:00
obs-scripting.h frontend-tools: Display Python version in UI 2022-09-23 12:08:11 +10:00