summaryrefslogtreecommitdiff
path: root/loaders
Commit message (Expand)AuthorAgeFilesLines
* plugins/lua51: fix symbol visibilityChristian Hergert2023-03-222-2/+3
* loaders/python: fix symbol visibility in shared moduleChristian Hergert2023-03-221-2/+3
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-227-42/+37
* loaders/lua: ignore deprecations for GParameterChristian Hergert2023-03-221-0/+2
* loaders/python: fix attribute type for plugin_infoChristian Hergert2023-03-221-1/+1
* loaders/python: fix version element indexChristian Hergert2023-03-221-1/+1
* loaders/python: remove python2 vs python3-ismsChristian Hergert2023-03-221-9/+0
* loaders/python: ignore GParameter deprecationsChristian Hergert2023-03-221-0/+2
* loaders/python: PyEval_InitThreads() is no longer necessaryChristian Hergert2023-03-221-1/+0
* loaders/python: modernize GType definitionsChristian Hergert2023-03-222-48/+23
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-222-2/+2
* janitorial: add LIBPEAS_INSIDE include checksChristian Hergert2023-03-222-2/+2
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-227-17/+5
* janitorial: use #pragma onceChristian Hergert2023-03-225-22/+5
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-2210-0/+20
* janitorial: clean up tree in preparation for libpeas-2.0Christian Hergert2023-03-224-69/+13
* build: fix min/max version warningsChristian Hergert2022-02-083-3/+3
* Python Loader: Do not hardcode localedir on WindowsChun-wei Fan2020-10-092-1/+10
* build: fix build when using luajitChristian Hergert2019-10-291-0/+1
* meson: build loaders as modules instead of shared librariesTom Schoonjans2019-10-283-6/+9
* build: fix naming of Python 2 loaderMartin Wimpress2019-10-281-1/+1
* python: fix use of PeasExtension with GInitiallyUnownedTom Schoonjans2019-10-281-0/+4
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-242-4/+0
* build: fix typo in meson portChristian Hergert2019-08-051-1/+1
* build: remove autotoolsChristian Hergert2019-08-055-198/+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
* python: ignore deprecations in GParameter usageChristian Hergert2019-08-051-0/+2
* Port to meson build systemMartin Blanchard2019-08-055-0/+147
* Cleanup resource generation in the plugin loadersGarrett Regier2015-12-154-30/+39
* Initialize the peas-extension-type quark in class_init when possibleGarrett Regier2015-12-152-6/+8
* Do not add pyexecdir to Python's paths at runtimeGarrett Regier2015-09-224-5/+0
* Use gint64 in peas_lua_utils_check_version()Garrett Regier2015-09-221-2/+2
* Fix some documentationGarrett Regier2015-09-221-0/+1
* Fix Python plugin loader module pathsGarrett Regier2015-09-211-3/+1
* Don't run an idle Python garbage collectionGarrett Regier2015-04-271-16/+0
* Simplify __all__ support in the Python plugin loaderGarrett Regier2015-04-211-7/+1
* Fix distcheckGarrett Regier2015-02-142-4/+9
* Relicense as LGPL 2.1+Garrett Regier2015-02-1415-165/+160
* 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
* Properly clear internal Python loader globalsGarrett Regier2015-02-041-23/+33
* Use the correct hook name for the Python loaderGarrett Regier2015-02-041-1/+1
* Stop pretending that the Python internals are non-globalGarrett Regier2015-02-043-63/+42
* Support Python plugins that define __all__Garrett Regier2015-02-041-1/+7
* Do not reveal Python loader internals in tracebacksGarrett Regier2015-01-202-1/+16
* Add verbose Python plugin loader warningsGarrett Regier2015-01-202-17/+31
* Use Python to implement the plugin loader's logicGarrett Regier2015-01-204-448/+379