| .. |
|
CheckAbiParameters.cs
|
Fixed all passes for the new ASTVisitor behavior.
|
12 years ago |
|
CheckAmbiguousFunctions.cs
|
Fixed native symbol naming.
|
12 years ago |
|
CheckDuplicatedNamesPass.cs
|
Added an explicit option to generate copy constructors.
|
12 years ago |
|
CheckFlagEnumsPass.cs
|
Cleaned up using declarations.
|
13 years ago |
|
CheckIgnoredDecls.cs
|
Move helper methods in Type out from class and into extension class TypeExtensions
|
12 years ago |
|
CheckMacrosPass.cs
|
Added previously added CS_IGNORE_FILE to CheckMacrosPass documentation.
|
12 years ago |
|
CheckOperatorsOverloads.cs
|
Fixed handling of property indexers in the CLI generator.
|
12 years ago |
|
CheckStaticClass.cs
|
Move helper methods in Type out from class and into extension class TypeExtensions
|
12 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
|
12 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.
|
12 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
|
12 years ago |
|
FunctionToStaticMethodPass.cs
|
Cleaned up some diagnostics to debug severity.
|
12 years ago |
|
GenerateAbstractImplementationsPass.cs
|
Put abstract implementations in the proper namespace.
|
12 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
|
12 years ago |
|
GetterSetterToPropertyPass.cs
|
Added an explicit option to generate copy constructors.
|
12 years ago |
|
MoveFunctionToClassPass.cs
|
Added logging to MoveFunctionToClassPass.
|
12 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
|
12 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 |