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 02099294b0 Added better support for class template partial specializations (used in Qt). 13 years ago
..
Properties Added a bridge project containing the managed files bridging the native Clang parser. 14 years ago
ASTVisitor.cs Added VisitPrimitiveType to ASTVisitor.cs. 13 years ago
Bridge.lua Simplified the Premake build files. 13 years ago
Class.cs Added helper property to get the constructors of a class. 13 years ago
Comment.cs Massive update to the codebase. 13 years ago
Conversions.cs Added enum to keep different type and declaration conversion kinds. 13 years ago
Declaration.cs Fixed TypedefDecl to be a ITypedDecl too. 13 years ago
Delegate.cs Added helper declaration to represent delegates. 13 years ago
Enumeration.cs Added helper property to check if enum entries are flags. 13 years ago
Field.cs Introduce the ITypedDecl interface. 13 years ago
Function.cs Remove C# backend specific code from the bridge. 13 years ago
Library.cs Move the InlineMethods enum to the Bridge project. 13 years ago
Method.cs Methods can now store what kind of conversion they need. 13 years ago
Namespace.cs Do not create a class declaration if one is not found. 13 years ago
Property.cs Change properties to inherit from declarations. 13 years ago
Template.cs Added better support for class template partial specializations (used in Qt). 13 years ago
Type.cs Hide the inherited IsReference declaration. 13 years ago
Variable.cs Added very primitive support for variables in the AST. 13 years ago