3900 Commits (230d0366d25b1b73c11ccb95cfb51aa54123942e)
 

Author SHA1 Message Date
Joao Matos c8d46f179f Only generate inline summary if the comment exists. 8 years ago
Joao Matos 2d10968f89 Move safe and generated identifier generation to base code generator. 8 years ago
Joao Matos f90c019178 Unify enumeration item generation between CLI and C# generators. 8 years ago
Joao Matos 865f659d4f Generate summary comments using comment generation methods. 8 years ago
Joao Matos 123c45129e Generate documentation blocks inside CodeGenerator.GenerateMultiLineComment. 8 years ago
Joao Matos 8f5831d37e Move source code overload. 8 years ago
Joao Matos 77f809bce2 Unify common CLI and C# comments and documentation generation. 8 years ago
Joao Matos 864a81bf6d Extract enum items generation into its own method. 8 years ago
Joao Matos fa565a1e09 Factor common declaration and comment handling functionality to base code generator. 8 years ago
Dimitar Dobrev ab32637e14 Fixed the generation of sequential layouts to handle unions. 8 years ago
Dimitar Dobrev af6e2ec194 Regenerated the parser bindings to use the new dynamic allocation of memory in C#. 8 years ago
Dimitar Dobrev 73321c2e10 Fixed a crash at memory allocation introduced by an unverified pull request. 8 years ago
João Matos 3d0e0fe303 Merge pull request #770 from ha11owed/master 8 years ago
Alin Gherman 6e42ef36a6 Add the GenerateSequentialLayout option 8 years ago
Alin Gherman 66bbc388e1 Let the marshal determine the size of the structure 8 years ago
Dimitar Dobrev cbb64c4c62 Fixed a regression when generating imports of libraries with '.' in the name on Windows. 8 years ago
Joao Matos 3bfb24228b Remove "Ordinary" prefix from BCPL and C comment kinds. 8 years ago
Joao Matos 9a4c0bae82 Renamed RawCommentKind to CommentKind. 8 years ago
Joao Matos b1f7ad6f70 Renamed CommentKind to DocumentationCommentKind. 8 years ago
Joao Matos 663be36a89 Refactored file preamble generation to use multi-line comments. 8 years ago
Joao Matos 611aa35750 Added a generation method for multi-line comments. 8 years ago
Joao Matos 79683a6187 Added file path property to code generators. 8 years ago
Joao Matos 89a31730fc Added a visitor overload for translation units. 8 years ago
Dimitar Dobrev 450641d669 Simplified the auto-compilation of the generated C# further. 8 years ago
Dimitar Dobrev 5d9380911f Simplified the auto-compilation of the generated C#. 8 years ago
Dimitar Dobrev c7203ad8e7 Collected template parameters of class templates. 8 years ago
Ruslan Balanukhin 8a46ae102a Add FFmpeg.AutoGen (#767) 8 years ago
Joao Matos 3f1fa0a6b7 Source the Mono install script in Travis. 8 years ago
Joao Matos ff5fde2bef Revert "Try to update to GCC 6 on Travis." 8 years ago
Joao Matos 55e1dd6203 Try to update to GCC 6 on Travis. 8 years ago
Dimitar Dobrev eb631e3f37 Removed deprecated code related to testing. 8 years ago
Joao Matos 405e21d7db Move the Mono path fix to the install script. 8 years ago
Joao Matos a4d85ac4f0 Try to fix Mono not in path issues in Travis. 8 years ago
Joao Matos f2e5834ae8 Update Mono install script from version 4.2.1 to version 4.6.2. 8 years ago
Dimitar Dobrev f45c8c8ddf Removed a test project which actually contained no tests at all. 8 years ago
Dimitar Dobrev 200aa1f84e Removed needless copying of NUnit libraries. 8 years ago
Dimitar Dobrev 745f5fc8ea Fixed the path to the new NUnit in the build scripts. 8 years ago
Dimitar Dobrev e7f9b2975c Updated NUnit to the latest version (3.6) to fix a test failing at AppVeyor. 8 years ago
Dimitar Dobrev b8df198d69 Extended the loading of symbols for variables to also check the running directory. 8 years ago
Joao Matos dad52a2d5b Clean up display paths of generated build project files. 8 years ago
Dimitar Dobrev c54ef6949f Fixed a regression with default arguments in overrides. 8 years ago
Dimitar Dobrev 8d00cec8ba Fixed the support for std::string which had regressed. 8 years ago
Joao Matos 7daf556fb7 Added visitor support for typedef name declarations and unify type alias and typedef implementations. 8 years ago
Joao Matos b86bf4f7cd Simplify FixDefaultParamValuesOfOverridesPass.VisitMethodDecl. 8 years ago
Joao Matos bc3def588f Remove whitespace. 8 years ago
Joao Matos 48d59f419e Remove not implemented methods from C# type printer. 8 years ago
Joao Matos 19cc356886 Convert typedef handling in C# generator to visitor model 8 years ago
Joao Matos 4fdee9a0d5 Convert event handling in C# generator to visitor model 8 years ago
Joao Matos 78563c8e44 Convert enum handling in C# generator to visitor model 8 years ago
Joao Matos 3619f2315b Minor code formatting fixes. 8 years ago