1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 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 Objective-C parameter printing to type printer. More... about 10 years ago
Added more generator languages kinds to C++#. More... about 10 years ago
Added processing of type aliases. More... about 10 years ago
Fixed the generated C# with properties constructed from a returned value and a taken reference. More... about 10 years ago
Fixed the generated C# when a virtual function returns a primitive pointer. More... about 10 years ago
Fixed the handling of covariant returned types. More... about 10 years ago
Fixed the generated C# when marshalling a field of type const wchar_t*. More... about 10 years ago
Aligned pointers to classes when passing them converted to their secondary bases. More... about 10 years ago
Moved the change of order when visiting properties to just the renaming pass. More... about 10 years ago
Avoided ambiguous local variables when marshalling arrays. More... about 10 years ago
Added support for wrapping variable arrays. More... about 10 years ago
Fixed invalid generated C# code when having a field renamed the same as a method. More... about 10 years ago
Changed the renaming not to remove the underscores from all-capital names. More... about 10 years ago
Fixed a bug causing some functions with pointer parameters to be marked as ambiguous when they aren't. More... about 10 years ago
Fixed the marshalling of arrays. More... about 10 years ago
Removed the renaming of fields because they are no longer exposed. More... about 10 years ago
Changed partial template specialisations with all arguments pointers not to be trimmed away. More... about 10 years ago
Wrapped units with ignored classes because of their internals. More... about 10 years ago
Fixed the generated C# code when wrapping fixed arrays of enums. More... about 10 years ago
Simplified the name of the internal structure. More... about 10 years ago
Prefixed the internal structure for the C# end to avoid naming conflicts. More... about 10 years ago
Ignored extern templates because they just forward to real specialisations. More... about 10 years ago
Restored the sorting of modules by dependencies which had regressed. More... about 10 years ago
Fixed a crash when overrides change the sugaring of involved types. More... about 10 years ago
Extended the AST with the GCC vector type ("__attribute__"). More... about 10 years ago
Fixed a crash caused by class template specialisations parsed just as classes. More... about 10 years ago
Added explicit GNU versions to the language options of the parser. More... about 10 years ago
Fixed an exhausted stack when parsing deep headers. More... about 10 years ago
Renamed ParserOptions to CppParserOptions and ParserOptions2 to ParserOptions. More... about 10 years ago
Fixed the C++ type printer to handle const value types. More... about 10 years ago