1065 Commits (7faa50d945c52534e7c2d7e5aa1a1c06b54cc9f9)

Author SHA1 Message Date
triton f1f6c2e5e9 Fixed bug caused by a type in the new parser. 12 years ago
Dimitar Dobrev 79883199f5 Prevented the renaming of constructors if there is duplication of names. 12 years ago
Dimitar Dobrev 84fba50cf6 Extended the searching for type maps to try both qualified and unqualified names and both full template declarations and just templated types. 12 years ago
Dimitar Dobrev 7dcc4e1506 Checked for type maps of tag types. 12 years ago
Dimitar Dobrev 511957882a Fixed the C++-printing of templated types not to append an additional "::". 12 years ago
Dimitar Dobrev 9d1687dbc4 Improved the property generation by matching with an "is" prefix for read-write properties. 12 years ago
Dimitar Dobrev ae1351d2b5 Improved the property generation by matching with an "is" prefix for read-write properties. 12 years ago
Dimitar Dobrev ee1c53b5b0 Simplified the comparisons used in the advanced pass for properties. 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 24558b3385 Added an option to the C++ printer to print the local as opposed to the globally qualified name. Implemented the printing of template specialisations. 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 8a502835f7 Added a check for 'null' before getting the native pointer of a wrapped object. 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
Dimitar Dobrev 7e2b1fd417 Added automatic building of the generated source files. 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 c242a3f320 Formatting changes. 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 47f03ae68c Added tests about the dereference and prefix/postfix operators. Fixed multiple inheritance not to include operators in interfaces. 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 c0ed93cd5e Prevented postfix and dereference operators from being wrapped as such because C# does not support them. 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
Dimitar Dobrev 501f123277 Removed a check for const-ness because of a parser bug. Added tests for properties of complex types. 12 years ago
Dimitar Dobrev 014c7df874 Added "register" to the list of verbs. 12 years ago
Dimitar Dobrev ff14f39ed4 Fixed the generation of properties by considering value and read-only pointer types the same for complex types. Fixed the counting of parameters to consider indirect ones. 12 years ago
Dimitar Dobrev ab548cb6da Fixed the generation of properties to take indirect return types into account. Added "return" as a verb. 12 years ago
triton a18d724368 Added OrderedSet utility class. 12 years ago
triton 71de29790e Added a new pass to check for duplicated vtable components. 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
triton a219ea4b84 Disabled symbol checking by default. 12 years ago
Stephen Kennedy 972e08ba67 We only handle functions and fields in property setters 12 years ago
Stephen Kennedy 0c7a72c400 Hack for CLI version 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 6631d7e7c8 Changed GetTestsDirectory to be public. 12 years ago
triton c619d67eb6 DriverOptions now inherits from ParserOptions instead of providing a member. 12 years ago
triton cc0e0dab8d Changed the test setup to search for the tests output directory. 12 years ago
triton d3b0ab7192 Added missing Generator file. 12 years ago
triton ca9c332618 Changed the test setup to search for the tests directory. 12 years ago
triton 565d73a4d0 Fixed CLI type references to work correctly with library namespaces. 12 years ago
triton 71d9ba5761 Added NativeDataSize property to the ICppMarshal interface. 12 years ago
triton ece5fb6e56 Updated the generator to be able to use the new parser. 12 years ago