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
Improved error message for unhandled CIL type prints. More... about 10 years ago
Updated to latest Premake 5 OSX build with dylib fixes. More... about 10 years ago
Implement const-qualified printing of CIL strings. More... about 10 years ago
Updated type printer to latest changes from Mono managed to native codebase. More... about 10 years ago
Updated build files to Premake 5 conventions. More... about 10 years ago
Switched the C# generator from manual conversion between strings and pointers to the built-in string marshallers. More... about 10 years ago
Removed the managed calls to destructors of std::strings passed by value. More... about 10 years ago
Ignored fields with types pointer to a function because they are not properly marshalled anyway. More... about 10 years ago
Match minor version when looking up VS version. More... about 10 years ago
Formatting fixes. More... about 10 years ago
Merged IgnoreAbstractOperatorsPass into CheckOperatorsOverloadsPass and added a test. More... about 10 years ago
Optimised, simplified and fixed the pass for renaming by case. More... about 10 years ago
Fixed the generated usages of internals of template specialisations with dependent fields. More... about 10 years ago
Simplified some code. More... about 10 years ago
Included some basic STD types in the helping library with system templates. More... about 10 years ago
Removed unsupported template specialisations from the generated C++ library with templates. More... about 10 years ago
Improved the default names of libraries for inlines and template specialisations. More... about 10 years ago
Minor fixes to handling arrays and std::string. More... about 10 years ago
Moved the marking of supported template specialisations to a pass. More... about 10 years ago
Fixed the internals of templates specialising arrays by simplifying the names. More... about 10 years ago
Disabled the type maps for va_list and std::list in the C# generator. More... about 10 years ago
Fixed the type map for std::string to also destroy the allocator. More... about 10 years ago
Removed functions made ambiguous by different qualifiers on the same type in their parameter. More... about 10 years ago
Added all system fields to the internal layouts used in the C# generator. More... about 10 years ago
Fixed the generation of internals for nested template specialisations with pointers as T. More... about 10 years ago
Ensured __int128, __uint128_t and __fp16 are ignored without crashing in the C# generator. More... about 10 years ago
Fixed the printing of template specialisations to work in all cases. More... about 10 years ago
Handled two or more empty enums with identically prefixed members and in the same context. More... about 10 years ago
Fixed a crash when checking specialisations of std::vector. More... about 10 years ago
Fixed Common tests to include the extra units. More... about 10 years ago