summaryrefslogtreecommitdiff
path: root/tests/libpeas
Commit message (Expand)AuthorAgeFilesLines
* build: use 1.99.x for 2.0 developmentChristian Hergert2023-03-221-1/+1
* 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-2213-89/+86
* tests/lua: make lua tests use Introspection.ActivatableChristian Hergert2023-03-222-10/+5
* tests: move PeasActivatable to IntrospectionActivatableChristian Hergert2023-03-2211-42/+230
* 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-221-2/+7
* 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-2219-55/+19
* janitorial: use #pragma onceChristian Hergert2023-03-2211-44/+11
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-2229-0/+58
* janitorial: rename <libpeas/peas.h> to <libpeas.h>Christian Hergert2023-03-2213-15/+15
* tests: use major version for introspection versionChristian Hergert2023-03-221-1/+1
* libpeas: remove peas_extension_set_call()Christian Hergert2023-03-221-29/+0
* build: enable additional warning and compiler errorsChristian Hergert2023-03-222-9/+6
* libpeas: remove PeasActivatableChristian Hergert2023-03-225-1/+9
* 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
* tests: Construct paths appropriatelyChun-wei Fan2020-10-092-4/+4
* tests: Ensure symbols are exported on MSVC buildsChun-wei Fan2020-10-099-0/+45
* meson: Don't use 'cp' to copy filesChun-wei Fan2020-10-094-5/+5
* 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