4617 Commits (amb)
 

Author SHA1 Message Date
Joao Matos 8b2b260d16 Fixed visitor regression when visiting declaration contexts. 9 years ago
Joao Matos b7b40ecedc Move type map setup to driver code. 9 years ago
Joao Matos eed3d09d0b Improve error handling when searching for type maps via reflection. 9 years ago
Joao Matos f70d1d0165 Unify class method specifier code generation. 9 years ago
Joao Matos 157da89ed5 Unify class specifier code generation. 9 years ago
Joao Matos 591ab6fd57 Refactor C# class prologue generation. 9 years ago
Joao Matos 1e6bf9b7fd Simplify code. 9 years ago
Joao Matos d4b6476569 Unify block kinds between generators. 9 years ago
Dimitar Dobrev cfbc83a331 Removed a site for bounties which does not allow free registration. 9 years ago
Joao Matos 9a42bbecf5 Added CodeGenerator.AccessIdentifier instance method. 9 years ago
Joao Matos 8203515c5b Move C# code generation helpers to base code generator. 9 years ago
Joao Matos a5728225d8 Do not use blocks for enum items as NewLineKind.Never is buggy. 9 years ago
Joao Matos 76d1145ed4 Use object initializer syntax instead of explicit adds. 9 years ago
Dimitar Dobrev 1f80e76c51 Added a note about bounties to our README. 9 years ago
Dimitar Dobrev 02b845e6b0 Updated a test to properly check the new printing of comments. 9 years ago
Joao Matos 6cb7ce4a3e Fixed enum generation regression. 9 years ago
Joao Matos b1621d660c Add the enum as the enum item namespace when converting the parser AST. 9 years ago
Joao Matos c8d46f179f Only generate inline summary if the comment exists. 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 865f659d4f Generate summary comments using comment generation methods. 9 years ago
Joao Matos 123c45129e Generate documentation blocks inside CodeGenerator.GenerateMultiLineComment. 9 years ago
Joao Matos 8f5831d37e Move source code overload. 9 years ago
Joao Matos 77f809bce2 Unify common CLI and C# comments and documentation generation. 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 af6e2ec194 Regenerated the parser bindings to use the new dynamic allocation of memory in C#. 9 years ago
Dimitar Dobrev 73321c2e10 Fixed a crash at memory allocation introduced by an unverified pull request. 9 years ago
João Matos 3d0e0fe303 Merge pull request #770 from ha11owed/master 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 b1f7ad6f70 Renamed CommentKind to DocumentationCommentKind. 9 years ago
Joao Matos 663be36a89 Refactored file preamble generation to use multi-line comments. 9 years ago
Joao Matos 611aa35750 Added a generation method for multi-line comments. 9 years ago
Joao Matos 79683a6187 Added file path property to code generators. 9 years ago
Joao Matos 89a31730fc Added a visitor overload for translation units. 9 years ago
Dimitar Dobrev 450641d669 Simplified the auto-compilation of the generated C# further. 9 years ago
Dimitar Dobrev 5d9380911f Simplified the auto-compilation of the generated C#. 9 years ago
Dimitar Dobrev c7203ad8e7 Collected template parameters of class templates. 9 years ago
Ruslan Balanukhin 8a46ae102a Add FFmpeg.AutoGen (#767) 9 years ago
Joao Matos 3f1fa0a6b7 Source the Mono install script in Travis. 9 years ago
Joao Matos ff5fde2bef Revert "Try to update to GCC 6 on Travis." 9 years ago
Joao Matos 55e1dd6203 Try to update to GCC 6 on Travis. 9 years ago
Dimitar Dobrev eb631e3f37 Removed deprecated code related to testing. 9 years ago
Joao Matos 405e21d7db Move the Mono path fix to the install script. 9 years ago
Joao Matos a4d85ac4f0 Try to fix Mono not in path issues in Travis. 9 years ago