summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core
AgeCommit message (Expand)Author
2023-07-07Rewrite core parts of the ROST API.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 plu...Cyrille Bagard
2022-05-29Remove various accesses to the Python Global Interpreter Lock.Cyrille Bagard
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-20Completed the Python API for work groups.Cyrille Bagard
2020-12-11Updated the Python API to use properly handled constants.Cyrille Bagard
2020-08-20Renamed the main file of the Python plugin.Cyrille Bagard
2020-06-30Fixed some cases from the test suite.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-05-16Added a way to get all registered architectures.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-11Written a proper documentation for the Python gui.core module.Cyrille Bagard
2020-01-04Refreshed the Python documentation for the core features.Cyrille Bagard
2020-01-03Used a Python enumeration for verbosity levels.Cyrille Bagard
2019-06-29Extended the Python API with the running mode.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-04-28Fixed a Python binding signature.Cyrille Bagard
2019-01-26Released the Python global lock while waiting for all tasks.Cyrille Bagard
2019-01-21Provided a way to register new available processors from Python.Cyrille Bagard
2018-12-28Refactored the core module of the Python API.Cyrille Bagard
2018-12-27Updated the logging features of the Python bindings.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-12Reorganized the global variables access in the Python bindings.Cyrille Bagard
2018-12-12Added Python module functions in the features namespace.Cyrille Bagard
2018-12-12Implemented the Python bindings to load unknown binaries.Cyrille Bagard
2018-12-01Created an extra log category for external errors.Cyrille Bagard
2018-11-18Removed useless casts in the Python bindings code.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-30Fixed some Python method signatures.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.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