Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
triton 5ada754d72 Reworked MoveOperatorToClassPass to be simpler and correct. 13 years ago
..
Properties Prefix all the libraries and project names with CppSharp. 13 years ago
AST.lua Prefix all the libraries and project names with CppSharp. 13 years ago
ASTVisitor.cs Added virtual keyword to VisitDecayedType for consistency. 13 years ago
Class.cs Fixed the generation of unions by considering all unions non-reference types. 13 years ago
ClassLayout.cs Added v[f]table parsing support. 13 years ago
Comment.cs Remove unused field. 13 years ago
Conversions.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Declaration.cs Fixed the documentation comments support in the generators to use the new comment APIs. 13 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Enumeration.cs Fixed issue with signed enum constants with tests. 13 years ago
Event.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Field.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Function.cs Reworked MoveOperatorToClassPass to be simpler and correct. 13 years ago
Library.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Method.cs Moved operators parsing from methods to functions since functions can also be operators. 13 years ago
Namespace.cs Use a map to keep track of anonymous declarations else we cannot refer to them later when needed. 13 years ago
Preprocessor.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Property.cs Reworked property handling to check if each property getter/setter can be generated. 13 years ago
SourceLocation.cs Added missing source location type. 13 years ago
Template.cs Changed property Declaration.Name to virtual. Now ClassTemplate shares Name with its TemplatedClass. 13 years ago
TranslationUnit.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Type.cs Fixed the filling of missing operators to account for operator overloads. 13 years ago
Variable.cs Move the AST project to the CppSharp.AST namespace. 13 years ago