CppSharp icon indicating copy to clipboard operation
CppSharp copied to clipboard

Tools and libraries to glue C/C++ APIs to high-level languages

Results 221 CppSharp issues
Sort by recently updated
recently updated
newest added

##### Brief Description When a header includes an enum with an implicit value representation such as the following: ```cpp enum myEnum { myVal = 0xffffffff; }; ``` The `BuiltinType` of...

Hello! I'm using CppSharp to generate some C# bindings that reference the glibc "semaphore.h" header (among others). This seems to work fine, but the all the C structs have an...

include headers in contentFiles must be copied transitive in dependent package. package A depends on B package B depends on CppSharp contentFiles are copied to B, but not to A...

Hello, I tried running CppSharp on a simple project that includes a Qt header (the ubiquitous QString, probably quite a complex target), and got a segmentation fault during the generation...

Modify ClangParser::ParseHeader() to stop parsing and return immediately if any file has a non-success ParseResult.

Android bindings can now be generated successfully. Previously, generation failed because libshadowhook.so could not be passed to "module.Libraries.Add();". However, the generated bindings seem to have problems. There are a lot...

It should be fairly straightforward to add support for `linux-arm64` having support for `linux-x64` already, isn't it? It would be great if you could add that support so that this...

Hi, I'm trying to use cppsharp to convert a few headers but i can't figure out the gaps in the documentation. First i tried using the nuget.org package, but that...

Hello, is it possible to publish a new nuget version - that would be very great! Kind regards, Bernd