1079 Commits (b28ac8b304140c6765aec639396b8962d2c1c04c)

Author SHA1 Message Date
marcos henrich b28ac8b304 Added delegate CheckGenerate that is called before on generate so the block text generation can be empty when needed. 12 years ago
marcos henrich 3237a7b421 Template method PopBlock now returns the active block. 12 years ago
marcos henrich c061cf5be4 Added property IsEmpty to Block. 12 years ago
triton e95a2929a8 Fixed handling of property indexers in the CLI generator. 12 years ago
triton 5b15b27312 Fixed CLI marshaling to take typedefs into account when handling pointer to primitive types. 12 years ago
Elias Holzer 7596ea4b0e Put abstract implementations in the proper namespace. 12 years ago
Elias Holzer ba03f64f65 Do not write the fixed keyword multiple times for nested array types. 12 years ago
Elias Holzer a115bd9a51 Overload comparison operators only if their native counterpart return bool. 12 years ago
triton ccb0d24b6a Fixed array type printing for incomplete arrays. 12 years ago
triton 21efb8fc83 Fixed a bug by removing this weird looking code from the C# marshaller. 12 years ago
triton 08255907de Fixed C# and CLI backends to check for null values when marshaling classes. 12 years ago
triton d0a801172d Fixed type map matching under some cases by always printing names logically. 12 years ago
triton d85051a8e9 Added support for printing logical names to CppTypePrinter. 12 years ago
triton f6ca256a86 Fixed CheckDuplicatedNamesPass to work with functions. 12 years ago
triton 7faa50d945 Fixed native symbol naming. 12 years ago
Øystein Krog 065b8054b2 Add PrimitiveType.UIntPtr in AST and code generators 12 years ago
Øystein Krog d3e963ff19 Move helper methods in Type out from class and into extension class TypeExtensions 12 years ago
triton df58e2774f Added an Std.Map wrapper to be able to use it in internal declarations. 12 years ago
Dimitar Dobrev 445f460b47 Fixed the reporting of compilation errors. 12 years ago
Øystein Krog b1642bd47b Add TargetInfo in Driver. 12 years ago
Dimitar Dobrev 72089a499e Marshalled C++ char as Mono/.NET char instead of sbyte for a more friendly API. 12 years ago
Dimitar Dobrev 556e91554f Ignored protected members of value types. Used a constant for the instance identifier to improve performance. 12 years ago
Dimitar Dobrev 7477b90023 Moved the tests for copy ctors to separate classes. 12 years ago
triton b761b9b66a Ignore constructors and destructors for static classes. 12 years ago
triton 8e9d4f9c31 Fixed generation of copy constructors for CLI value types. 12 years ago
Dimitar Dobrev fee1809ca5 Wrapped copy constructors. 12 years ago
Dimitar Dobrev 24a8db6a32 Fixed the generation of internal implementations of abstract classes to actually work. 12 years ago
Dimitar Dobrev 2e2f277b30 Ensured the internals of mapped classes are generated. 12 years ago
Dimitar Dobrev 8d9ff9515e Generated dependent fields if they are of a union type. 12 years ago
Dimitar Dobrev 648e47570d Checked for symbols before calling destructors. 12 years ago
Dimitar Dobrev 093ae1548b Avoided crashes when generating code corresponding to translation units at invalid locations. 12 years ago
Dimitar Dobrev 99849da1d1 Added preliminary support for char16 to avoid crashes because of null parameter types. 12 years ago
Dimitar Dobrev 8439acdef5 Considered renamable name-spaces which are not translation units. 12 years ago
Dimitar Dobrev 66363787b4 Stubbed support for pack expansions to avoid crashes in certain cases such as variadic templates. 12 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
triton 0a102d8fbc Added better wrapping for static classes. 12 years ago
Dimitar Dobrev 85e56de487 Applied Helpers.SafeIdentifier in the name-cleaning pass in order to get correct names in type maps. 12 years ago
Dimitar Dobrev d92bc31a71 Replaced a call to == with ReferenceEquals when checking for null to avoid cycles in == operators. 12 years ago
Dimitar Dobrev fe6378a88a Added an additional property to type maps indicating if they actually provide marshalling (useful if only copy constructors are replaced). 12 years ago
Øystein Krog 663c91e443 Add support for fields with expressions (values) in CSharpTextTemplate 12 years ago
Øystein Krog df7c1371a6 Pass in an CSharpExpressionPrinter instance to CSharpTextTemplate 12 years ago
Øystein Krog 240d2db53d Add new IExpressionPrinter interface, with CSharpExpressionPrinter implementation 12 years ago
Dimitar Dobrev be34899fc5 Added tests for v-tables checking calls to virtuals from within C++ and passing parameters. 12 years ago
Dimitar Dobrev aff6b2033a Changed the option for bitness to be writable and 64-bit by default for 64-bit builds. 12 years ago
Dimitar Dobrev ebd692e6aa Fixed the renaming pass to consider forward declarations and function type defs. 12 years ago
Dimitar Dobrev 59e0fb9ede Generated correct v-tables when using the Itanium ABI. 12 years ago
gpetrou 1ec9686111 Added default option to avoid generating ICppMarshal interface in the output files. 12 years ago
Dimitar Dobrev 20c6e04cd0 Fixed the ignoring of methods. 12 years ago
Dimitar Dobrev cfeed2619a Extended type maps with the ability to insert custom code instead of a copy ctor invocation. 12 years ago
Dimitar Dobrev 4c5d933cd2 Added support for marshalling arrays of pointers to primitives. 12 years ago