21 Commits (56b02cfcf9f61a614e064993a898a009ecdb4f6d)

Author SHA1 Message Date
Dimitar Dobrev 56b02cfcf9 Converted to 0 default expressions calling an empty ctor of a type mapped to an enum. 10 years ago
Abhinav Tripathi dd941d9191 Added marshalling of primitive ptrs to ref type. 10 years ago
Dimitar Dobrev 069b727a23 Fixed the generation of overloads for free functions with default args. 10 years ago
Dimitar Dobrev ad6555f957 Fixed the wrapping of default args assigned with a ctor expression with more than one param. 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 277a6f5ac7 Fixed default args with enum values when the enum is in a dependency. 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 58fb80f571 Fixed a few regressions introduced by the updated code for default args. 11 years ago
Pyry Kontio 0598aa1329 Fixed the floating point bug. 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 c4b48cf185 Fixed some problems with arrays of void after mapping void* to IntPtr. 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 95547dbec8 Fixed default arguments with enums directly declared in headers. 11 years ago
Dimitar Dobrev 3b8873022b Handled built-in binary operators in default arguments. 11 years ago
Dimitar Dobrev 88a88599e7 Fixed the wrapping of bit masks in default arguments. 11 years ago
Dimitar Dobrev b25e622ff7 Set the original function of each overload generated because of default values of arguments. 11 years ago
Dimitar Dobrev 0499556bfe Added support for default values of parameters. 11 years ago