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 d9801eb00b Added an INamedDecl interface for named declarations. 13 years ago
..
Properties Added a bridge project containing the managed files bridging the native Clang parser. 14 years ago
ASTVisitor.cs Replace the old transform code with the general AST visiting code, which was extended a bit to support the needed early out semantics for passes. 13 years ago
Bridge.lua Simplified the Premake build files. 13 years ago
Class.cs Added helper property to check if class has a base. 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 Added an INamedDecl interface for named declarations. 13 years ago
Delegate.cs Added helper declaration to represent delegates. 13 years ago
Enumeration.cs Added an INamedDecl interface for named declarations. 13 years ago
Event.cs Added support for events in the AST. 13 years ago
Field.cs Fields now keep a reference to their class. 13 years ago
Function.cs Big rework of the type system to preserve the qualifiers on types. 13 years ago
Library.cs Added a way to exclude certain passes from being run over declarations. 13 years ago
Method.cs Methods can now store what kind of conversion they need. 13 years ago
Namespace.cs Reworked the declaration ignore system so we can still process declarations as part of type maps even if they do not have mirror classes generated. 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 Added a way to desugar types (strips all the typedefs). 13 years ago
Variable.cs Added very primitive support for variables in the AST. 13 years ago