427 Commits (e57e22e3b8b1490aae8b510a80c13bf36c56e3d2)

Author SHA1 Message Date
triton e57e22e3b8 Wrap the Instance identifier name into its own property and change the code to use it. 12 years ago
triton 69cd09188f Implement type printing for template parameter substitution types. 12 years ago
triton 29baef2f82 Wrap pointer to primitives as IntPtr regardless of the type. 12 years ago
triton 4025689211 Use GetNestedQualifiedName to properly deal with nested declaration type names. 12 years ago
triton afe90def84 Remove useless out variables null initialization. 12 years ago
triton 1fd524e664 Remove unused using. 12 years ago
triton 96674f2cc4 When checking for ignored declarations: check the complete version of the declaration if there is one, use the type map if one is found, or ignore the declaration if it is not generated. 12 years ago
triton e0a6181287 Make sure we skip ignored overloads when checking for ambiguous overloads. 12 years ago
triton 31ce147308 Added a targets parameter to RemovePrefix to be able to only remove prefixes for some kinds of declarations. 12 years ago
triton 41e21fc3ab Since TranslationUnit is just a regular DeclarationContext we can now use VisitDeclarationContext instead of replicating the walking logic. This also makes sure we walk through every declaration, which we did not do before. 12 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. 12 years ago
triton e1ac13601c Added a new abstract class DeclarationContext that acts as a container for declarations and make Class and Namespace inherit from it. 12 years ago
triton 80dd6b75c1 Fix whitespace inconsistency by needing a newline when generating functions. 12 years ago
triton 0f223f2852 Convert the GetFunctionOverloads return to a list to use IndexOf. 12 years ago
triton b32de20d65 Check if the class has a base class instead of just a base. 12 years ago
triton d1c9737d0c Search for mangled symbols for functions in addition to variables. 12 years ago
triton 8237110115 Remove the useless GeneratePInvokeMethod method. 12 years ago
triton f23600caf5 Added helper Linq method to return an enumeration without its last element. 12 years ago
triton 46d9978401 Class helper methods now return proper lazy IEnumerable<> instead of converting right away to lists. 12 years ago
triton 432d1ddec6 Added support for renaming properties. 12 years ago
triton 1be1972907 Added support for function-backed properties to the C# backends. 12 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. 12 years ago
triton 4e0b6f5d7a Organize driver options. 12 years ago
triton d37cca5ca1 Changed the return type of functions to be a qualified type. 12 years ago
triton 703190fe70 Fixed the wrapping of function pointers in C#. 12 years ago
triton a44901166c Check if class has a base class and not just a base. 12 years ago
triton b19057b71a C# type printing fixes. 12 years ago
triton 9e55816bfc Template type printing fixes. 12 years ago
triton d5bf0460c4 Keep track of dependent declarations and ignore them. 12 years ago
triton f301189982 Formatting changes. 12 years ago
triton 5631cdcfe1 Fixed the diagnostic reporting to report severity accurately. 12 years ago
triton 6ab16c43ac Added support for a lot more driver options, including ignoring built-in and standard includes, target triple and ABIs, and system include directories. 12 years ago
triton 9a2a0a5a5c Added better support for properties. 12 years ago
triton 9a55746b81 Added helper to ignore a collection of headers. 12 years ago
triton 5aae80fd40 Check for a null string when writing text in templates. 12 years ago
triton 719a90fca3 Added some string helper methods. 12 years ago
triton 6d2c342eed Added better support for substituted template parameter types. 12 years ago
triton 440ed5b92f Added better support for dependent name types. 12 years ago
triton c09e366c1e Added better support for injected class name types. 12 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 12 years ago
triton e7664911fe Use a different name for driver options in CleanUnitPass so it does not hide an inherited name. 12 years ago
triton 3912d4a5d9 Added improved support for C# marshaling of types. 12 years ago
triton ab2940df62 Improvements to standard library interop support. 12 years ago
triton 66a3127520 Fixed the support for static methods. 12 years ago
triton 7fb9e9438b Bunch of improvements and fixes in the generation of value types. 12 years ago
triton 74ae216826 Improvements to operator overload support. 12 years ago
triton 259aeb036d Deal correctly with base classes when generating native constructors. 12 years ago
triton 8941031c67 Use CheckIgnoreMethod to check for ignored constructors instead of duplicating logic. 12 years ago
triton d549a3b89d Remove unused code. 12 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. 12 years ago