summaryrefslogtreecommitdiff
path: root/tests/libpeas/plugins
Commit message (Expand)AuthorAgeFilesLines
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-221-4/+4
* tests/lua: make lua tests use Introspection.ActivatableChristian Hergert2023-03-221-1/+1
* tests: move PeasActivatable to IntrospectionActivatableChristian Hergert2023-03-223-11/+12
* tests: remove python2 from python testsuiteChristian Hergert2023-03-221-25/+4
* tests: use python for non-existant plugin loaderChristian Hergert2023-03-221-1/+1
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-223-3/+3
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-223-9/+3
* janitorial: use #pragma onceChristian Hergert2023-03-223-12/+3
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-227-0/+14
* janitorial: rename <libpeas/peas.h> to <libpeas.h>Christian Hergert2023-03-225-5/+5
* build: enable additional warning and compiler errorsChristian Hergert2023-03-221-3/+0
* libpeas: remove PeasActivatableChristian Hergert2023-03-222-0/+3
* build: add embedded-resources.h to libembedded_depChristian Hergert2022-01-181-0/+1
* embedded tests: Force export of generated resource codeChun-wei Fan2020-10-091-0/+7
* tests: Ensure symbols are exported on MSVC buildsChun-wei Fan2020-10-091-0/+3
* meson: Don't use 'cp' to copy filesChun-wei Fan2020-10-094-5/+5
* build: remove autotoolsChristian Hergert2019-08-055-162/+0
* tests: use @PY_LOADERS@ for string replacementChristian Hergert2019-08-052-5/+5
* build: remove use of 0.50 configure_file() featuresChristian Hergert2019-08-051-6/+0
* Port to meson build systemMartin Blanchard2019-08-055-0/+213
* Allow extensions to be an Abstract Base ClassGarrett Regier2017-03-246-3/+127
* Consider all an interfaces potential propertiesGarrett Regier2017-03-243-8/+9
* Fix sorting of PeasEngine:plugin-listGarrett Regier2015-12-191-1/+1
* Keep PeasEngine:plugin-list better orderedGarrett Regier2015-12-152-0/+8
* Add support for embedded C pluginsGarrett Regier2015-12-158-1/+272
* Link against libpeas for the extension-c pluginGarrett Regier2015-12-151-0/+1
* Use Property instead of property as it is deprecated in PyGObjectGarrett Regier2015-03-141-7/+3
* Relicense as LGPL 2.1+Garrett Regier2015-02-145-45/+63
* Prevent the accidental escaping of globals with Lua pluginsGarrett Regier2015-02-141-0/+21
* Support Python plugins that define __all__Garrett Regier2015-02-041-0/+3
* Add a copyright to the Lua filesGarrett Regier2015-01-201-0/+18
* Use new GObject private APIGarrett Regier2014-12-201-1/+0
* Add a test for missing peas_register_types() in a C pluginGarrett Regier2014-12-203-3/+46
* Plug a test memory leakGarrett Regier2014-12-201-2/+2
* Test that C plugins have local linkageGarrett Regier2014-12-182-0/+44
* Test that plugins are multi-thread safeGarrett Regier2014-12-162-1/+24
* Fix srcdir != builddir with Lua 5.1 plugin loaderGarrett Regier2014-11-181-1/+2
* Cleanup lua5.1 test pluginGarrett Regier2014-11-181-35/+1
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-046-0/+126
* No longer use a GHashTable for storing the plugin loadersGarrett Regier2014-11-049-31/+15
* Update URLs for gnome.org changesGarrett Regier2014-11-048-8/+0
* Remove everything the seed plugin loader usedGarrett Regier2014-11-041-8/+0
* Remove support for seed-based Javascript pluginsGarrett Regier2014-11-046-83/+0
* Use AM_CPPFLAGS instead of INCLUDEDGarrett Regier2014-05-291-1/+1
* Remove support for gjs-based Javascript pluginsGarrett Regier2013-11-138-57/+21
* Support py2 and py3 at the same timePaolo Borelli2013-01-057-15/+49
* Fix style issues in python test pluginGarrett Regier2012-07-171-2/+1
* Find extension construct properties also in interface prerequisitesGarrett Regier2012-07-172-0/+3
* Rename extension-c's CallablePlugin to ExtensionCPluginGarrett Regier2012-03-285-199/+126
* Remove IAge from all .plugin filesGarrett Regier2012-03-2815-15/+0