summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-15Sort signed and unsigned long long value when required.Cyrille Bagard
2023-05-07Aggregate YAML values from sequences when requested and possible.Cyrille Bagard
2023-04-27Replace the old YAML parser by another one relying on the external libyaml li...Cyrille Bagard
2023-04-26Provide access to the first node of a collection.Cyrille Bagard
2023-04-21Implement the itoa() non-standard function.Cyrille Bagard
2023-03-11Handle YAML nodes without values.Cyrille Bagard
2023-02-04Typo.Cyrille Bagard
2023-02-04Provide constructor to load Yaml contents without external files.Cyrille Bagard
2023-01-30Save an initial version of rost.Cyrille Bagard
2023-01-29Define a new interface to compare items (2/2).Cyrille Bagard
2023-01-29Create new helpers for constructors of abstract Python objects.Cyrille Bagard
2023-01-29Define a new interface to compare items.Cyrille Bagard
2023-01-29Do not allocate memory for file mmap()'ed contents.Cyrille Bagard
2023-01-29Retrieve CPU capabilities.Cyrille Bagard
2023-01-03Fix Python bindings loading without GTK support.Cyrille Bagard
2023-01-03Fix some mistakes in bitfield operations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude cURL on demand.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-09-22Fix runtime Python warnings for all # variants of formats.Cyrille Bagard
2022-09-05Typo.Cyrille Bagard
2022-08-21Fix some header guard comments.Cyrille Bagard
2022-08-18Create a function extending strings thanks to a format and its arguments.Cyrille Bagard
2022-08-18Introduce new features to deal with structured data and Python.Cyrille Bagard
2022-08-18Reduce the rendering concurrency between the GTK main loop and Python computa...Cyrille Bagard
2022-08-18Handle the Python Global Interpreter Lock with more care.Cyrille Bagard
2022-08-17Disable the extra data storage inside the GObject structure.Cyrille Bagard
2022-06-06Fix comments.Cyrille Bagard
2022-05-29Remove a call to the deprecated function PyEval_InitThreads(), which does not...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-28Use a simple static type definition instead of a dynamic one.Cyrille Bagard
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2022-05-27Avoid calls to Python _PyDict_NewKeysForClass() internal function.Cyrille Bagard
2022-05-27Do not block when ABI flags are empty.Cyrille Bagard
2022-02-22Extend XML features.Cyrille Bagard
2022-02-22Include cURL support for network operations.Cyrille Bagard
2022-02-22Improve Python bindings.Cyrille Bagard
2022-02-22Handle regcomp() errors as log messages.Cyrille Bagard
2022-02-22Introduce a generic way to subclass Python analysis clients.Cyrille Bagard
2022-02-21Make the server drive the network exchanges.Cyrille Bagard
2022-02-21Define the first steps towards format serialization.Cyrille Bagard
2022-02-20Translate enumerations before PyGObject using internal definitions when needed.Cyrille Bagard
2021-12-30Create generic functions to load and store operands.Cyrille Bagard
2021-12-26Provide a method to hash all ARMv7 operands.Cyrille Bagard
2021-11-30Ensure the processor is known when providing the content class.Cyrille Bagard
2021-11-30Access demanglers by key.Cyrille Bagard
2021-11-23Delete useless content attribute for the Android BootImg format.Cyrille Bagard
2021-11-14Prevent usage of removed clients.Cyrille Bagard