1078 Commits (40bfd6513540aa1e7b1986652d922c9a506ae6e5)

Author SHA1 Message Date
Dimitar Dobrev 336dbe8ff8 Marshalled fields with a pointer type as IntPtr. 10 years ago
Dimitar Dobrev 6fd6649bb5 P/Invoked OS X frameworks instead of just libs when applicable. 10 years ago
Joao Matos c5c4a538c4 Implemented CLI delegate marshaling of function pointer types. 10 years ago
Dimitar Dobrev 11fc1f5097 Checked whether block comments actually have paragraphs. 10 years ago
Dimitar Dobrev 0e344b4b8a Tested generation of C# comments at run-time. 10 years ago
Dimitar Dobrev 6e23f910a9 Added support for "param" elements in code comments in the C# end. 10 years ago
Dimitar Dobrev 1f105e53a8 Added support for "return" elements in code comments in the C# end. 10 years ago
Dimitar Dobrev 1d3e821093 Fixed #453 - incorrect comment generation. 10 years ago
Dimitar Dobrev 38f1707474 Fixed #638 - incompilable generated C# code when a function takes a protected enum. 10 years ago
João Matos 4d89bfa001 Fixed code generation for constant arrays of function pointers. 10 years ago
João Matos 021189b49c Extract ""global::System.IntPtr"" into a constant for re-use in the marshaller. 10 years ago
Joao Matos 2ed0565d18 Optimized ArgumentNullException exception message. 10 years ago
Joao Matos 3dc915961c Optimized GetPropertyName for the common case. 10 years ago
Joao Matos 62d5f00c77 Fixed code generation of subscript operator for types with non-default parameter usage. 10 years ago
Joao Matos 3c70bce12e Fixed generation of global functions with C# keyword name. 10 years ago
Joao Matos f8bd69790e Fixed marshaling of typedef'd const char strings. 10 years ago
Dimitar Dobrev 6cb764700a Replaced the Internal* in native ctors with void* because of templates with dependent fields. 10 years ago
Joao Matos df3f26d0aa Improved null handling when marshaling CLI strings. 10 years ago
Joao Matos 4bc7c78609 Restructuring of CLI string marshaling code. 10 years ago
Dimitar Dobrev ef66b38525 Removed a redundant parameter from CppTypePrinter. 10 years ago
Abhinav Tripathi 347d0cdbaf Fix for fn call when def argument is interface. 10 years ago
Dimitar Dobrev 3402952388 Called the most derived destructor when it's not virtual. 10 years ago
Abhinav Tripathi e9152a79b5 Fixed missing namespace problem. 10 years ago
Dimitar Dobrev 54cb17f313 Removed the exception when disposing of objects not originating from managed code. 10 years ago
Dimitar Dobrev 36c55fc656 Applied SuppressUnmanagedCodeSecurity to P/Invokes with WinApi calling conventions. 10 years ago
Dimitar Dobrev 640f957e69 Removed the hard-coded (always public) visibility of generated enums. 10 years ago
Dimitar Dobrev c8397166ed Optimised code generation when the option for auto-compilation is used. 10 years ago
Dimitar Dobrev 057e025ee3 Fixed a memory leak by removing from static members typedefs used for delegates. 10 years ago
Dimitar Dobrev 575649b5da Fixed a memory leak in the code generators. 10 years ago
Dimitar Dobrev 5ca49e3c3e Moved the prepending of the comment prefix to the comments themselves. 10 years ago
Dimitar Dobrev d328b7ce34 Properly handled nulls passed to C++ refs by throwing an exception. 10 years ago
Dimitar Dobrev f7b4d6ce83 Fixed the wrapping of operators for non-equality to handle null. 10 years ago
Dimitar Dobrev 477dd914cb Fixed setters of indexers when the key is type-mapped. 10 years ago
Dimitar Dobrev 1c52e67bb8 Fixed the wrapping of indexers returning value types. 10 years ago
Dimitar Dobrev e36d6f0aae Improved the handling of char arrays by using desugaring. 10 years ago
Dimitar Dobrev a18479e1db Generated valid code for wrapping char arrays. 10 years ago
Dimitar Dobrev 5dde771d77 Removed a redundant field in the generated code. 10 years ago
Dimitar Dobrev c2a569e24d Only patched the v-table entries for non-dtors in user-derived classes. 10 years ago
Dimitar Dobrev 2885200732 Changed the native ctor to only patch the v-table entry of the virtual dtor, if any. 10 years ago
Dimitar Dobrev 132509203b Improved the handling of function calls in default args. 10 years ago
Dimitar Dobrev 8ebefa1f37 Added support for call expressions in default args. 10 years ago
Dimitar Dobrev 8a68d2d16c Fixed the generation of overrides of virtuals from secondary bases. 10 years ago
Dimitar Dobrev 53074cca58 Simplified the fix for calling the dtor of an abstract type with MinGW. 10 years ago
Dimitar Dobrev e4a40d0eed Revert "Fixed a crash when calling the dtor of an abstract type with MinGW." 10 years ago
Dimitar Dobrev 176262c700 Clarified the handling of dtor calls when abstract classes are involved. 10 years ago
Dimitar Dobrev 67e6e1204c Fixed a crash when calling the dtor of an abstract type with MinGW. 10 years ago
Dimitar Dobrev 05a44565bd Ensured a virtual dtor is called even if the base dtor is not virtual. 10 years ago
Dimitar Dobrev fbb2f941c4 Based on Abhinav Tripathi's work: extracted delegates in order to reuse them. 10 years ago
Dimitar Dobrev 0f8474893c Removed 3 redundant fields from the C# generator. 10 years ago
Dimitar Dobrev 3cb44dcef0 Split the creation of internal parameters from their string representation. 10 years ago