1542 Commits (fd866d5cdb62aac3e3ae10119dd9c2681b74df5b)

Author SHA1 Message Date
Dimitar Dobrev 170e0a5934 Removed char from internal fields because marshalling is broken. 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
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
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
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
Dimitar Dobrev b7187c80c7 Generated valid code when C++ changes method access when overriding. 11 years ago
Dimitar Dobrev a2b8614f54 Improved the support for constructor expressions. 11 years ago
Dimitar Dobrev 4d626e1d68 Ensured the pass for resolving declarations completes types of ignored fields. 11 years ago
Dimitar Dobrev 56b02cfcf9 Converted to 0 default expressions calling an empty ctor of a type mapped to an enum. 11 years ago
Dimitar Dobrev 0930360cd5 Ensured conversion operators from primitive pointers pass the correct values. 11 years ago
Dimitar Dobrev 76ea3158df Prevented conversion operators from getting ref params. 11 years ago
triton a7c6747e72 * Revert "Fixed namespace conflict in C++/CLI." 11 years ago
Dimitar Dobrev 78c3db80aa Fixed incompilable code when a virtual function has ref params. 11 years ago
triton 0fa18a9f62 Fixed namespace conflict in C++/CLI. 11 years ago
Abhinav Tripathi dd941d9191 Added marshalling of primitive ptrs to ref type. 11 years ago
Dimitar Dobrev c8da628782 Fixed the renaming of overrides in a certain situation. 11 years ago
triton a37f104262 Ignore std::shared_ptr while our template support is not yet finished. 11 years ago
triton 5ef03e1269 Fixed SetMethodParameterUsage to use complete class declarations. 11 years ago
triton 711292860c Skip enum item from macro if enum already contains an item with same name. 11 years ago
Dimitar Dobrev b6c16051af Fixed the wrapping of mapped types with operators. 11 years ago
Dimitar Dobrev 59de162056 Skipped already visited functions in the pass for finding symbols. 11 years ago
Dimitar Dobrev 54caddeed1 Cloned types when changing them to interfaces for multiple inheritance. 11 years ago
Dimitar Dobrev b09d5a897e Optimised the pass for fixing invalid names by skipping already visited decarations. 11 years ago
Pedro Miguel Casaleiro Dias ed3e0bd54a closes #514. 11 years ago
Dimitar Dobrev 32a49086ac A cosmetic fix in the new type map for FILE. 11 years ago
triton cf472f526c Fixed C++/CLI to handle namespace conflicts between free functions and namespaces. 11 years ago
triton f123037a07 Added a very simple type map for C FILE handles. 11 years ago
triton b4d8f35862 Fixed static class pass to work with opaque classes. 11 years ago
Dimitar Dobrev 12fcb2b13e Removed the setting of zero size for types that have fields in a base or virtuals. 11 years ago
Dimitar Dobrev 9d78f5386d Fixed a crash on Mono when marshalling types with no fields. 11 years ago
Dimitar Dobrev f754263ab5 Fixed the potential incorrect translation unit of templated classes. 11 years ago
Dimitar Dobrev 062f8e26e0 Revert "Revert "Included ignored fields in the wrappers for better marshalling."" 11 years ago
Dimitar Dobrev 52abb8fd97 Fixed the pass for conversion operators not to create such for ctors taking a base or derived type. 11 years ago
Dimitar Dobrev fc572cd57e Fixed the pass for conversion operators not to create them in abstract types. 11 years ago