1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added generation of 64-bit MSVC C# bindings for the parser. More... over 10 years ago
Added generation of 64-bit MSVC C# bindings for the parser. More... over 10 years ago
Added a setting to the C++ type printer to resolve typedefs. More... over 10 years ago
Added a setting to the C++ type printer to resolve typedefs. More... over 10 years ago
Removed a redundant parameter from CppTypePrinter. More... over 10 years ago
Removed a redundant parameter from CppTypePrinter. More... over 10 years ago
Merge pull request #600 from genuinelucifer/defValCall More... over 10 years ago
Merge pull request #600 from genuinelucifer/defValCall More... over 10 years ago
Fix for fn call when def argument is interface. More... over 10 years ago
Fix for fn call when def argument is interface. More... over 10 years ago
Simplified and tested the reading of line numbers. More... almost 11 years ago
Simplified and tested the reading of line numbers. More... almost 11 years ago
Improved the reading of line numbers by expanding locations. More... almost 11 years ago
Improved the reading of line numbers by expanding locations. More... almost 11 years ago
Removed Method.AccessDecl because it doesn't map to Clang and was buggy. More... almost 11 years ago
Removed Method.AccessDecl because it doesn't map to Clang and was buggy. More... almost 11 years ago
Fixed a regression in the sharing of the method object from v-tables in certain corner cases. More... almost 11 years ago
Fixed a regression in the sharing of the method object from v-tables in certain corner cases. More... almost 11 years ago
Removed the creation of forward declarations if their complete counterparts have been parsed. More... almost 11 years ago
Removed the creation of forward declarations if their complete counterparts have been parsed. More... almost 11 years ago
Fixed the destruction of comments another way because this one crashes the OS X build. More... almost 11 years ago
Fixed the destruction of comments another way because this one crashes the OS X build. More... almost 11 years ago
Fixed the destruction of expressions another way because this one crashes the OS X build. More... almost 11 years ago
Fixed the destruction of expressions another way because this one crashes the OS X build. More... almost 11 years ago
Ensured comments are properly destroyed thus fixing a memory leak. More... almost 11 years ago
Ensured comments are properly destroyed thus fixing a memory leak. More... almost 11 years ago
Ensured expressions are properly destroyed thus fixing a memory leak. More... almost 11 years ago
Ensured expressions are properly destroyed thus fixing a memory leak. More... almost 11 years ago
Fixed a regression when a default value uses a constructor with a temporary expression. More... almost 11 years ago
Fixed a regression when a default value uses a constructor with a temporary expression. More... almost 11 years ago