wireplumber/modules/module-lua-scripting/wplua
Demi Marie Obenour db755a6a19 lua: use Lua extradata to store the reference count
Lua provides "extra data", which is some memory in each Lua state that
the application can use for its own purposes.  Use this to store the
reference count.
2025-07-24 12:36:29 +03:00
..
boxed.c core: change the component arguments to be WpSpaJson instead of GVariant 2023-05-25 18:29:58 +03:00
closure.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
gresource.xml wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
meson.build meson: move the common CFLAGS to project-wide scope 2024-03-09 15:58:01 +02:00
object.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
private.h log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
sandbox.lua docs: fix various codebase typos Found via codespell -q 3 -S "*.po,./po/*,NEWS.rst" -L bootup,gir,inout 2025-01-28 15:45:54 +01:00
userdata.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
value.c m-lua-scripting: check argument type is table to avoid crashing 2023-10-13 22:47:57 +03:00
wplua.c lua: use Lua extradata to store the reference count 2025-07-24 12:36:29 +03:00
wplua.h lua: sandbox: remove all traces of the minimal_std flag, as it's no longer used 2022-04-23 20:14:59 +03:00