99 Commits (a7799edb14029ad8352c5115d0450dfaf41fb2f5)

Author SHA1 Message Date
Dimitar Dobrev a7799edb14 Fixed a bug when having a field with a protected ignored type. 10 years ago
Dimitar Dobrev 44cd09fbf2 Fixed a bug when having a default arg in a ctor of a derived type. 10 years ago
Dimitar Dobrev c512a558c7 Fixed a bug when a default arg is a binary operator expression. 10 years ago
Dimitar Dobrev 7cff21aa78 Fixed default args with template types; added an option for expressions to use in type maps. 10 years ago
Dimitar Dobrev e33ae461b0 Fixed a bug when a default arg of type double has a value ending with .0. 10 years ago
Dimitar Dobrev 53e75ab19f Fixed a bug when having a default arg value for a pointer to a C# struct. 10 years ago
Dimitar Dobrev 597922c1db Stopped at an ignored base when getting the root one. 10 years ago
Dimitar Dobrev 7328538f19 Prevented Dispose from destroying unmanaged objects we didn't create. 10 years ago
Dimitar Dobrev 73e9455821 Put own (created in managed code) objects in the object map upon creation. 10 years ago
Dimitar Dobrev 84d8af2396 Added a mapping between native object and their managed wrappers. 10 years ago
João Matos a7443265a0 Fixed marshalling of `const char**` types in C#. 10 years ago
Dimitar Dobrev d2189fa5a7 Moved the improved test for friends to Basic because it's not C#-specific. 10 years ago
triton 43531f0b38 Fixed regression when parsing multiple non-member friend declarations. 10 years ago
triton 4ddbf34edb Fixed another regression when parsing class templates. 10 years ago
triton bf9fb64120 Fixed regression when parsing class templates. 10 years ago
triton 1e0db93c5e Added support for handling non-virtual methods inherited from MI bases. 11 years ago
Dimitar Dobrev 3d72c2fca4 Added renaming of variables. 11 years ago
Dimitar Dobrev c7253b456b Fixed the assigment of structs with private fields. 11 years ago
Dimitar Dobrev 19f3400cff Extended the generation of implicit ctors. 11 years ago
Pyry Kontio 9e318355fa A test for floating point default arg 11 years ago
triton 0e574bdd5b Fixed wrong code generation for constant-size arrays of non-primitive types. 11 years ago
Pyry Kontio 99f643d13f Test that demonstrate the "new 0" and show some other erroneus behaviour too. 11 years ago
Dimitar Dobrev 191821b1d4 Fixed the generated code for default value of 0 to a class mapped to an enum. 11 years ago
Dimitar Dobrev 26df3e0c77 Improved the handling of numeric default values. 11 years ago
Dimitar Dobrev 88293d5c84 Fixed invalid names of static field (variables). 11 years ago
Dimitar Dobrev b9042d72b5 Fixed a regression causing ignored types with bases without empty ctors to fail. 11 years ago
Dimitar Dobrev f1c0d7a82a Fixed the ambiguity in the C++/CLI branch when a native ctor takes anything mapped to IntPtr. 11 years ago
Dimitar Dobrev 261473cef8 Extended the support for fixed arrays to the C++/CLI back-end. 11 years ago
Dimitar Dobrev c4b48cf185 Fixed some problems with arrays of void after mapping void* to IntPtr. 11 years ago
Dimitar Dobrev 30cb2cbe85 Fixed an ambiguity between an internal ctor and a potential wrapped one. 11 years ago
Dimitar Dobrev 880e109a2d Fixed incompilable code caused by VS failing to run all pre-build events. 11 years ago
Dimitar Dobrev 2894999696 Fixed the generation of constructor overloads synthetised because of default arguments. 11 years ago
Dimitar Dobrev 1dbc76f134 Fixed a bug when a char parameter is assigned a default value of 0. 11 years ago
Dimitar Dobrev d2e01b1eda Fixed the generation of copy ctors when mutiple inheritance is involved. 11 years ago
Dimitar Dobrev de4c551fda Worked around a specific default argument construct used in Qt. 11 years ago
Dimitar Dobrev 95547dbec8 Fixed default arguments with enums directly declared in headers. 11 years ago
Dimitar Dobrev d481cf8078 Fixed the renaming of overloads generated because of default arguments. 11 years ago
Dimitar Dobrev 88a88599e7 Fixed the wrapping of bit masks in default arguments. 11 years ago
Dimitar Dobrev 2bc06983f3 Fixed the generation of default argument when a reference is assigned a value. 11 years ago
Dimitar Dobrev 17fa53ac06 Fixed the advanced pass for properties to skip ignored methods. 11 years ago
Dimitar Dobrev db30cde06d Handled indirect return params in type maps. 11 years ago
Dimitar Dobrev a5b59f67f8 Fixed bugs with abstract properties in abstract impls. 11 years ago
Dimitar Dobrev f16a5ff6e0 Ensured default values, if any, of parameters of overrides, are generated. 11 years ago
Dimitar Dobrev ef4be0b959 Fixed the generation of code in a single file. 11 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 11 years ago
Dimitar Dobrev 9e480dd364 Fixed the renaming pass to account for overloads of functions. 11 years ago
Dimitar Dobrev cbf4afae1f Prepended 'get' and 'on' to methods and events respectively when there's a conflict with a newly generated property. 11 years ago
triton 7f927db6c8 Renamed ASTContext parameters. 11 years ago
Tomi Valkeinen f6679213b2 fix CSharpTemp.TestDestructors 11 years ago
Tomi Valkeinen 4e185973e5 Normalize all the line endings 11 years ago