4956 Commits (a92337ba4700db76f19cc521be04b4ab3e9f2049)
 

Author SHA1 Message Date
Dimitar Dobrev 6e963c1033 Remove useless creation of managed std::strings 6 years ago
Dimitar Dobrev 739858f312 Regenerate the parser bindings 6 years ago
Dimitar Dobrev b12acfcce7 Upgrade ANSI marshalling to UTF-8 marshalling 6 years ago
Dimitar Dobrev 573272e855 Generate valid C# when a renamed override causes conflicts 6 years ago
Dimitar Dobrev d9a33bac7b Ensure protected nested types are accessible with multiple inheritance 6 years ago
Dimitar Dobrev c6ffa9ddf2 Fix the regressed indentation of printed comments 6 years ago
Dimitar Dobrev 96d231e5d4 Generate projects for .NET 4.7 to use new features 6 years ago
Dimitar Dobrev 990d04d2cd Regenerate the parser bindings 6 years ago
Dimitar Dobrev a0da3b37b1 Simplify the generated C# for marshalling strings 6 years ago
Dimitar Dobrev 894799b58d Document the release of CppSharp 0.10.1 6 years ago
Dimitar Dobrev 1792f529ff Fix the getting of references to pointers in C# 6 years ago
Dimitar Dobrev 62fc6f90d9 Fix the passing of references to pointers in C# 6 years ago
Dimitar Dobrev c0510730f0 Prefer non-mapped types when resolving ambiguous overloads 6 years ago
Dimitar Dobrev e430f6f8dc Fix regressed indexers in templates with non-trivial ctors 6 years ago
Dimitar Dobrev fac861ad8d Make indexers use non-trivial copy ctors if any 6 years ago
Dimitar Dobrev 49ab0227f9 Fix a memory leak when passing an indirect std::string 6 years ago
Dimitar Dobrev 86464a378d Build the generator before test bindings for easy testing 6 years ago
Dimitar Dobrev 2cd0f6fa38 Fix memory leaks in the map for std::string 6 years ago
Dimitar Dobrev 547a9f2819 Fix the passing of std::string by value 6 years ago
Dimitar Dobrev d90d3283e4 Generate with no hacks correctly sized layouts 6 years ago
Dimitar Dobrev 153a4d095b Guard against null for objects passed by value 6 years ago
Dimitar Dobrev 3cd7fdee25 Generate valid C# for implicit conversion to const char* 6 years ago
Dimitar Dobrev 5a92220223 Document the release of CppSharp 0.9.4 6 years ago
Dimitar Dobrev f810ca63b2 Generate valid C# when passing a const ref to char 6 years ago
Dimitar Dobrev caed19e863 Generate valid C# when a secondary base has a public anonymous field 6 years ago
Dimitar Dobrev 2919dfddbd Generate valid C# when a method from a secondary base has no native symbol 6 years ago
Dimitar Dobrev 991c6ffb25 Generate valid C# for typedef-ed type parameters 6 years ago
Dimitar Dobrev a991dbdd50 Ensure found type maps always contain the type sought after 6 years ago
Dimitar Dobrev 6b744458b4 Flatten anonymous types to avoid empty names 6 years ago
Dimitar Dobrev 64773a5f6f Generate valid C# for template parameters with a default value 6 years ago
Dimitar Dobrev 72368d5050 Fix returned objects by value attributed with inalloca 6 years ago
Dimitar Dobrev 1fc1b4ec51 Fix default arguments to only map to null if pointers 6 years ago
Dimitar Dobrev 458293edfc Generate valid C# for returned const void pointers 6 years ago
Dimitar Dobrev 9e21bcd022 Fix regressions with void pointers and references 6 years ago
Dimitar Dobrev 43c17f9946 Generate valid C# for r-values to void pointers 6 years ago
Dimitar Dobrev d24ef35949 Make the default build for Windows 64-bit 6 years ago
Dimitar Dobrev c579b65a3b Update LLVM/Clang 6 years ago
Dimitar Dobrev fe4d247713 Sped the LLVM build on Windows up by parallelizing 6 years ago
Dimitar Dobrev fce2841a21 Generate valid C# when a field with an anon type starts with '$' 6 years ago
Dimitar Dobrev ce3d5d572a Generate valid C# when a function is named "get<number>" 6 years ago
Dimitar Dobrev 8fca42afe5 Enable Clang-based look-up for system includes by default 6 years ago
Dimitar Dobrev d2d5bb30d7 Document the release of CppSharp 0.9.2 6 years ago
Dimitar Dobrev 14e0ff958b Fix the Windows build by not storing Unicode in std::string 6 years ago
Joao Matos 53816286bc Fixed type map support for typedef types. 6 years ago
Joao Matos 33ce83ccff Improve formatting of TypeMapDatabase.cs. 6 years ago
Dimitar Dobrev 0e8c80c3b2 Name anonymous types after the fields which use them 6 years ago
Dimitar Dobrev 9959941f29 Fix the Unix CI by adding an explicit destructor 6 years ago
João Matos bd9e866b7e
Added some info about SharpGenTools to the docs. 6 years ago
Dimitar Dobrev 6e7a23883a Generate valid C# when std::string is only used for variables 6 years ago
Dimitar Dobrev 1d2880751a Generate valid C# when std::string is only used for non-private fields 6 years ago