summaryrefslogtreecommitdiff
path: root/tests/libpeas/extension-c.c
Commit message (Expand)AuthorAgeFilesLines
* tests: move PeasActivatable to IntrospectionActivatableChristian Hergert2023-03-221-3/+3
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-6/+6
* janitorial: remove peas_extension_call() and variantsChristian Hergert2023-03-221-5/+0
* 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
* janitorial: rename <libpeas/peas.h> to <libpeas.h>Christian Hergert2023-03-221-2/+2
* libpeas: remove PeasActivatableChristian Hergert2023-03-221-0/+1
* Add support for embedded C pluginsGarrett Regier2015-12-151-0/+65
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Add a test for missing peas_register_types() in a C pluginGarrett Regier2014-12-201-0/+16
* Fix the test suite to work on other operating systemsGarrett Regier2014-12-181-1/+1
* Test that C plugins have local linkageGarrett Regier2014-12-181-0/+39
* Make calling testing_init() requiredGarrett Regier2013-02-141-1/+1
* Remove g_type_init() callsGarrett Regier2013-02-141-1/+0
* Import the C plugin loader into libpeasGarrett Regier2012-02-101-1/+0
* Added peas_plugin_info_get_settings()Garrett Regier2012-02-101-23/+2
* Cleanup extension testsGarrett Regier2012-02-101-9/+5
* Do not test the properties for C extensionsGarrett Regier2011-09-191-5/+10
* Adds tests for a nonexistent plugin for all loadersGarrett Regier2011-09-181-0/+15
* Fix FSF AddressGarrett Regier2011-08-281-1/+1
* Do not create a wrapper around C extension instances.Steve Frécinaux2011-06-241-12/+3
* Add tests for extensions being able to get the PeasPluginInfoGarrett Regier2011-03-251-0/+28
* Don't use properties to store the extension instanceGarrett Regier2011-03-251-5/+5
* Clean up the macros used for extension testsGarrett Regier2011-03-231-3/+3
* Add a test to check the refcount of the instance of C extensionsSteve Frécinaux2011-03-071-0/+32
* Tests: do not include main() in the EXTENSION_TESTS macroSteve Frécinaux2011-03-071-1/+11
* Moved PeasExtension test functions to libtestingGarrett Regier2011-01-201-0/+28