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.
 
 
 
 
 
Dimitar Dobrev 1ba4493bf6 Updated to LLVM/Clang 253162/253161 respectively. 11 years ago
..
Properties Fixed assembly property attributes. 12 years ago
AST.lua Updated build scripts with OS X fixes and added some building documentation. 13 years ago
ASTContext.cs Added support for iOS and iOS 64-bits ABIs. 12 years ago
ASTVisitor.cs Fixed the renaming of overrides in a certain situation. 11 years ago
Attribute.cs Added the option to have attributes generated. 13 years ago
Class.cs Adjusted pointers when calling functions from secondary or non-dynamic bases. 11 years ago
ClassExtensions.cs Changed the comparer for parameter types to a singleton. 11 years ago
ClassLayout.cs Copied all entries to the patched Itanium v-table. 11 years ago
Comment.cs Properly printed complex comments. 11 years ago
Conversions.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
DeclIterator.cs Reworked declaration storage in the managed AST layer. 12 years ago
Declaration.cs Made interface impls contain the interface as their original name-space. 11 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Enumeration.cs Some refactoring in preparation for the default values of parameters. 12 years ago
Event.cs Added a property to the event to contain the declaration it wraps. 13 years ago
Expression.cs Added support for call expressions in default args. 11 years ago
Field.cs Prevented duplication when a class and its base each have a field with the same name. 11 years ago
Friend.cs Added parsing and AST support for C++ friend declarations. 12 years ago
Function.cs Changed the comparer for parameter types to a singleton. 11 years ago
FunctionExtensions.cs Changed the comparer for parameter types to a singleton. 11 years ago
Method.cs Updated to LLVM/Clang 253162/253161 respectively. 11 years ago
Namespace.cs Reworked declaration storage in the managed AST layer. 12 years ago
Preprocessor.cs Improve debug string representation of MacroDefinition. 11 years ago
Property.cs Marked the __Instance property in interfaces as synthetised. 12 years ago
PropertyExtensions.cs Separated IsTagDecl into TryGetClass and TryGetEnum, added IsClass() and IsEnum(). 13 years ago
Reference.cs Added missing class TypeReference. 13 years ago
SourceLocation.cs Added support for representing and parsing source locations. 13 years ago
Statement.cs Added support for call expressions in default args. 11 years ago
SymbolContext.cs Exposed the architecture of native libraries. 12 years ago
Template.cs Improved support in parser for template classes and functions. 13 years ago
TranslationUnit.cs Cached the file-related properties of TranslationUnit to avoid the performance cost. 11 years ago
Type.cs Fixed some warnings about missing default values of params in overrides. 11 years ago
TypeExtensions.cs Fixed the generated wrappers for attributed function types. 11 years ago
Variable.cs Ignored private types. 13 years ago