1344 Commits (6cb37ef382aa294609e0a6cc7b71d51903cbcffd)
 

Author SHA1 Message Date
Dimitar Dobrev 463864e71c Moved the generation of a virtual table call to a separate function, for independence on back-ends. 12 years ago
Dimitar Dobrev 449777e245 Replaced a hard-coded variable name. 12 years ago
Dimitar Dobrev dfff92bb9f Moved the getting of the access of a class as a string to a separate function. 12 years ago
Dimitar Dobrev 496d323e65 Updated the test code for abstract impls woth more pure functions. However, the test now fails so it is ignored for the time being. 12 years ago
Dimitar Dobrev da6887ff07 Fixed the allocation of internal abstract implementations, and fixed their constructors to take a pointer to the abstract type. 12 years ago
Dimitar Dobrev 4cfcfa1b16 Corrected the implementation of abstract methods to properly handle classes, instance arguments and indirect return types. 12 years ago
Dimitar Dobrev 9752096a4c Fixed a bug in MS mode and added a test. 12 years ago
Dimitar Dobrev 06e69225b9 Implemented the MS branch of the abstract implementations. 12 years ago
Dimitar Dobrev a3869c95c5 Generated the proper return statements in the abstract implementations. 12 years ago
Dimitar Dobrev 6d2c0eaed8 Generated internal implementations of abstract classes in a new pass. 12 years ago
triton 5cbeadee17 Added an ignore rule for Make-based builds which we will have with the upcoming porting work. 12 years ago
triton d10aed5d01 Removed out-of-date building instructions. 12 years ago
triton e0a2624370 Removed unused using. 12 years ago
triton f5622306b6 Fixed CLITypeReferenceCollector to work correctly with nested namespaces. 12 years ago
triton 14718b915f Added a ToString() to CLITypeReference for better debug output. 12 years ago
triton 10ab05009d Removed unused config file. 12 years ago
triton 701734388c Added a ToString() method to ASTRecord to get better debug output. 12 years ago
triton 94d58399dd Removed some unused debugging code. 12 years ago
triton 17a8a4cbdc Fixed generation of native object instantiation to use the original names. 12 years ago
triton c66c34d4a9 Renamed the CLI language generator kind to be more uniform. 12 years ago
triton d4f28bb049 The check for code gen info is now a bit more robust. 12 years ago
triton c93e77166c Added a new option GenerateInternalImports that outputs "__Internal" as the library name for DllImports. Fixes #54. 12 years ago
triton aff25384fe Updated the parser to work with calling convention changes introduced in the latest Clang revisions (r189412). 12 years ago
triton 365862419e Fixed support for classes with trivial default constructors. 12 years ago
triton 3b63a1a2be Added default constructors triviality information to the AST. 12 years ago
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