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 cd08295499 Use a map to keep track of anonymous declarations else we cannot refer to them later when needed. 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 Move the AST project to the CppSharp.AST namespace. 13 years ago
Class.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Comment.cs Added full support for C++ documentation comments to the AST and parser. 13 years ago
Conversions.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Declaration.cs Added full support for C++ documentation comments to the AST and parser. 13 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Enumeration.cs Re-work handling of enum constants fixing signedness and formatting issues. 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 Move the AST project to the CppSharp.AST namespace. 13 years ago
Library.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Method.cs Add two new properties IsOverride and IsProxy to methods. 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 Move the AST project to the CppSharp.AST namespace. 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 Re-work handling of enum constants fixing signedness and formatting issues. 13 years ago
Variable.cs Move the AST project to the CppSharp.AST namespace. 13 years ago