1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 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
Remove more bitrot to fix the build More... almost 15 years ago
[CppField] Add support for IntPtr fields More... almost 15 years ago
[CppField] Add support for IntPtr fields More... almost 15 years ago
[ItaniumAbi] Flesh out mangling type codes a bit More... almost 15 years ago
[ItaniumAbi] Flesh out mangling type codes a bit More... almost 15 years ago
Experimental support for initing the native vtptr ourselves (enable with -define:INIT_NATIVE_VTABLES) Doing this ourselves instead of depending on the C++ ctor to do it will allow us to instantiate classes that have vtables and do not explicitly define any constructors (thus only having the C++ implicitly-defined default constructor, which isn't exported as a symbol in the lib). More... almost 15 years ago
Experimental support for initing the native vtptr ourselves (enable with -define:INIT_NATIVE_VTABLES) Doing this ourselves instead of depending on the C++ ctor to do it will allow us to instantiate classes that have vtables and do not explicitly define any constructors (thus only having the C++ implicitly-defined default constructor, which isn't exported as a symbol in the lib). More... almost 15 years ago
Remove some bitrot More... almost 15 years ago
Remove some bitrot More... almost 15 years ago
Minor CppTypeInfo clean up. Add HasVTable property More... almost 15 years ago
Minor CppTypeInfo clean up. Add HasVTable property More... almost 15 years ago
[ItaniumAbi] Improve compression in name mangling More... almost 15 years ago
[ItaniumAbi] Improve compression in name mangling More... almost 15 years ago
[generator] Fix nested classes in C# template More... almost 15 years ago
[generator] Fix nested classes in C# template More... almost 15 years ago
Fix issue with value types that don't implement ICppObject More... almost 15 years ago
Fix issue with value types that don't implement ICppObject More... almost 15 years ago
Commit last qt bindings work from the summer More... almost 15 years ago
Commit last qt bindings work from the summer More... almost 15 years ago
Fix ICppObject native-to-managed marshaling when there is no vtable More... about 15 years ago
Fix ICppObject native-to-managed marshaling when there is no vtable More... about 15 years ago
Mangling support for namespaces; generate MangleAs attribute on interfaces More... about 15 years ago
Mangling support for namespaces; generate MangleAs attribute on interfaces More... about 15 years ago
Stub in mangling tests with a failing Itanium compression test case. More... about 15 years ago
Stub in mangling tests with a failing Itanium compression test case. More... about 15 years ago
Generator: add support for enums and namespaces More... about 15 years ago
Generator: add support for enums and namespaces More... about 15 years ago
CppType: value types and IEnumerable<CppModifiers> More... about 15 years ago
CppType: value types and IEnumerable<CppModifiers> More... about 15 years ago
Account for alignment when calculating NativeSize, and fix bug with cloning base CppTypeInfos. More... about 15 years ago