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.
 
 
 
 
 
Tomi Valkeinen 5b474483fe AST: Fix compilation warning 11 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. 11 years ago
ASTVisitor.cs Synced new and old parser. 11 years ago
Attribute.cs Added the option to have attributes generated. 12 years ago
Class.cs Improved support in parser for template classes and functions. 11 years ago
ClassExtensions.cs Separated IsTagDecl into TryGetClass and TryGetEnum, added IsClass() and IsEnum(). 11 years ago
ClassLayout.cs Replaced declaration IgnoreFlags by GenerationKind. Added methods IsInternal and IsDeclared to declaration. Replaced IsGenerated = true by GeneratioKind = GeneratioKind.Internal. Deprecated Ignore, replace Ignore set by ExplicityIgnored, replace Ignore get by IsGenerated, IsInternal or IsDeclared. 11 years ago
Comment.cs Minor whitespace cleanup. 11 years ago
Conversions.cs Move the AST project to the CppSharp.AST namespace. 12 years ago
Declaration.cs Improved support in parser for template classes and functions. 11 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 12 years ago
Enumeration.cs Fixed EnumModifiers to define proper power of two values. 11 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 Normalize all the line endings 11 years ago
Function.cs Improved support in parser for template classes and functions. 11 years ago
Method.cs Added missing Visit override to Method class. 11 years ago
Namespace.cs Improved support in parser for template classes and functions. 11 years ago
Preprocessor.cs Improved generation of enumerations from macros. 12 years ago
Property.cs Added extension method SetPropertyAsReadOnly to ASTContext. 11 years ago
PropertyExtensions.cs Separated IsTagDecl into TryGetClass and TryGetEnum, added IsClass() and IsEnum(). 11 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 Improved support in parser for template classes and functions. 11 years ago
TranslationUnit.cs Normalize all the line endings 11 years ago
Type.cs AST: Fix compilation warning 11 years ago
TypeExtensions.cs Improved support in parser for template classes and functions. 11 years ago
Variable.cs Ignored private types. 12 years ago