9 Commits (7d3ee70a7377bc2a1c3ac2d60d0c2b3581388f5a)

Author SHA1 Message Date
Dimitar Dobrev 7d3ee70a73 Renamed AbstractImplementationsPass to GeenrateAbstractImplementationsPass. 12 years ago
Dimitar Dobrev 9ef6fdc740 Separated the logic for abstracts impls into small functions. 12 years ago
Dimitar Dobrev 1a293f8965 Added copy constructors to some of the AST classes. 12 years ago
Dimitar Dobrev bb07a294f4 Ignored private types. 12 years ago
triton 02559ed193 Added better support for unary operators. 12 years ago
triton a4f1606956 Added better support for unary operators. 12 years ago
triton d7541960c4 Moved operators parsing from methods to functions since functions can also be operators. 12 years ago
triton 83b7bd1954 Add two new properties IsOverride and IsProxy to methods. 12 years ago
triton 68ddfbdd6f Move the AST project to the CppSharp.AST namespace. 12 years ago
triton c488dcbfde Prefix all the libraries and project names with CppSharp. 12 years ago
triton 53bce57b19 Added parsing of access specifiers in methods. 12 years ago
triton d37cca5ca1 Changed the return type of functions to be a qualified type. 12 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 12 years ago
triton d96139636c Initialize the method access specifiers to public. 12 years ago
triton a14338a8c9 Added much improved support for operator overloading in the C# backend. 12 years ago
triton 52060cb7e7 Methods can now store what kind of conversion they need. 13 years ago
triton f5fcef50f1 Massive update to the codebase. 13 years ago
triton d474f0a04f Added a bridge project containing the managed files bridging the native Clang parser. 13 years ago