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 547ffc440a Added helper property to represent if a property is an indexer. 12 years ago
..
Properties Prefix all the libraries and project names with CppSharp. 12 years ago
AST.lua Updated build scripts with OS X fixes and added some building documentation. 12 years ago
ASTContext.cs Fixed the reporting of compilation errors. 12 years ago
ASTVisitor.cs Fixed trailing whitespace. 12 years ago
Attribute.cs Added the option to have attributes generated. 12 years ago
Class.cs Fixed retrieval of method overloads in case the provided function is an operator. 12 years ago
ClassExtensions.cs Move helper methods in Class out from class and into extension class ClassExtensions 12 years ago
ClassLayout.cs Generated correct v-tables when using the Itanium ABI. 12 years ago
Comment.cs Minor whitespace cleanup. 12 years ago
Conversions.cs Move the AST project to the CppSharp.AST namespace. 12 years ago
Declaration.cs Added support for logical names to the declarations. 12 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 12 years ago
Enumeration.cs Converted enum items to be declarations in the AST. 12 years ago
Event.cs Added a property to the event to contain the declaration it wraps. 12 years ago
Expression.cs Add new IExpressionPrinter interface, with CSharpExpressionPrinter implementation 12 years ago
Field.cs Add clone ctor in Field 12 years ago
Function.cs Fixed native symbol naming. 12 years ago
Method.cs Move helper methods in Type out from class and into extension class TypeExtensions 12 years ago
Namespace.cs Added support for logical names to the declarations. 12 years ago
Preprocessor.cs Improved generation of enumerations from macros. 12 years ago
Property.cs Added helper property to represent if a property is an indexer. 12 years ago
PropertyExtensions.cs Move helper methods in Property out from class and into extension class PropertyExtensions 12 years ago
Reference.cs Added missing class TypeReference. 12 years ago
SourceLocation.cs Added missing source location type. 12 years ago
SymbolContext.cs Reverted "Cleared up and fixed the exported symbols of libraries." Extended the symbols with stripped of the initial '_' ones. 12 years ago
Template.cs Added explicit constraint support to the experimental function templates generation. 12 years ago
TranslationUnit.cs Avoided crashes when generating code corresponding to translation units at invalid locations. 12 years ago
Type.cs Removed redundant constructors. 12 years ago
TypeExtensions.cs Desugar a type to test whether it is primitive or not. 12 years ago
Variable.cs Ignored private types. 12 years ago