3836 Commits (ddobrev-guide-contribution)
 

Author SHA1 Message Date
João Matos a3d6dcbb3b Merge pull request #750 from u255436/fix_cli_comment_block 9 years ago
Mark Thompson 46d3e932ef Made sure CLI comment block text is commented out. 9 years ago
Dimitar Dobrev f4ace8fccc Checked all redeclarations when parsing function bodies which is back on. 9 years ago
Joao Matos ac6be2eccf Added generator-specific options from Embeddinator. 9 years ago
Joao Matos 73e458cb81 Added general-purpose compilation options from Embeddinator. 9 years ago
Joao Matos 71f60c46fd Added C# regions to organize and group options by categories. 9 years ago
Joao Matos 0602cf403b Group all module options. 9 years ago
Joao Matos c8f8d016b0 Document and organize a few more options. 9 years ago
Joao Matos c42bd6eeaa Rename the OutputDebug option to GenerateDebugOutput and document it. 9 years ago
Joao Matos cb3e9edf44 Remove IgnoreParseWarnings option and replace functionality with Verbose option. 9 years ago
Joao Matos fbf43067d7 Refactor the diagnostics system. 9 years ago
Joao Matos 1426f21ff8 Rename TextDiagnosticPrinter to ConsoleDiagnostics. 9 years ago
Joao Matos 66a2602428 Remove unused using. 9 years ago
Joao Matos 7a5c34e0bc Refactor the block-based text generator into own class. 9 years ago
Joao Matos 0180badea4 Fixed wrong check for Linux target platform in CLI options. 9 years ago
Dimitar Dobrev 32f315d206 Improved the recognition of inlined functions by checking their redeclarations. 9 years ago
Dimitar Dobrev b8f54de73e Parsed function bodies. 9 years ago
Dimitar Dobrev 329d350f9d Added the specialisation info, if any, along with its arguments, to functions. 9 years ago
Dimitar Dobrev 8d322ad53e Properly handled signed chars in the AST. 9 years ago
Dimitar Dobrev d9a15e1bac Merge pull request #736 from zillemarco/master 9 years ago
zillemarco 4d215757ba Added more information when errors occur or invalid options are given 9 years ago
Dimitar Dobrev cef847825a Exposed constant expressions, friendships and exception specifications of functions in our AST. 9 years ago
Dimitar Dobrev 4e3cc50073 Revert "Extended the auto-compilation to add module initialisers, if any." 9 years ago
Dimitar Dobrev dbb3182b44 Fixed all warnings in our C++ part. 9 years ago
Dimitar Dobrev ef69bf1b95 Made the case-renaming pass non-optional for Mono/.NET generators. 9 years ago
Dimitar Dobrev 1a84b35299 Added our releases to the README. 9 years ago
Joao Matos d5bbc12d23 Added Java language as a possible generator kind. 9 years ago
Joao Matos b708cecf43 Removed per-project AssemblyInfo.cs property files. 9 years ago
Dimitar Dobrev b7eacbbc44 Simplified the description of what CppSharp does. 9 years ago
Dimitar Dobrev dd814fe5d5 Fixed all warnings in the C# code. 9 years ago
Dimitar Dobrev fc1d75363a Regenerated the parser bindings after making internals internal. 9 years ago
Joao Matos 1371f89957 Convert CheckMacroPass to be a default pass. 9 years ago
João Matos 70eb61c9c2 Merge pull request #731 from zillemarco/master 9 years ago
Marco Zille 06491bb454 Changed CppSharp.CLI project from library to console application 9 years ago
Marco Zille c9eae5c863 Improved CLI help and parameters 9 years ago
Marco Zille a80fefde9b Cleared command line options to make them more standard 9 years ago
Joao Matos f1ec08480e Link CLI project with System.Core. 9 years ago
Joao Matos d8b1334b84 Improve the readme. 9 years ago
Joao Matos d9f841465c Minor code formatting improvements. 9 years ago
Joao Matos 62dbdb6bfa Added build scripts for CLI. 9 years ago
Dimitar Dobrev f6c617cd38 Removed some useless workaround for type definitions. 9 years ago
Dimitar Dobrev aa079c3222 Added setters to non-const static fields (variables) in the C# end. 9 years ago
Dimitar Dobrev f12597fc3f Minor improvements to InternalsVisibleTo in the C# end. 9 years ago
Dimitar Dobrev 21233a6622 Hid most internal details of the generated code from users. 9 years ago
Dimitar Dobrev ec241510f7 Extended the auto-compilation to add module initialisers, if any. 9 years ago
João Matos f7e6db2405 Merge pull request #728 from zillemarco/master 9 years ago
Dimitar Dobrev 60f5da9ced Fixed memory leaks when reading template parameters. 9 years ago
zillemarco 4e5778dd4d Added CppSharp CLI code from CppSharp.CLI repo 9 years ago
zillemarco 8602ad95cc Merge remote-tracking branch 'refs/remotes/mono/master' 9 years ago
Joao Matos 66a2a54aeb Clean up the diagnostic in FieldToProperty pass. 9 years ago