summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Order the PeasEngine:plugin-list by dependenciesGarrett Regier2015-12-154-2/+55
* Add support for embedded C pluginsGarrett Regier2015-12-1511-3/+356
* Cleanup handling G_DEBUG in testing-utilsGarrett Regier2015-12-151-6/+2
* 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
* Support G_DEBUG in the test suiteGarrett Regier2015-09-221-0/+25
* Simplify test hook pop message generationGarrett Regier2015-09-221-11/+13
* Cleanup the tests thread local dataGarrett Regier2015-09-221-2/+5
* 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-1444-474/+492
* 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
* Use the simple API for requiring an uninstalled typelibGarrett Regier2015-01-202-7/+6
* Add an assert to the test suiteGarrett Regier2015-01-201-2/+1
* Remove a double assignGarrett Regier2015-01-201-1/+1
* Don't warn when loading an uninstalled plugin loaderGarrett Regier2015-01-201-35/+5
* Don't immediately fail on an unhandled log messageGarrett Regier2015-01-201-13/+14
* Print filtered log messages on an unexpected messageGarrett Regier2015-01-201-40/+85
* Bump required glib versionGarrett Regier2014-12-203-12/+0
* Use new GObject private APIGarrett Regier2014-12-2010-52/+40
* Delete libpeas-gtk's TestingBuiltinPluginGarrett Regier2014-12-205-211/+9
* Fix type of TestingLoadablePluginGarrett Regier2014-12-201-1/+1
* Name the valgrind and callgrind logs betterGarrett Regier2014-12-201-7/+7
* Fix two memory leaksGarrett Regier2014-12-201-0/+2
* Update valgrind suppressionsGarrett Regier2014-12-201-0/+13
* Remove an old version checkGarrett Regier2014-12-201-4/+0
* Removing window group handling from the plugin manager testGarrett Regier2014-12-201-10/+0
* Add a test for missing peas_register_types() in a C pluginGarrett Regier2014-12-204-3/+62
* Simplify finding the plugin manager buttonsGarrett Regier2014-12-201-66/+8
* Split special envar setting into another functionGarrett Regier2014-12-204-10/+27
* Plug a test memory leakGarrett Regier2014-12-204-7/+9
* Fix the test suite to work on other operating systemsGarrett Regier2014-12-183-4/+3
* Test that C plugins have local linkageGarrett Regier2014-12-185-1/+109
* 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-185-27/+60
* Add an extension test that uses multiple threadsGarrett Regier2014-11-182-23/+131
* Make PeasEngine thread-safeGarrett Regier2014-11-182-4/+8
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-049-1/+358