596 Commits (4ef7f4330dfb6864330baebb4dba169ad30fb154)

Author SHA1 Message Date
triton 29baef2f82 Wrap pointer to primitives as IntPtr regardless of the type. 13 years ago
triton 4025689211 Use GetNestedQualifiedName to properly deal with nested declaration type names. 13 years ago
triton 1fd524e664 Remove unused using. 13 years ago
triton d3d7e1f2d6 Use the regular templates since classes are now regular declaration contexts and they do not have a separate container for FunctionTemplates. 13 years ago
triton 80dd6b75c1 Fix whitespace inconsistency by needing a newline when generating functions. 13 years ago
triton 0f223f2852 Convert the GetFunctionOverloads return to a list to use IndexOf. 13 years ago
triton b32de20d65 Check if the class has a base class instead of just a base. 13 years ago
triton d1c9737d0c Search for mangled symbols for functions in addition to variables. 13 years ago
triton 8237110115 Remove the useless GeneratePInvokeMethod method. 13 years ago
triton 1be1972907 Added support for function-backed properties to the C# backends. 13 years ago
triton dd03761f6c Remove the WrapperSuffix option and replace with a more general GenerateName delegate that can be hooked up by the user to customize the output name of the generated files. 13 years ago
triton d37cca5ca1 Changed the return type of functions to be a qualified type. 13 years ago
triton 703190fe70 Fixed the wrapping of function pointers in C#. 13 years ago
triton a44901166c Check if class has a base class and not just a base. 13 years ago
triton b19057b71a C# type printing fixes. 13 years ago
triton 9e55816bfc Template type printing fixes. 13 years ago
triton d5bf0460c4 Keep track of dependent declarations and ignore them. 13 years ago
triton 9a2a0a5a5c Added better support for properties. 13 years ago
triton 6d2c342eed Added better support for substituted template parameter types. 13 years ago
triton 440ed5b92f Added better support for dependent name types. 13 years ago
triton c09e366c1e Added better support for injected class name types. 13 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 13 years ago
triton 3912d4a5d9 Added improved support for C# marshaling of types. 13 years ago
triton 66a3127520 Fixed the support for static methods. 13 years ago
triton 7fb9e9438b Bunch of improvements and fixes in the generation of value types. 13 years ago
triton 74ae216826 Improvements to operator overload support. 13 years ago
triton 259aeb036d Deal correctly with base classes when generating native constructors. 13 years ago
triton 8941031c67 Use CheckIgnoreMethod to check for ignored constructors instead of duplicating logic. 13 years ago
triton d549a3b89d Remove unused code. 13 years ago
triton 383a4f73fe Fix the GetFieldLocation method to take a type printing context kind and fix the code to pass the correct kind in each instance where its called. 13 years ago
triton b690aa9326 Extract the C# class constructor generation code to its own method. 13 years ago
triton de800edda9 Bunch of fixes to the newline handling in the C# generator. 13 years ago
triton 128750df4c Rework the C# type printer to return more information than just a string (CSharpTypePrinterResult). 13 years ago
triton c430340c4c Extract the checking logic for const char strings in its own helper method. 13 years ago
triton 23ca4b2614 Added better support for wrapping of static variables. 13 years ago
triton eee2d233f0 Remove extra new line on C# class internals generation. 13 years ago
triton bbd94f4983 Type printing fixes for the C# backend. 13 years ago
triton cb7bc5aa69 Use var initialization instead of explicitly declaring the type. 13 years ago
triton d18998557e Added an helper method to check for ignored functions. 13 years ago
triton 5da498e3f1 Replace the walkTypedefs parameter with Desugar() as it is more clean. 13 years ago
triton cc800cb4a6 Whitespace fixes. 13 years ago
triton e280de3d68 Generate the SupportBefore text template when marshaling value type fields. 13 years ago
triton f775b8abce Fixed the generation of typedefs in the C# backend. 13 years ago
triton abb12aedc0 Use a safe identifier when generating variable names. 13 years ago
triton c3bf485502 Use a safe identifier when generating parameter names. 13 years ago
triton dc26493381 Value type generation fixes. 13 years ago
triton a14338a8c9 Added much improved support for operator overloading in the C# backend. 13 years ago
triton e5b8a9aa56 Extract the logic to generate identifiers of functions/methods to GetFunctionIdentifier. 13 years ago
triton f5d0bed42f Only use new keyword when we have previously defined an Internal struct in the same hierarchy. 13 years ago
triton 5bb2f23a02 Fixed the name of the class that holds the static functions of a translation unit to match the CLI backend. 13 years ago