summaryrefslogtreecommitdiff
path: root/loaders/lua5.1
Commit message (Expand)AuthorAgeFilesLines
* plugins/lua51: fix symbol visibilityChristian Hergert2023-03-222-2/+3
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-224-32/+28
* loaders/lua: ignore deprecations for GParameterChristian Hergert2023-03-221-0/+2
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-1/+1
* janitorial: add LIBPEAS_INSIDE include checksChristian Hergert2023-03-221-1/+1
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-224-10/+3
* janitorial: use #pragma onceChristian Hergert2023-03-223-13/+3
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-226-0/+12
* build: fix min/max version warningsChristian Hergert2022-02-081-1/+1
* build: fix build when using luajitChristian Hergert2019-10-291-0/+1
* meson: build loaders as modules instead of shared librariesTom Schoonjans2019-10-281-2/+3
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-241-2/+0
* build: remove autotoolsChristian Hergert2019-08-052-62/+0
* build: fix typoChristian Hergert2019-08-051-2/+2
* lua: avoid GDestroyNotify in g_clear_pointer()Christian Hergert2019-08-051-1/+1
* lua: ignore GParameter deprecationChristian Hergert2019-08-051-0/+2
* Port to meson build systemMartin Blanchard2019-08-052-0/+46
* Cleanup resource generation in the plugin loadersGarrett Regier2015-12-152-19/+17
* Initialize the peas-extension-type quark in class_init when possibleGarrett Regier2015-12-151-3/+4
* Use gint64 in peas_lua_utils_check_version()Garrett Regier2015-09-221-2/+2
* Fix some documentationGarrett Regier2015-09-221-0/+1
* Fix distcheckGarrett Regier2015-02-142-4/+9
* Relicense as LGPL 2.1+Garrett Regier2015-02-149-99/+96
* Prevent the accidental escaping of globals with Lua pluginsGarrett Regier2015-02-1410-61/+150
* Use Lua to implement the plugin loader's logicGarrett Regier2015-02-149-244/+607
* Shorten Lua plugin loader filenamesGarrett Regier2015-02-144-10/+9
* Assert that no Lua values are leaked during initializeGarrett Regier2015-01-201-0/+3
* Always set the Lua loader's lua_StateGarrett Regier2015-01-201-5/+1
* Set atpanic handler early in Lua plugin loaderGarrett Regier2015-01-201-5/+4
* Don't use lgi_enter_func if not foundGarrett Regier2015-01-201-1/+2
* Fix panic when getting global LGI fieldsGarrett Regier2014-12-301-3/+6
* Fix the global Lua plugin loader with multiple threads Garrett Regier2014-12-301-14/+77
* Fix finding the extension type for Lua pluginGarrett Regier2014-12-301-4/+12
* Use new GObject private APIGarrett Regier2014-12-202-33/+36
* Make the Lua plugin loader safe for global useGarrett Regier2014-12-181-7/+36
* Use the GQuark API for GObject dataGarrett Regier2014-12-181-2/+5
* Fix Lua plugins to work with multiple threadsGarrett Regier2014-12-161-9/+55
* Add nonglobal plugin loader supportGarrett Regier2014-11-181-0/+7
* Fix setting "peas-extension-type" in the lua5.1 plugin loaderGarrett Regier2014-11-181-4/+3
* Document that the lua5.1 plugin loader is not thread-safeGarrett Regier2014-11-181-0/+4
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-045-0/+659