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 fae4ae8be2 Made the check for ignored declarations more robust. 12 years ago
..
Properties Added a bridge project containing the managed files bridging the native Clang parser. 13 years ago
ASTVisitor.cs Added very basic support for dependent array types. 12 years ago
Bridge.lua Simplified the Premake build files. 13 years ago
Class.cs Fixed some incorrect behavior with nested types in the CheckAmbiguousOverloads pass by fixing GetFunctionOverloads to be dynamically dispatched instead of using some weird manual type checking. 12 years ago
Comment.cs Renamed Cxxi references to CppSharp. 12 years ago
Conversions.cs Renamed Cxxi references to CppSharp. 12 years ago
Declaration.cs Made the check for ignored declarations more robust. 12 years ago
Delegate.cs Renamed Cxxi references to CppSharp. 12 years ago
Enumeration.cs Renamed Cxxi references to CppSharp. 12 years ago
Event.cs Renamed Cxxi references to CppSharp. 12 years ago
Field.cs Renamed Cxxi references to CppSharp. 12 years ago
Function.cs Added an IMangledDecl interface to mangle-able declarations. 12 years ago
Library.cs Normalize file paths when searching or creating translation units. 12 years ago
Method.cs Changed the return type of functions to be a qualified type. 12 years ago
Namespace.cs Fixed some incorrect behavior with nested types in the CheckAmbiguousOverloads pass by fixing GetFunctionOverloads to be dynamically dispatched instead of using some weird manual type checking. 12 years ago
Preprocessor.cs Added ToString() to the macro-based declarations for better debug output. 12 years ago
Property.cs Added support for function-backed properties to the C# backends. 12 years ago
Template.cs Override ToString() in templated declarations to get useful debug output. 12 years ago
TranslationUnit.cs Made the check for ignored declarations more robust. 12 years ago
Type.cs Added very basic support for dependent array types. 12 years ago
Variable.cs Added an IMangledDecl interface to mangle-able declarations. 12 years ago