2279 Commits (cc97558bbee005dfd301852986681728e96c9f2c)

Author SHA1 Message Date
Dimitar Dobrev cc97558bbe Replaced the redundant references for v-tables with the native-managed map. 11 years ago
Dimitar Dobrev 235c556374 Simplified the generated code for v-tables. 11 years ago
Dimitar Dobrev 72f062c56f Reused the virtual call for calls to abstract impls. 11 years ago
Dimitar Dobrev 289720d31b Only hooked the v-tables of wrapped C++ pointers when they have virtual dtors. 11 years ago
Dimitar Dobrev 7f8fa9100c Removed references for v-tables upon destruction of the object. 11 years ago
Dimitar Dobrev f33ae8b801 Revert "Factor the saving of original vtables pointers to its method." 11 years ago
triton 89cdf8b997 Reworked per-Abi vtable code to correctly handle all platforms. 11 years ago
triton 03f610f528 Factor the saving of original vtables pointers to its method. 11 years ago
triton e2b74a7697 Implemented virtual function call handling. 11 years ago
triton bc3ace2205 Rework __OriginalVTables to be unique per instance. 11 years ago
triton d4cd37ec11 Rename the VTable field names in the generated code to be more specific. 11 years ago
triton 24eb7cf825 Fixed VTables.GetVTableIndex to work with base/derived overrides. 11 years ago
triton 7ec100c47e Document the purpose of Class.OriginalClass. 11 years ago
Dimitar Dobrev 007fb4b57c Removed parameters wrapped in v-table delegate hooks from the native to managed map. 11 years ago
triton 0108a5a23e Invert the if condition to reduce nesting. 11 years ago
Dimitar Dobrev c4a5cdb893 Fixed the v-table hooks for functions with indirect return params. 11 years ago
Dimitar Dobrev c28b8db3e5 Removed the TODO-s about marshalling char and bool because those are not bugs. 11 years ago
Dimitar Dobrev 91b3a5aef1 Worked around an MS .NET bug which prevents marshalling bools in certain cases. 11 years ago
Dimitar Dobrev cdd6e0eaa8 Restored a deleted piece that helps generate simpler code. 11 years ago
Dimitar Dobrev 89483ec17a Fixed a regression when having an array with dependent elements. 11 years ago
Dimitar Dobrev 170e0a5934 Removed char from internal fields because marshalling is broken. 11 years ago
Dimitar Dobrev 908988e70e Fixed some warnings about missing default values of params in overrides. 11 years ago
triton 5e3706c879 Fixed marshaling of regular UTF16 strings. 11 years ago
triton 144d26749f Fixed wide string marshaling on UTF-32 platforms. 11 years ago
João Matos 464476b200 Clean up previous fix by using Environment.Is64BitProcess instead of invoking Mono --version. 11 years ago
João Matos 5ff8efa085 Fixed some tests under OS X by auto detecting the Mono bitness. 11 years ago
triton 6623161200 Workaround Mono crasher bug when handling P/Invokes with fixed arrays. 11 years ago
triton 4db4bfa567 Do not use safeIdentifier id to store the full type name (refactoring). 11 years ago
triton 2593f4727f Added support for getting the array element size to the AST. 11 years ago
Dimitar Dobrev db937b5e71 Removed some duplication of code. 11 years ago
Dimitar Dobrev 4e37adf4b7 Added conversion operators for ctors with default params. 11 years ago
Dimitar Dobrev a04ac2237a Fixed the potential generation of explicit and implicit conversion from the same type. 11 years ago
Abhinav Tripathi 364ea2660f Fixed code gen for out Parameters. 11 years ago
João Matos f23cd53010 Disable this workaround for now as it's not working as intended. 11 years ago
João Matos f799e0fb82 Rewrite Clang resource directory lookup logic in test driver. 11 years ago
João Matos aa5b1377ca Fixed GCC build by removing extra qualification on ELFDumper. 11 years ago
Dimitar Dobrev d1dabba983 Fixed a warning about an ambiguous (dangling) "else". 11 years ago
Dimitar Dobrev 0e3b5f81a5 Updated C++# to the latest LLVM/Clang. 11 years ago
Abhinav Tripathi 2df3722a14 Fixed getter code for static REf Type arrays. 11 years ago
Abhinav Tripathi c6ae35ff7d Added marshalling of fixed size ref type arrays. 11 years ago
Dimitar Dobrev 9377845ba7 Decreased the pass for abstract impls in half. 11 years ago
Dimitar Dobrev 8a499bb95a Removed "content" from the verbs because it's used more often as the noun. 11 years ago
Dimitar Dobrev 6432d910fa Removed the memory leak in the AST converter. 11 years ago
Dimitar Dobrev 5c66aa2730 Implemented IDisposable.Dispose in the C++/CLI front end. 11 years ago
Dimitar Dobrev 922c329d78 Fixed uncompilable code when a virtual function has a param called "target". 11 years ago
Dimitar Dobrev 997a317e27 Ignored pure overrides in the pass for abstract impls. 11 years ago
Dimitar Dobrev 63bc07e965 Fixed the cleaning of invalid names to allow custom names for enums. 11 years ago
Dimitar Dobrev ea8e167e6e Prevented duplication when a class and its base each have a field with the same name. 11 years ago
Dimitar Dobrev 9d9d7b520a Generated correct code when overriding a property from an indirect secondary base. 11 years ago
Dimitar Dobrev de02c1af27 Fixed the implementation of secondary bases with overloads caused by default values. 11 years ago