PatTheMav
35c7a5a173
cmake: Fix frontend feature flag mismatch
...
The actual frontend provided an "ENABLE_FRONTEND" build flag, whereas
the global project still provided an "ENABLE_UI" flag, which itself was
only read and respected by the scripting module.
This change retains the global flag and makes both the actual frontend
as well as the scripting module respect its value.
2026-06-05 16:00:18 -04:00
Exeldro
cdb7add0b0
frontend-tools: Add lua registered source to module
2026-01-12 07:55:58 -05:00
PatTheMav
4625dda66d
cmake: Apply gersemi 0.25 formatting
2026-01-09 15:47:12 -05:00
PatTheMav
96e4d67242
clang-format: Update source code files with clang-format 19.1.1
2025-04-17 18:16:33 +02:00
jcm
83934acb44
obs-scripting: Fix macOS Homebrew Python loading
2025-01-28 15:07:38 -05:00
Ryan Foster
a1fbf1015f
clang-format: Increase column limit from 80 to 120
2024-10-04 18:19:27 -04:00
PatTheMav
6c590805e8
cmake: Update supported CMake version range to 3.28 and 3.30
2024-09-13 14:42:32 -04:00
tytan652
31385006d5
Remove legacy_check CMake macro
...
The macro was not removed in 72428ccd97
waiting for submodules to be be updated to a commit where their legacy
code path is removed.
2024-09-11 13:24:39 -04:00
tytan652
72428ccd97
Remove CMake legacy code path
...
Except submodules and legacy_check macro since the former depend on it.
2024-08-28 13:53:25 -04:00
PatTheMav
b8cfacaec3
Update formatting of CMake files
2024-08-14 12:07:47 -04:00
Norihiro Kamae
37b40184a0
shared/obs-scripting: Add inline qualifiers to functions in header file
2024-08-07 17:27:49 -04:00
tytan652
f5e2f15d28
deps,shared,frontend-tools: Move obs-scripting to shared folder
2024-07-27 07:38:36 +02:00