3714 Commits (f68dc310f05416ae271b1a0a26323789a9aca0cc)
 

Author SHA1 Message Date
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
Joao Matos 22c80b3fe1 Improve CheckIgnoredDecls.IsTypeExternal to deal with declarations with no namespaces. 9 years ago
Dimitar Dobrev 70492c248f Deleted two unused variables. 9 years ago
Dimitar Dobrev 18cc5ed24a Removed the manual padding of fields with type array. 9 years ago
Joao Matos e61a7b7453 Fixed type printing code to work handle non-C++ global qualified names correctly. 9 years ago
Dimitar Dobrev f2a7c4cbbc Deleted some unused code. 9 years ago
Dimitar Dobrev 853fba5ef9 Fixed the auto-compilation to work with a custom output directory. 9 years ago
Joao Matos 2a58d51586 Clean option setup in SDL example. 9 years ago
Joao Matos 24decfa11f Remove outdated Clang example. 9 years ago
Dimitar Dobrev 66c3acc2f6 Fixed a bug when determining if a type is external to the current module. 10 years ago
Dimitar Dobrev 22bd02c849 Revert "Shortened the generated C# code for patching v-tables." 10 years ago
Dimitar Dobrev 2486d1d419 Shortened the generated C# code for patching v-tables. 10 years ago
João Matos 1b4c27ac1d Merge pull request #719 from zillemarco/master 10 years ago
zillemarco 049e777b07 Fixed DownloadDeps.bat with Visual Studio 10 years ago
Dimitar Dobrev 5d5b94d24e Corrected a typing error. 10 years ago
Dimitar Dobrev 6446fe5218 Introduced an official e-mail for support. 10 years ago
Dimitar Dobrev a8815b84e2 Fixed the generated C# when a parameter is s typedef of a primitive pointer. 10 years ago
Dimitar Dobrev 54f6d2c306 Fixed the wrapping for default values of non-const pointers. 10 years ago
Dimitar Dobrev 5af5b2093f Extended the AST with the template parameters being substituted. 10 years ago
Dimitar Dobrev a7d3d52205 Ignored functions which use external types (through forward declarations). 10 years ago
Dimitar Dobrev d2b55ba11f Changed the naming of the releases uploaded by AppVeyor. 10 years ago
Dimitar Dobrev b77c7f8bb8 Updated the AppVeyor build script to only upload releases per tag. 10 years ago
Dimitar Dobrev b74ce54c66 Improved the check for completeness when looking to ignore a declaration. 10 years ago