276 Commits (e95863c2aee9afdd896d2850cf180aaa46972c3d)

Author SHA1 Message Date
Dimitar Dobrev 06b83ee3fc Changed the generation of method bodies to avoid duplication of local variables when a fixed instance is required. 12 years ago
triton b808117566 Cleaned up the default diagnostics output to be more concise. 12 years ago
Dimitar Dobrev 6dcb8fa593 Added the option to have attributes generated. 12 years ago
triton e059f5e099 Fixed parsing of enum items to use normal declaration comments. 12 years ago
triton 4a29db6bcd Revert "Fixed bug caused by a type in the new parser." 12 years ago
triton f1f6c2e5e9 Fixed bug caused by a type in the new parser. 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 a24bc6c805 Removed comments from internal functions. Changed their access from public to internal. 12 years ago
Dimitar Dobrev 997f278aaa Added support for multi-line summaries in the XML code comments. 12 years ago
Dimitar Dobrev d0f0c7e9e2 Added generation of detailed code comments ("<remarks/>"). 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 0e37a62726 Changed the check whether to invoke a property in the v-tables to work around the non-shared methods in v-tables. Set the function signature to an empty string rather that null by default. 12 years ago
triton c7612248fd Added method signatures debugging output to vtable delegates. 12 years ago
triton 000b45cf2b Fixed duplicated vtable delegate generation by changing the way the unique name is generated. 12 years ago
triton 23fc25faca Fixed generation of vtable components. 12 years ago
triton 0801e98823 Fixed generation of C# vtable interop code. Update the vtable generation index in each iteration. 12 years ago
Dimitar Dobrev 9255ac4144 Added the method to its block to maintain the connection between them. 12 years ago
Dimitar Dobrev 2b53801510 Prefixed "System.Runtime.InteropServices" with "global::" to prevent name collision. 12 years ago
Dimitar Dobrev 9deaa403bc Fixed a crash when setting up v-tables. 12 years ago
Dimitar Dobrev 56385a453f Fixed the generation of v-table delegates to take into account indirect return types. 12 years ago
Stephen Kennedy 0957843c4d Unify debugging output 12 years ago
triton b51687a2f6 Fixed vtable setup call generation when there are no valid methods in the vtable. 12 years ago
triton 44ce759a33 V-table method delegates need to take into account same-named overloads. 12 years ago
Stephen Kennedy 972e08ba67 We only handle functions and fields in property setters 12 years ago
Stephen Kennedy 00bf3714ca Hack to silently ignore non-class base class (e.g. templates etc) 12 years ago
Stephen Kennedy 84f0942a76 Avoid mismatched braces when the decl is neither a Function nor a Field 12 years ago
triton 71d9ba5761 Added NativeDataSize property to the ICppMarshal interface. 12 years ago
triton c602f3b331 Formatting fixes. 12 years ago
triton 3e489c9a06 Updated the generators and tests for new class names. 12 years ago
triton 995791b996 References to System.Runtime.InteropServices.CallingConvention attributes are now fully qualified to fix some conflicts that could happen with generated code. 12 years ago
triton 67ee5268ba Added generation of stubs for ICppMarshal. 12 years ago
Dimitar Dobrev 504222f03f Added the event to its block to maintain the connection between them. 12 years ago
Dimitar Dobrev f348a80c32 Moved the improved property pass to a new class. Added the list of verbs as a resource in premake. 12 years ago
Dimitar Dobrev 27f8e28036 Fixed the generation of v-table calls to property setters. Ignored methods that are only named "get" and similar, as properties. 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 acbdf7d82a Added a test for fixed arrays which showed that setting actually worked incorrectly. 12 years ago
Dimitar Dobrev 159a65d6bb Fixed a bug with multiple inheritance and an indirect return type. 12 years ago
Dimitar Dobrev 813084948f Fixed the resolution of overloads for conversion operators. 12 years ago
Dimitar Dobrev 88d5192684 Wrapped conversion (cast) operators. 12 years ago
triton 1d0a512b80 Use the shared library name as a last resort if the symbol is not found. 12 years ago
Dimitar Dobrev 593aac162e Added a new class type "Interface". 12 years ago
Dimitar Dobrev c45c015a75 Reused the method for generating a string representation of an access qualifier. 12 years ago
Dimitar Dobrev ef53ca17d3 Added a block kind for an interface. 12 years ago
Dimitar Dobrev c5382ee666 Changed a bit the method for a class definition to be able to reuse it for interfaces. 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 6ef578cd6a Removed the generation of protected members of interfaces. 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