summaryrefslogtreecommitdiff
path: root/loaders/lua5.1/peas-plugin-loader-lua.c
Commit message (Expand)AuthorAgeFilesLines
* loaders/lua: ignore deprecations for GParameterChristian Hergert2023-03-221-0/+2
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-1/+1
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-221-3/+1
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-221-0/+2
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-241-2/+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
* Initialize the peas-extension-type quark in class_init when possibleGarrett Regier2015-12-151-3/+4
* Fix some documentationGarrett Regier2015-09-221-0/+1
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Prevent the accidental escaping of globals with Lua pluginsGarrett Regier2015-02-141-1/+2
* Use Lua to implement the plugin loader's logicGarrett Regier2015-02-141-242/+55
* Shorten Lua plugin loader filenamesGarrett Regier2015-02-141-1/+1
* 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-201-30/+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-041-0/+404