summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* build: use 1.99.x for 2.0 developmentChristian Hergert2023-03-222-2/+2
* engine: rename to peas_engine_dup_loaded_plugins()Christian Hergert2023-03-222-2/+2
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-2215-96/+93
* tests/lua: make lua tests use Introspection.ActivatableChristian Hergert2023-03-222-10/+5
* tests: move PeasActivatable to IntrospectionActivatableChristian Hergert2023-03-2221-186/+163
* tests: remove python2 from python testsuiteChristian Hergert2023-03-221-25/+4
* tests: use python for non-existant plugin loaderChristian Hergert2023-03-221-1/+1
* tests/libpeas: remove python3 bits from extension testsChristian Hergert2023-03-221-66/+4
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-228-46/+46
* engine: implement GListModelChristian Hergert2023-03-221-6/+21
* plugin-info: expose various data as propertiesChristian Hergert2023-03-221-0/+12
* plugin-info: fix usage of char including constnessChristian Hergert2023-03-222-3/+3
* tests: ensure builtin plugin releases objectChristian Hergert2023-03-222-2/+19
* janitorial: modernize PeasEngineChristian Hergert2023-03-221-17/+0
* janitorial: remove peas_extension_call() and variantsChristian Hergert2023-03-223-152/+1
* janitorial: remove HAVE_CONFIG_HChristian Hergert2023-03-2224-68/+23
* janitorial: use #pragma onceChristian Hergert2023-03-2217-68/+17
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-2242-25/+109
* janitorial: rename <libpeas/peas.h> to <libpeas.h>Christian Hergert2023-03-2221-23/+23
* tests: use major version for introspection versionChristian Hergert2023-03-222-2/+2
* libpeas: remove peas_extension_set_call()Christian Hergert2023-03-221-29/+0
* build: enable additional warning and compiler errorsChristian Hergert2023-03-223-12/+6
* libpeas: remove PeasActivatableChristian Hergert2023-03-2216-2/+232
* janitorial: clean up tree in preparation for libpeas-2.0Christian Hergert2023-03-2224-1766/+0
* 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