summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/Makefile.am
AgeCommit message (Collapse)Author
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-05-29Rely on the new "--embed" switch to link the Python extension/interpreter ↵Cyrille Bagard
plugin.
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-02-07Created the right place for plugins in the Python API.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-11Deleted the PyConstvalObject class from the Python API.Cyrille Bagard
2020-08-20Renamed the main file of the Python plugin.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-05-17Introduced a new object of string constant sets.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-13Provided a representation for constant values imported from C code.Cyrille Bagard
2018-12-11Collected all Python bindings features using a fake module.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Reduced the number of generated shared objects.Cyrille Bagard
2018-04-13Resolved paths using the Autoconf preset output variable top_srcdir.Cyrille Bagard
2018-03-11Defined a new Dex demangler with MUTF-8 support as plugin.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard