summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/common
AgeCommit message (Expand)Author
36 hoursCreate a function to search for the next set bit in bit field.HEADmasterCyrille Bagard
2023-04-21Implement the itoa() non-standard function.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-12-09Allow OR operations in bit fields at a given position.Cyrille Bagard
2022-12-07Provide functions to test bit fields against bit fields.Cyrille Bagard
2022-05-29Rely on the new "--embed" switch to link the Python extension/interpreter plu...Cyrille Bagard
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-03-23Create methods to deal with hex conversions.Cyrille Bagard
2021-03-09Implement the Pearson hash method.Cyrille Bagard
2021-02-21Delete intermediate Python modules for some API features.Cyrille Bagard
2021-02-20Pack and unpack LEB128 values on demand.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-08-16Created some extra features for the GTK API.Cyrille Bagard
2020-06-30Updated the Python API for bitfields.Cyrille Bagard
2020-06-29Improved some common helpers inside the Python API.Cyrille Bagard
2020-06-29Included the packed buffers in the Python bindings.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-02-07Rewritten some Python instance allocation functions.Cyrille Bagard
2019-02-03Raised exception in some Python constructors.Cyrille Bagard
2018-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-06-19Extended the bitfield operations and their Python bindings.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-13Resolved paths using the Autoconf preset output variable top_srcdir.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard