28 Commits (4e981a80e639b6bf9c8d09b6c7196b0e34f90307)

Author SHA1 Message Date
Dimitar Dobrev 4e981a80e6 Fixed a bug when wrapping virtual properties overridden in indirect derived types. 10 years ago
Dimitar Dobrev dc95c8d8c8 Fixed the bodies of functions overriding indirect virtuals. 10 years ago
Dimitar Dobrev 9d9d7b520a Generated correct code when overriding a property from an indirect secondary base. 10 years ago
Dimitar Dobrev de02c1af27 Fixed the implementation of secondary bases with overloads caused by default values. 10 years ago
Dimitar Dobrev 240ac3e460 Fixed a bug - interfaces were not implemented if they'd been already created. 10 years ago
Dimitar Dobrev 672f88df5a Fixed the multiple inheritance of nested types. 10 years ago
Dimitar Dobrev d7e74c68e6 Ensured implementations of interface members are properly renamed. 10 years ago
Dimitar Dobrev 9ce1fea794 Fixed the "override" modifier of overridden methods and properties from secondary bases. 10 years ago
triton 026f1d39b2 Cosmetic cleanup. 11 years ago
triton f6979115e0 Disable the non-virtual methods from MI bases support until it goes through further testing. 11 years ago
triton 1e0db93c5e Added support for handling non-virtual methods inherited from MI bases. 11 years ago
Dimitar Dobrev 319b9691d2 Marked the __Instance property in interfaces as synthetised. 11 years ago
Tomi Valkeinen 4e185973e5 Normalize all the line endings 11 years ago
marcos henrich 3f96bdbfe3 Replaced declaration IgnoreFlags by GenerationKind. Added methods IsInternal and IsDeclared to declaration. Replaced IsGenerated = true by GeneratioKind = GeneratioKind.Internal. Deprecated Ignore, replace Ignore set by ExplicityIgnored, replace Ignore get by IsGenerated, IsInternal or IsDeclared. 11 years ago
Dimitar Dobrev 11ef53df10 Generated all internals of all (including ignored) classes and all of their fields in order to properly store objects in managed code. 12 years ago
Dimitar Dobrev cc4275f7a9 Generated comments, if any, for properties. Fixed a possible crash with the multiple inheritance. 12 years ago
Dimitar Dobrev 7ecafc9858 Prevented renaming of methods when a base class has a property of the same name. Made the delegates used in abstract implementations prefixed with an underscore and internal. 12 years ago
Dimitar Dobrev 47f03ae68c Added tests about the dereference and prefix/postfix operators. Fixed multiple inheritance not to include operators in interfaces. 12 years ago
Dimitar Dobrev 824d8b5f30 Rewrote the generating of properties to additionaly handle property overrides and read-only properties. 12 years ago
Dimitar Dobrev 07beb47048 Converted return types to their complementary interfaces, if any. 12 years ago
Dimitar Dobrev 593aac162e Added a new class type "Interface". 12 years ago
Dimitar Dobrev 1962751cb8 Stored the original class in its interface replacement used with multiple inheritance. 12 years ago
Dimitar Dobrev 3a9eef1e80 Added a new pass converting all parameter types to their respective interfaces, if any. 12 years ago
Dimitar Dobrev f07ddf79fc Replaced the vague checks for explicit interface impls with a specific property. 12 years ago
Dimitar Dobrev c9e5c0d505 Completed the parallel hierarchy of interfaces so that a derived class can access the members of all of its bases. 12 years ago
Dimitar Dobrev 068cf51165 Added explicit implementation of interface properties (when necessary). 12 years ago
Dimitar Dobrev f5304e69bb Completed the support for multiple inheritance with the exception of base interfaces and the cast operator in the derived class to the second or later base. 12 years ago
Dimitar Dobrev 37f09c04ef Added a pass to generate interfaces with the purpose of simulating multiple inheritance. 12 years ago