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 4ccb60a553 Fixed FindOperator code to actually compile. 12 years ago
..
Properties Prefix all the libraries and project names with CppSharp. 13 years ago
AST.lua MinGW/OSX build fixes. 13 years ago
ASTContext.cs Added a test for the pass that moves functions to a class. 13 years ago
ASTVisitor.cs Improved visited checking in the ASTVisitor. 13 years ago
Attribute.cs Added the option to have attributes generated. 13 years ago
Class.cs Fixed GetFunctionOverloads to work for class operators too. 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 Moved the TranslationUnit property from DeclarationContext to Declaration. 13 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. 13 years ago
Event.cs Added a property to the event to contain the declaration it wraps. 13 years ago
Field.cs Ignored private types. 13 years ago
Function.cs Minor formatting fixes. 13 years ago
Method.cs Added better parsing of C++ conversion operators. 13 years ago
Namespace.cs Fixed FindOperator code to actually compile. 12 years ago
Preprocessor.cs Remove unused constructors. 13 years ago
Property.cs Rewrote the generating of properties to additionaly handle property overrides and read-only properties. 13 years ago
Reference.cs Added missing class TypeReference. 13 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. 13 years ago
Template.cs Added explicit constraint support to the experimental function templates generation. 13 years ago
TranslationUnit.cs Added default constructor to TranslationUnit. 13 years ago
Type.cs Fixed the returning of empty values when the returned type is a structure. 13 years ago
Variable.cs Ignored private types. 13 years ago