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
Adjusted pointers when calling functions from secondary or non-dynamic bases. More... almost 11 years ago
Changed the native ctor to only patch the v-table entry of the virtual dtor, if any. More... almost 11 years ago
Changed the native ctor to only patch the v-table entry of the virtual dtor, if any. More... almost 11 years ago
Use the Github email when doing Git pushes from AppVeyor. More... almost 11 years ago
Use the Github email when doing Git pushes from AppVeyor. More... almost 11 years ago
CI: Re-generated the parser bindings More... almost 11 years ago
CI: Re-generated the parser bindings More... almost 11 years ago
Fixed the automatic commit after regenerating the parser bindings at AppVeyor. More... almost 11 years ago
Fixed the automatic commit after regenerating the parser bindings at AppVeyor. More... almost 11 years ago
Make Travis YAML parser happy. More... almost 11 years ago
Make Travis YAML parser happy. More... almost 11 years ago
Properly set virtual tables up in the internal ctor by pointer. More... almost 11 years ago
Properly set virtual tables up in the internal ctor by pointer. More... almost 11 years ago
Attempt to fix test success evaluation on Travis. More... almost 11 years ago
Attempt to fix test success evaluation on Travis. More... almost 11 years ago
Removed the wrapping of comments because tools ignore empty lines. More... almost 11 years ago
Removed the wrapping of comments because tools ignore empty lines. More... almost 11 years ago
Properly printed complex comments. More... almost 11 years ago
Properly printed complex comments. More... almost 11 years ago
Fixed the pass for multiple inheritance to keep original functions. More... almost 11 years ago
Fixed the pass for multiple inheritance to keep original functions. More... almost 11 years ago
Skipped patching of v-tables for objects not put in the native-managed map. More... almost 11 years ago
Skipped patching of v-tables for objects not put in the native-managed map. More... almost 11 years ago
Fixed a regression with abstract types with the same property as a base type. More... almost 11 years ago
Fixed a regression with abstract types with the same property as a base type. More... almost 11 years ago
Removed the option for copy ctors and prevented usage of ignored ones. More... almost 11 years ago
Removed the option for copy ctors and prevented usage of ignored ones. More... almost 11 years ago
Fixed a crash when a C++ ctor indirectly calls a virtual function on the object being constructed. More... almost 11 years ago
Fixed a crash when a C++ ctor indirectly calls a virtual function on the object being constructed. More... almost 11 years ago
Fixed a bug when overriding a function located in a dependency. More... almost 11 years ago