summaryrefslogtreecommitdiff
path: root/tests/libpeas
Commit message (Expand)AuthorAgeFilesLines
* tests: Explicitly depend on the GIR and typelibwip/issue40Simon McVittie2020-09-181-1/+6
* build: remove --export-dynamicTom Schoonjans2020-01-182-10/+0
* build: fix build when using luajitChristian Hergert2019-10-291-1/+1
* build: make g_assert() work from testsChristian Hergert2019-10-281-1/+1
* build: don't use undocumented -export-dynamic optionTing-Wei Lan2019-10-282-2/+2
* engine: add peas_engine_create_extension_with_properties()Fabian Orccon2019-10-241-0/+115
* extension-set: adds peas_extension_set_new_with_properties()Fabian Orccon2019-10-241-0/+101
* build: setup test suite environmentChristian Hergert2019-09-091-1/+1
* build: hide private symbols with -fvisibility=hiddenChristian Hergert2019-08-052-3/+3
* build: remove autotoolsChristian Hergert2019-08-058-289/+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-058-0/+387
* Allow extensions to be an Abstract Base ClassGarrett Regier2017-03-2410-3/+372
* Consider all an interfaces potential propertiesGarrett Regier2017-03-248-13/+196
* Fix sorting of PeasEngine:plugin-listGarrett Regier2015-12-192-4/+4
* Keep PeasEngine:plugin-list better orderedGarrett Regier2015-12-153-3/+11
* Keep plugins order in PeasExtensionSetGarrett Regier2015-12-151-0/+48
* Order the PeasEngine:plugin-list by dependenciesGarrett Regier2015-12-151-0/+34
* Add support for embedded C pluginsGarrett Regier2015-12-1511-3/+356
* Cleanup the PeasExtensionSet testsGarrett Regier2015-12-151-69/+69
* Link against libpeas for the extension-c pluginGarrett Regier2015-12-151-0/+1
* Verify that no plugins are loaded in the extension garbage collect testGarrett Regier2015-12-151-0/+7
* Rename the unknown property in the extension testGarrett Regier2015-12-151-3/+3
* Remove the Has Missing Prerequisite extension testGarrett Regier2015-12-154-117/+7
* Rename a parameter to be less crypticGarrett Regier2015-12-151-2/+2
* Fix Python tests on OpenBSDGarrett Regier2015-05-141-2/+10
* Use Property instead of property as it is deprecated in PyGObjectGarrett Regier2015-03-141-7/+3
* Relicense as LGPL 2.1+Garrett Regier2015-02-1425-265/+283
* Prevent the accidental escaping of globals with Lua pluginsGarrett Regier2015-02-141-0/+21
* Use Lua to implement the plugin loader's logicGarrett Regier2015-02-141-3/+1
* Support Python plugins that define __all__Garrett Regier2015-02-041-0/+3
* Use Python to implement the plugin loader's logicGarrett Regier2015-01-201-14/+4
* Unsubprocess a Lua testGarrett Regier2015-01-201-14/+2
* Add a copyright to the Lua filesGarrett Regier2015-01-201-0/+18
* Bump required glib versionGarrett Regier2014-12-203-12/+0
* Use new GObject private APIGarrett Regier2014-12-201-1/+0
* Add a test for missing peas_register_types() in a C pluginGarrett Regier2014-12-204-3/+62
* Split special envar setting into another functionGarrett Regier2014-12-201-0/+2
* Plug a test memory leakGarrett Regier2014-12-204-7/+9
* Fix the test suite to work on other operating systemsGarrett Regier2014-12-182-3/+2
* Test that C plugins have local linkageGarrett Regier2014-12-183-0/+83
* Test that plugins are multi-thread safeGarrett Regier2014-12-163-31/+92
* Fix Lua plugins to work with multiple threadsGarrett Regier2014-12-161-7/+2
* Fix srcdir != builddir with Lua 5.1 plugin loaderGarrett Regier2014-11-181-1/+2
* Cleanup lua5.1 test pluginGarrett Regier2014-11-181-35/+1
* Add nonglobal plugin loader supportGarrett Regier2014-11-183-18/+44
* Add an extension test that uses multiple threadsGarrett Regier2014-11-181-0/+62
* Make PeasEngine thread-safeGarrett Regier2014-11-182-4/+8
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-049-1/+358