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 5817f58cd4 Fixed all passes for the new ASTVisitor behavior. 12 years ago
..
CheckAbiParameters.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckAmbiguousFunctions.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckDuplicatedNamesPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckFlagEnumsPass.cs Cleaned up using declarations. 12 years ago
CheckIgnoredDecls.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckOperatorsOverloads.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckVTableComponentsPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CheckVirtualOverrideReturnCovariance.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
CleanInvalidDeclNamesPass.cs Remove an unused constructor. 12 years ago
CleanUnitPass.cs DriverOptions now inherits from ParserOptions instead of providing a member. 12 years ago
FieldToPropertyPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
FindSymbolsPass.cs Updated the generators and tests for new class names. 12 years ago
FunctionToInstanceMethodPass.cs Minor code cleanup. 12 years ago
FunctionToStaticMethodPass.cs Unify debugging output 12 years ago
GenerateAbstractImplementationsPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
GenerateInlinesCodePass.cs DriverOptions now inherits from ParserOptions instead of providing a member. 12 years ago
GetterSetterToPropertyAdvancedPass.cs Improved the property generation by matching with an "is" prefix for read-write properties. 12 years ago
GetterSetterToPropertyPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
MoveFunctionToClassPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
MoveOperatorToClassPass.cs Fixed a regression causing a run-time crash with moved operators. 12 years ago
MultipleInheritancePass.cs Generated comments, if any, for properties. Fixed a possible crash with the multiple inheritance. 12 years ago
ObjectOverridesPass.cs Fixed all passes for the new ASTVisitor behavior. 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 Unify debugging output 12 years ago
PassBuilder.cs Fixed wrong comment. 12 years ago
RenamePass.cs Prevented renaming of methods when a base class has a property of the same name. Made the delegates used in abstract implementations prefixed with an underscore and internal. 12 years ago
ResolveIncompleteDeclsPass.cs Fixed all passes for the new ASTVisitor behavior. 12 years ago
SortDeclarationsPass.cs PassBuilder is now generic. Driver Passes is now called TranslationUnitPasses. Added to driver GeneratorOutputPasses. Removed most of the PassBuilder Extensions. 12 years ago
verbs.txt Added "register" to the list of verbs. 12 years ago