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 a4c8883244 Formatting change. 12 years ago
..
Properties Prefix all the libraries and project names with CppSharp. 13 years ago
AST.lua MinGW/OSX build fixes. 12 years ago
ASTContext.cs Renamed Library functionality to ASTContext. 12 years ago
ASTVisitor.cs Added virtual keyword to VisitDecayedType for consistency. 13 years ago
Class.cs Rewrote the generating of properties to additionaly handle property overrides and read-only properties. 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 Changed the declaration default access specifier to be public. 13 years ago
Delegate.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Enumeration.cs Fixed issue with signed enum constants with tests. 13 years ago
Event.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Field.cs Ignored private types. 13 years ago
Function.cs Added Signature property to functions that provide the original function signature as accurately as possible from the original source. 12 years ago
Method.cs Formatting change. 12 years ago
Namespace.cs Reworked the CLI type references collector and generation code. 12 years ago
Preprocessor.cs Move the AST project to the CppSharp.AST namespace. 13 years ago
Property.cs Rewrote the generating of properties to additionaly handle property overrides and read-only properties. 12 years ago
Reference.cs Added missing class TypeReference. 12 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. 12 years ago
Template.cs Changed property Declaration.Name to virtual. Now ClassTemplate shares Name with its TemplatedClass. 13 years ago
TranslationUnit.cs Added default constructor to TranslationUnit. 12 years ago
Type.cs Changed writable indexers of primitive types to use the types themselves instead of pointers. 13 years ago
Variable.cs Ignored private types. 13 years ago