Path to this page:
./
devel/py-itanium_demangler,
Python parser for the Itanium C++ ABI symbol mangling language
Branch: CURRENT,
Version: 1.1,
Package name: py311-itanium_demangler-1.1,
Maintainer: pkgsrc-usersThe Python Itanium Demangler is a pure Python parser for the Itanium
C++ ABI symbol mangling language. Note that MSVC mangling language is
not supported.
This demangler generates an abstract syntax tree from mangled symbols,
which can be used for directly extracting type information, as opposed
to having to interpret the C++ source code corresponding to the
demangled symbol
There is also a built-in AST stringifier, so the demangler can be used
as a replacement for c++filt or for formatting backtraces.
Master sites:
Filesize: 9.276 KB
Version history: (Expand)
- (2024-04-10) Updated to version: py311-itanium_demangler-1.1
- (2023-02-09) Updated to version: py310-itanium_demangler-1.0nb1
- (2022-01-05) Updated to version: py39-itanium_demangler-1.0nb1
- (2021-10-07) Updated to version: py39-itanium_demangler-1.0
- (2020-08-19) Package added to pkgsrc.se, version py37-itanium_demangler-1.0 (created)
CVS history: (Expand)
2024-04-10 18:22:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-itanium_demangler: updated to 1.1
1.1
Unknown changes
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-08-18 22:19:44 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
Import python-itanium_demangler-1.0 as devel/py-itanium_demangler
The Python Itanium Demangler is a pure Python parser for the Itanium
C++ ABI symbol mangling language. Note that MSVC mangling language is
not supported.
This demangler generates an abstract syntax tree from mangled symbols,
which can be used for directly extracting type information, as opposed
to having to interpret the C++ source code corresponding to the
demangled symbol
There is also a built-in AST stringifier, so the demangler can be used
as a replacement for c++filt or for formatting backtraces.
|