autocxx icon indicating copy to clipboard operation
autocxx copied to clipboard

Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers

Results 198 autocxx issues
Sort by recently updated
recently updated
newest added

I wonder if we can find new functional bugs through fuzzing?

Take the test case from #1229, #1235, and add a method `void foo()` to each class.

bug

## Expected Behavior I should be able to replace a C++ type autocxx doesn't understand with my custom Rust type, and tell autocxx that it's a POD so it can...

Adding test in #1190 demonstrating the problem.

bug

Hacks in progress towards #592.

As noted in #1167.

cpp-feature

A bit more thought in general about how we can make polymorphic calls nice. The case we want is: * We have a `&Derived` (or a `CppRef`), let's call it...

ergonomics

**Describe the bug** When trying to generate bindings to a type with the name String I get the error ``` Error: × cxx couldn't handle our generated bindings - could...

bug