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 6402c3ca55 Added support for C++ attributed types to the parser, AST ,generators and tests. 12 years ago
..
Properties Prefix all the libraries and project names with CppSharp. 13 years ago
AST.lua MinGW/OSX build fixes. 12 years ago
ASTContext.cs Added a test for the pass that moves functions to a class. 12 years ago
ASTVisitor.cs Added support for C++ attributed types to the parser, AST ,generators and tests. 12 years ago
Attribute.cs Added the option to have attributes generated. 12 years ago
Class.cs Ignored the case when matching methods because of the bug about non-shared v-table entries. 12 years ago
ClassLayout.cs Fixed a bug in MS mode and added a test. 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 the option to have attributes generated. 12 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Enumeration.cs Converted enum items to be declarations in the AST. 12 years ago
Event.cs Added a property to the event to contain the declaration it wraps. 12 years ago
Field.cs Ignored private types. 13 years ago
Function.cs Revert "Fixed function types to provide qualified argument types in the AST." 12 years ago
Method.cs Added better parsing of C++ conversion operators. 12 years ago
Namespace.cs Added a test for the pass that moves functions to a class. 12 years ago
Preprocessor.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Property.cs Rewrote the generating of properties to additionaly handle property overrides and read-only properties. 12 years ago
Reference.cs Added missing class TypeReference. 12 years ago
SourceLocation.cs Added missing source location type. 13 years ago
SymbolContext.cs Added a new class SymbolContext that provides native library symbol management. 12 years ago
Template.cs Reworked template parsing with support for specializations and partial specializations. 12 years ago
TranslationUnit.cs Added default constructor to TranslationUnit. 12 years ago
Type.cs Added support for C++ attributed types to the parser, AST ,generators and tests. 12 years ago
Variable.cs Ignored private types. 13 years ago