summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/libpeas-gtk/plugin-manager: Use en-US locale on WindowsChun-wei Fan2020-10-091-0/+9
* build: Fix installation and some GTK testsChun-wei Fan2020-10-091-1/+1
* tests: Construct paths appropriatelyChun-wei Fan2020-10-092-4/+4
* tests: Ensure symbols are exported on MSVC buildsChun-wei Fan2020-10-0912-0/+93
* meson: Don't use 'cp' to copy filesChun-wei Fan2020-10-0913-14/+14
* tests: Explicitly depend on the GIR and typelibwip/issue40Simon McVittie2020-09-181-1/+6
* i18n: simplify i18n for use within libpeasChristian Hergert2020-01-191-5/+3
* build: remove --export-dynamicTom Schoonjans2020-01-184-20/+0
* build: fix build when using luajitChristian Hergert2019-10-291-1/+1
* build: make g_assert() work from testsChristian Hergert2019-10-283-1/+4
* build: don't use undocumented -export-dynamic optionTing-Wei Lan2019-10-284-4/+4
* 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-093-2/+9
* build: hide private symbols with -fvisibility=hiddenChristian Hergert2019-08-054-8/+6
* build: remove autotoolsChristian Hergert2019-08-0523-709/+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-0521-0/+777
* 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-193-4/+15
* Keep PeasEngine:plugin-list better orderedGarrett Regier2015-12-155-17/+7
* Keep plugins order in PeasExtensionSetGarrett Regier2015-12-151-0/+48
* 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