1769 Commits (4cfd5c083e53f790d72facaf53eb070efb3550f0)
 

Author SHA1 Message Date
triton 871a05511c Added a new pass that checks for ambiguous overloads. 12 years ago
triton 1d455db550 Fixed parsing of C++ methods constness. 12 years ago
triton 88229d8b71 Cleaned up Parser.h. 12 years ago
triton c579142092 Remove unused includes. 12 years ago
triton caeb1d2f67 Added new pass CheckVirtualOverrideReturnCovariance that checks if a pair of return types in overriden methods are covariant according to the C++ standard. 12 years ago
triton 279c9c83cf Fixed wrapping of null pointers to actually return null CLR references. 12 years ago
triton 60751ee662 Remove the type map finding prints to not clutter the output. 12 years ago
triton 458ef0ce34 Emit a debug info instead of an error for "invalid" operator overloads. 12 years ago
triton bb5bf5469d Fixed VTable walking to actually walk through all the tables. 12 years ago
triton 30c5041f92 Cleaned up usings. 12 years ago
triton fb00f8e7b5 Improved the CLI include collector to keep track of originating translation units. 12 years ago
triton 2ae4f02edd Check for typedefs in HasDeclarations. 12 years ago
João Matos 8e6cf14a37 Merge pull request #51 from ddobrev/master 12 years ago
Dimitar Dobrev 0f5e27f939 Fixed a bug that caused the generation of the uncompilable expression "&*IntPtr". 12 years ago
Dimitar Dobrev e0a3cde7a4 Generated protected methods and fields. 12 years ago
Dimitar Dobrev 1a293f8965 Added copy constructors to some of the AST classes. 12 years ago
João Matos 26aee19689 Merge pull request #50 from ddobrev/master 12 years ago
Dimitar Dobrev bb07a294f4 Ignored private types. 12 years ago
João Matos e0585a32cc Merge pull request #49 from ddobrev/master 12 years ago
Dimitar Dobrev 3f7790c67d Fixed the incorrect C++ in the tests for left shift operators. The test still fails, though, now C is always 0. 12 years ago
Dimitar Dobrev d5d5114d1d Merge branch 'master' of https://github.com/mono/CppSharp 12 years ago
triton 36d520562e Use references instead of pointers when creating new operator overloads methods. 12 years ago
triton 0fcb5c0226 Optimized/fixed marshaling for fields as there is no need to create a copied instance of the native object. 12 years ago
triton 3f6dac4a50 Fixed parsing of function code gen info to be more robust. 12 years ago
triton 3771834bdd Fixed marshaling of function pointer typedefs in CLI generator. 12 years ago
triton 8bad119d7d Fixed marshaling of pointers to classes in CLI generator. 12 years ago
triton 2981c497dc Remove extra newline from the output. 12 years ago
triton 17fdab07cb Only add missing operator overloads in C# generator. 12 years ago
triton 02559ed193 Added better support for unary operators. 12 years ago
triton 13c5357e3f Use references instead of pointers when creating new operator overloads methods. 12 years ago
triton cf8eaa3a35 Optimized/fixed marshaling for fields as there is no need to create a copied instance of the native object. 12 years ago
triton 54dc21e7d2 Fixed parsing of function code gen info to be more robust. 12 years ago
triton aa0a78abf5 Fixed marshaling of function pointer typedefs in CLI generator. 12 years ago
triton 05c020f301 Fixed marshaling of pointers to classes in CLI generator. 12 years ago
triton 0c64c06271 Remove extra newline from the output. 12 years ago
triton f704ca3a05 Only add missing operator overloads in C# generator. 12 years ago
triton a4f1606956 Added better support for unary operators. 12 years ago
Dimitar Dobrev d9bc5bec86 Extended the check for duplicate names to ignore repeated operators since they cannot be renamed. Added an ignored test for an unrelated run-time issue. 12 years ago
João Matos 3320064603 Merge pull request #48 from ddobrev/more_compile_fixes 12 years ago
Dimitar Dobrev 1fc9880be9 Generated the correct calling convention in the UnmanagedFunctionPointerAttribute of delegates. 12 years ago
Dimitar Dobrev fc1637f532 Added a test for free functions with an indirect return type. 12 years ago
Dimitar Dobrev b06f206878 Fixed the generation of static function to use the correct return type. 12 years ago
Dimitar Dobrev 0ae181b2cf Added suffixes to generated variables to avoid conflicts. 12 years ago
Dimitar Dobrev fbe5851237 Added UnmanagedFunctionPointerAttribute to generated delegates to avoid run-time crashes. 12 years ago
Dimitar Dobrev cc77397461 Converted const wchar_t* to string. 12 years ago
Dimitar Dobrev bc14348d5f Generated compilable wrappers for functions taking char*. 12 years ago
triton a5315aeec4 Reworked native C++ pointer type printing. 12 years ago
triton 639fddb0bc Reworked C++/CLI pointer type printing. 12 years ago
Dimitar Dobrev 734b1377f0 Fixed the wrapping of functions taking a function pointer. 12 years ago
Dimitar Dobrev d659f04d9d Generated compilable wrappers for functions taking char*. 12 years ago