247 Commits (d98613274300c8e7ab8f78976569cc405f873ccf)

Author SHA1 Message Date
Joao Matos d4b6476569 Unify block kinds between generators. 9 years ago
Joao Matos 8203515c5b Move C# code generation helpers to base code generator. 9 years ago
Joao Matos 2d10968f89 Move safe and generated identifier generation to base code generator. 9 years ago
Joao Matos f90c019178 Unify enumeration item generation between CLI and C# generators. 9 years ago
Joao Matos 864a81bf6d Extract enum items generation into its own method. 9 years ago
Joao Matos fa565a1e09 Factor common declaration and comment handling functionality to base code generator. 9 years ago
Dimitar Dobrev ab32637e14 Fixed the generation of sequential layouts to handle unions. 9 years ago
Dimitar Dobrev 73321c2e10 Fixed a crash at memory allocation introduced by an unverified pull request. 9 years ago
Alin Gherman 6e42ef36a6 Add the GenerateSequentialLayout option 9 years ago
Alin Gherman 66bbc388e1 Let the marshal determine the size of the structure 9 years ago
Dimitar Dobrev cbb64c4c62 Fixed a regression when generating imports of libraries with '.' in the name on Windows. 9 years ago
Joao Matos 3bfb24228b Remove "Ordinary" prefix from BCPL and C comment kinds. 9 years ago
Joao Matos 9a4c0bae82 Renamed RawCommentKind to CommentKind. 9 years ago
Joao Matos 663be36a89 Refactored file preamble generation to use multi-line comments. 9 years ago
Dimitar Dobrev 8d00cec8ba Fixed the support for std::string which had regressed. 9 years ago
Joao Matos 7daf556fb7 Added visitor support for typedef name declarations and unify type alias and typedef implementations. 9 years ago
Joao Matos bc3def588f Remove whitespace. 9 years ago
Joao Matos 19cc356886 Convert typedef handling in C# generator to visitor model 9 years ago
Joao Matos 4fdee9a0d5 Convert event handling in C# generator to visitor model 9 years ago
Joao Matos 78563c8e44 Convert enum handling in C# generator to visitor model 9 years ago
Joao Matos 3619f2315b Minor code formatting fixes. 9 years ago
Joao Matos bbe4792ae1 Fixed test failure in template handling related to refactoring. 9 years ago
Joao Matos 9aeaf26f89 Reduce nesting in CSharpSources.GenerateComment. 9 years ago
Joao Matos 2bba0d6486 Extract namespace-level functions and variable generation into its own method. 9 years ago
Joao Matos 95265deeb8 Move event and enum handling checks to their generation methods. 9 years ago
Joao Matos 3fb3c4840a Move class handling code from CSharpSources.VisitDeclContext to VisitClass. 9 years ago
Joao Matos be8d26b248 Extract C# using generation into its own method. 9 years ago
Joao Matos 172c219b81 Refactor namespace handling in C# generator inside VisitNamespace. 9 years ago
Dimitar Dobrev d9ffb1b5af Shortened the delegates used in the C# end. 9 years ago
Dimitar Dobrev 2352681f5b Fixed a regression causing objects to be missing at virtual calls. 9 years ago
Dimitar Dobrev 8cb1af92b7 Changed the C# generator to always fully qualify types. 9 years ago
Joao Matos 3629eead5d Rename CSharpMarshalKind to MarshalKind and move it to Marshal.cs. 9 years ago
Joao Matos ff4a76a1f7 Rename CSharpTypePrinterResult to TypePrinterResult. 9 years ago
Joao Matos 5d19f22d4c Unify CSharpTypePrinterContextKind with TypePrinterContextKind. 9 years ago
Joao Matos 40bfd65135 Revert "Extract current module as read-only property to CodeGenerator.Module." 9 years ago
Joao Matos 2ad1f8b001 Extract file preamble generation into CodeGenerator. 9 years ago
Joao Matos d340de3afa Extract current module as read-only property to CodeGenerator.Module. 9 years ago
Dimitar Dobrev 7ad1af0cac Removed redundant qualification of types in the generated C#. 9 years ago
Joao Matos 0d39c03bc9 Use the type printer from CSharpGenerator in CSharpSources. 9 years ago
Joao Matos 55c26d2fe5 Setup type and expression printer in C# sources generator. 9 years ago
Dimitar Dobrev cf7813d8d6 Moved the C# generation of internal names of template specialisations to the C# type printer. 9 years ago
Joao Matos e11314143a Global qualify ConcurrentDictionary references in generated code. 9 years ago
Joao Matos b49389e409 Rename CodeTemplate to CodeGenerator. 9 years ago
Joao Matos 38d5bc3094 Convert CodeTemplate.FileExtension overrides to expression-bodied members. 9 years ago
Joao Matos 17d06ac0e5 Port class handling to visitor model in C# generator. 9 years ago
Joao Matos 3eb59e4667 Minor improvements to code readability. 9 years ago
Joao Matos 08c089251a Port declaration context handling to visitor model in C# generator. 9 years ago
Joao Matos 34ed304228 Renamed Template to CodeTemplate due to conflict with AST templates. 9 years ago
Joao Matos c42bd6eeaa Rename the OutputDebug option to GenerateDebugOutput and document it. 9 years ago
Dimitar Dobrev dd814fe5d5 Fixed all warnings in the C# code. 9 years ago