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 8fbd68549e Added previously added CS_IGNORE_FILE to CheckMacrosPass documentation. 11 years ago
..
CheckAbiParameters.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckAmbiguousFunctions.cs Fixed native symbol naming. 11 years ago
CheckDuplicatedNamesPass.cs Fixed CheckDuplicatedNamesPass to work with functions. 11 years ago
CheckFlagEnumsPass.cs Cleaned up using declarations. 12 years ago
CheckIgnoredDecls.cs Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
CheckMacrosPass.cs Added previously added CS_IGNORE_FILE to CheckMacrosPass documentation. 11 years ago
CheckOperatorsOverloads.cs Fixed handling of property indexers in the CLI generator. 11 years ago
CheckStaticClass.cs Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
CheckVTableComponentsPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckVirtualOverrideReturnCovariance.cs Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
CleanInvalidDeclNamesPass.cs Applied Helpers.SafeIdentifier in the name-cleaning pass in order to get correct names in type maps. 12 years ago
CleanUnitPass.cs Added to binder option NoGenIncludeDirs that contains a list of non generated include dirs. 11 years ago
FieldToPropertyPass.cs Wrapped value typed fields with properties in order to have changes reflected to the native pointer. 12 years ago
FindSymbolsPass.cs Updated the generators and tests for new class names. 12 years ago
FunctionToInstanceMethodPass.cs Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
FunctionToStaticMethodPass.cs Cleaned up some diagnostics to debug severity. 12 years ago
GenerateAbstractImplementationsPass.cs Put abstract implementations in the proper namespace. 11 years ago
GenerateInlinesCodePass.cs DriverOptions now inherits from ParserOptions instead of providing a member. 12 years ago
GetterSetterToPropertyAdvancedPass.cs Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
GetterSetterToPropertyPass.cs Avoid creation of properties from constructors. 11 years ago
MoveFunctionToClassPass.cs Added logging to MoveFunctionToClassPass. 11 years ago
MoveOperatorToClassPass.cs Fixed a problem with class operators not being correctly promoted to class operators. 12 years ago
MultipleInheritancePass.cs Generated all internals of all (including ignored) classes and all of their fields in order to properly store objects in managed code. 12 years ago
ObjectOverridesPass.cs Fixed ObjectOverridesPass to use an updated instance identifier. 12 years ago
ParamTypeToInterfacePass.cs Added tests about the dereference and prefix/postfix operators. Fixed multiple inheritance not to include operators in interfaces. 12 years ago
Pass.cs Simplify declaration ignores by removing IsProcessed and fixing ExplicitlyIgnored to be recursive like the others ignore properties. 12 years ago
PassBuilder.cs Fixed wrong comment. 12 years ago
RenamePass.cs Move helper methods in Type out from class and into extension class TypeExtensions 11 years ago
ResolveIncompleteDeclsPass.cs Improved the formatting and diagnostic in ResolveIncompleteDecls pass. 12 years ago
SortDeclarationsPass.cs Remove useless default constructor from SortDeclarationsPass. 12 years ago
verbs.txt Wrapped fields of structures with properties. 12 years ago