1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 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
Regenerated the parser bindings with the optimisation when allocating. More... over 9 years ago
Sped up the generated C# by using sizeof instead of Marshal.SizeOf. More... over 9 years ago
Removed the usages of named pointers when patching v-tables in C#. More... over 9 years ago
Added a guide to contributing. More... over 9 years ago
Collected internal functions of class template specialisations. More... over 9 years ago
Ensured the C# gen correctly imports a native library with no target triple. More... over 9 years ago
Removed a missed piece of obsolete code. More... over 9 years ago
Shortened the generated C# by not suffixing attributes. More... over 9 years ago
Removed a null check for the module of a unit. More... over 9 years ago
Deleted a useless weak reference thus simplifying TranslationUnit. More... over 9 years ago
Fixed a crash when generating C# for empty enums. More... over 9 years ago
Fixed the printing of errors during compilation of native symbols. More... over 9 years ago
Removed redundant paragraphs and spaces when printing C# XML comments. More... over 9 years ago
Restored the new line after the last generated item of an enum. More... over 9 years ago
Fixed the comment kind of the parser generator. More... over 9 years ago
Obsoleted the direct settings for wrapped libraries in the options. More... over 9 years ago
Try and fix apt-get Mono install in Travis. More... over 9 years ago
Fixed C# type printer to go through visit method when printing declarations. More... over 9 years ago
Deal with null modules when type priting declarations in C#. More... over 9 years ago
Implement GetPrimitiveTypeWidth for signed/unsigned chars. More... over 9 years ago
Added string as a primitive type to the type system. More... over 9 years ago
Print null primitive type printing for non-C++ based languages. More... over 9 years ago
Abstract generated method override check into AST extensions. More... over 9 years ago
Added CheckIgnoredDeclsPass.CheckDecayedTypes option. More... over 9 years ago
Fixed C typedef type printing regression. More... over 9 years ago
Fixed visitor regression when visiting declaration contexts. More... over 9 years ago
Move type map setup to driver code. More... over 9 years ago
Improve error handling when searching for type maps via reflection. More... over 9 years ago
Unify class method specifier code generation. More... over 9 years ago
Unify class specifier code generation. More... over 9 years ago