index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
itanium
Age
Commit message (
Collapse
)
Author
2021-04-17
Remove hardcoded run paths from libraries.
Cyrille Bagard
2021-03-07
Compact data type definitions.
Cyrille Bagard
2021-01-09
Changed some installation paths and included a pkgconfig configuration.
Cyrille Bagard
2020-10-20
Fixed some compilation warnings.
Cyrille Bagard
2020-10-18
Updated the code for the types built from expressions.
Cyrille Bagard
2020-10-18
Updated the code for the prototypes support.
Cyrille Bagard
2020-10-18
Updated the code for template types.
Cyrille Bagard
2020-10-13
Defined proper Python bindings for class/enum types.
Cyrille Bagard
2020-04-04
Simplified the plugin interface.
Cyrille Bagard
2020-03-15
Added support for packed template arguments in Itanium demangling.
Cyrille Bagard
2020-03-15
Fixed the substitution order when demangling Itanium prefixes.
Cyrille Bagard
2020-03-13
Fixed a little coding mistake in Itanium demangling.
Cyrille Bagard
2020-03-13
Added support for extra Itanium builtin types.
Cyrille Bagard
2020-03-08
Fixed some mistakes in the Itanium prefixes demangling.
Cyrille Bagard
2020-03-05
Added better support of operators for Itanium demangling.
Cyrille Bagard
2020-03-03
Handled destructors properly when demangling C++ Itanium names.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2020-01-05
Refreshed the Python documentation for the demanglers.
Cyrille Bagard
2019-03-23
Removed references to local sources if required.
Cyrille Bagard
2019-02-09
Fixed another batch of memory leaks.
Cyrille Bagard
2019-02-04
Added an option to drop Python support at compilation time.
Cyrille Bagard
2019-01-03
Defined a dynamic type for each plugin.
Cyrille Bagard
2018-12-04
Fixed the Itanium demangling for the test suite.
Cyrille Bagard
2018-08-31
Changed the location of installed plugins.
Cyrille Bagard
2018-08-18
Removed a useless cast in the Python bindings.
Cyrille Bagard
2018-07-17
Got the namespace separator from formats when listing symbols.
Cyrille Bagard
2018-07-10
Removed a compilation warning.
Cyrille Bagard
2018-07-09
Run one last quick review of Itanium demangling.
Cyrille Bagard
2018-07-08
Changed the type of namespace separators.
Cyrille Bagard
2018-07-08
Filtered one more component for Itanium substitutions.
Cyrille Bagard
2018-07-07
Extended the types API.
Cyrille Bagard
2018-07-04
Kept information about arguments for templated routines.
Cyrille Bagard
2018-07-04
Fixed various mistakes in Itanium C++ demangling.
Cyrille Bagard
2018-07-02
Improved the Itanium C++ demangling.
Cyrille Bagard