8 Commits (679c1760f4fcb40efceb7878bea2c7f98f2203ba)

Author SHA1 Message Date
Dimitar Dobrev de9f1056bc Changed the copy constructor of properties to make a shallow copy. 12 years ago
Dimitar Dobrev f07ddf79fc Replaced the vague checks for explicit interface impls with a specific property. 12 years ago
Dimitar Dobrev f5304e69bb Completed the support for multiple inheritance with the exception of base interfaces and the cast operator in the derived class to the second or later base. 12 years ago
Dimitar Dobrev 54c93f4d91 Added support for read-only [] operators. 12 years ago
triton c490d25e74 Reworked property handling to check if each property getter/setter can be generated. 12 years ago
marcos henrich c02b7bf3a8 Added Field to Property Declaration so now we can generate the property from a field instead of get or set 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 1be1972907 Added support for function-backed properties to the C# backends. 12 years ago
triton 9a2a0a5a5c Added better support for properties. 12 years ago
triton cc8f7cd1db Renamed Cxxi references to CppSharp. 12 years ago
triton c97caea03d Change properties to inherit from declarations. 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