1344 Commits (6cb37ef382aa294609e0a6cc7b71d51903cbcffd)
 

Author SHA1 Message Date
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
Dimitar Dobrev 13b885db15 Revert "Remove VS2010 support." 12 years ago
triton 29728910b7 Small formatting fix. 12 years ago
triton e8f219c81c Use foreach instead of explicit for. 12 years ago
triton 2916703e4c Refactored enum item generation in CLI backend to use blocks. 12 years ago
triton 92243be28f Make the parsing of function codegen info a bit more robust. 12 years ago
triton dc14a5699a Reworked the CheckAbiParameters pass to be a lot more accurate by re-using the previously added support for indirect type information. 12 years ago
triton 8c0c76ca59 Reworked operator overloading support. 12 years ago
triton 7f8f9289a1 Run CheckOperatorsOverloadsPass under both backends. 12 years ago
triton c8abdeb192 Cleaned up operator overload helpers. 12 years ago
triton 14dbe76e9d Run CleanInvalidDeclNamesPass earlier because some later passes need the names to be cleaned up. 12 years ago
triton 5ada754d72 Reworked MoveOperatorToClassPass to be simpler and correct. 12 years ago
triton 6c1e8fdbbf When generating the internal name for a function, take into account its original function. 12 years ago
triton f7be1cb5e7 Added original function property to keep the original function where this one was synthetized from. 12 years ago
triton d56c50ad5e Added FunctionSynthKind property to function to keep what kind of synthesis occurred. 12 years ago
triton df01104ab7 Fixed GetFunctionNativeIdentifier to work with function operators. 12 years ago
triton a964df9069 Renamed HiddenStructureReturn to IndirectReturnType as it is a lot more clear. 12 years ago
triton 5586acdbaf Added accurate return and argument type ABI information by querying Clang's code gen layer for the correct information. This does add a lot of extra dependencies on LLVM and Clang libraries. 12 years ago
triton 5ea71589a8 Extract diagnostic handling to a method. 12 years ago
triton 7767d94281 Added some overloads to emit debug diagnostics. 12 years ago
triton d7541960c4 Moved operators parsing from methods to functions since functions can also be operators. 12 years ago
João Matos 52d269f6e4 Merge pull request #46 from ddobrev/master 12 years ago
Dimitar Dobrev a9d8e8bf03 Removed the hard-coded "__" from the CLI back-end. 12 years ago
Dimitar Dobrev 5208fafef7 Moved GeneratedIdentifier to the base Generator so that the former is available to all back-ends. 12 years ago
Dimitar Dobrev fe1387331d Removed a hard-coded "__". 12 years ago
Dimitar Dobrev cd65094792 Fixed the generation of virtual tables to use the new format of internal generated identifiers. 12 years ago