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 3b63a1a2be Added default constructors triviality information to the AST. 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 Added default constructors triviality information to the AST. 13 years ago
ClassLayout.cs Added copy constructors to some of the AST classes. 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 Added copy constructors to some of the AST classes. 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 Ignored private types. 13 years ago
Function.cs Added a new pass that checks for ambiguous overloads. 13 years ago
Library.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Method.cs Added copy constructors to some of the AST classes. 13 years ago
Namespace.cs Check for typedefs in HasDeclarations. 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 Generated the correct calling convention in the UnmanagedFunctionPointerAttribute of delegates. 13 years ago
Variable.cs Ignored private types. 13 years ago