Hi guys, first of all great job with this repo, plenty of fabulous ideas 👍
Are you open to adding support of binary logger 2 stage build working on Windows usnig LLVM? I could create PR with required changes.
Some changes in gen_str_catalog.py were needed in my project, seems like GCC/Linux do some things differently
- Handle
__cdecl in the regex or strip it before parsing
- Handle
(void) as synonym for () in symbol names
- Handle elaborated type specifiers (
struct/class) in demangled output
- Use greedy
.+ instead of lazy .+? for nested template argument capture
Hi guys, first of all great job with this repo, plenty of fabulous ideas 👍
Are you open to adding support of binary logger 2 stage build working on Windows usnig LLVM? I could create PR with required changes.
Some changes in
gen_str_catalog.pywere needed in my project, seems like GCC/Linux do some things differently__cdeclin the regex or strip it before parsing(void)as synonym for()in symbol namesstruct/class) in demangled output.+instead of lazy.+?for nested template argument capture