800 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 8d281303b3 Fixed the IsGenerated and IsProcessed flags on declarations to actually do the correct thing instead of doing the opposite of what they should. 12 years ago
triton c063ca4ef7 Added very basic support for dependent array types. 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 4c45531cc0 Use the new keyword to tell the compiler we are hiding the GetFunctionOverloads overload. 12 years ago
triton 4ffa945ce9 Added ASTVisitor option to not visit template specialization arguments. 12 years ago
triton 9411268e0c Added ASTVisitor option to not visit function parameters. 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 c66d14d150 ASTVisitor type visitors now try to visit a common VisitType first. 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 2127848d47 Added an helper method to find declarations hierarchically. 12 years ago
triton 46d9978401 Class helper methods now return proper lazy IEnumerable<> instead of converting right away to lists. 12 years ago
triton e33cc3d82d Template specializations types now keep their desugared version, if available. 12 years ago
triton cfc4783420 Added an IMangledDecl interface to mangle-able declarations. 12 years ago
triton ba9ec08e25 Added ToString() to the macro-based declarations for better debug output. 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 3446b9a87c Renamed CppSharp project name. 12 years ago
triton 44e8811b15 Update the build script. 12 years ago
triton 0635093545 Rename the Cxxi program to CppSharp. 12 years ago
triton 6cbd727c13 Ignore using declarations and pack expansion types. 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 bc79dad205 Completely rework the way we check for source locations to be more robust. 12 years ago
triton 44949b99e3 Normalize file paths when searching or creating translation units. 12 years ago
triton d5bf0460c4 Keep track of dependent declarations and ignore them. 12 years ago
triton 0516d4b0a2 Added support for shared library parsing. 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