summaryrefslogtreecommitdiff
path: root/plugins/itanium
AgeCommit message (Collapse)Author
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-11-30Access demanglers by key.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-03-07Compact data type definitions.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-10-20Fixed some compilation warnings.Cyrille Bagard
2020-10-18Updated the code for the types built from expressions.Cyrille Bagard
2020-10-18Updated the code for the prototypes support.Cyrille Bagard
2020-10-18Updated the code for template types.Cyrille Bagard
2020-10-13Defined proper Python bindings for class/enum types.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-03-15Added support for packed template arguments in Itanium demangling.Cyrille Bagard
2020-03-15Fixed the substitution order when demangling Itanium prefixes.Cyrille Bagard
2020-03-13Fixed a little coding mistake in Itanium demangling.Cyrille Bagard
2020-03-13Added support for extra Itanium builtin types.Cyrille Bagard
2020-03-08Fixed some mistakes in the Itanium prefixes demangling.Cyrille Bagard
2020-03-05Added better support of operators for Itanium demangling.Cyrille Bagard
2020-03-03Handled destructors properly when demangling C++ Itanium names.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-05Refreshed the Python documentation for the demanglers.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-04Fixed the Itanium demangling for the test suite.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-07-17Got the namespace separator from formats when listing symbols.Cyrille Bagard
2018-07-10Removed a compilation warning.Cyrille Bagard
2018-07-09Run one last quick review of Itanium demangling.Cyrille Bagard
2018-07-08Changed the type of namespace separators.Cyrille Bagard
2018-07-08Filtered one more component for Itanium substitutions.Cyrille Bagard
2018-07-07Extended the types API.Cyrille Bagard
2018-07-04Kept information about arguments for templated routines.Cyrille Bagard
2018-07-04Fixed various mistakes in Itanium C++ demangling.Cyrille Bagard
2018-07-02Improved the Itanium C++ demangling.Cyrille Bagard