Releases: dtolnay/cxx
Releases · dtolnay/cxx
0.2.6
28 Apr 01:08
Compare
Sorry, something went wrong.
No results found
Provide Deref and DerefMut impls for UniquePtr in Rust (#95 )
0.2.5
28 Apr 01:08
Compare
Sorry, something went wrong.
No results found
Support having a UniquePtr in Rust that contains a pure virtual opaque extern "C" type (#93 , #94 )
0.2.4
28 Apr 01:08
Compare
Sorry, something went wrong.
No results found
Accept non-UnwindSafe extern Rust types in extern Rust signatures (#91 )
0.2.3
28 Apr 01:08
Compare
Sorry, something went wrong.
No results found
Allow function calls on a const function pointer (#90 )
0.2.2
28 Apr 01:07
Compare
Sorry, something went wrong.
No results found
Allow calling Rust function pointers in C++ with explicit indirect call syntax (#89 )
0.2.1
28 Apr 01:07
Compare
Sorry, something went wrong.
No results found
Add interop between Rust Result and C++ exceptions (#73 , #74 , #53 , #77 )
Add support for passing function pointers from Rust to C++ (#85 )
Add f32 and f64 support (#65 )
Allow including generated header using a .rs.h extension in Cargo builds (#75 )
0.2.0
28 Apr 01:07
Compare
Sorry, something went wrong.
No results found
Improve ergonomics of the C++ API (#48 , #46 , #56 , thanks @slurps-mad-rips )
Add a way to emit the cxx.h header from the cxxbridge cli command (#27 , #20 , thanks @sayrer )
Use the platform's native C++ standard library (libstdc++, libc++, etc) (#21 , #19 )
Fixes to improve Windows support (#41 )
Expose snake_case aliases for all types for use in codebases that use that style for types (#50 )
Avoid pulling in all of <iostream> in our header (#55 )
0.1.2
28 Apr 01:06
Compare
Sorry, something went wrong.
No results found
Support opaque C++ types that are not structs, for example using Obj = void*; could now be manipulated as an opaque type from Rust (#15 )
0.1.1
28 Apr 01:06
Compare
Sorry, something went wrong.
No results found
Implement support for the String, &String, &str, UniquePtr<T> in argument position of extern "Rust" functions (#14 )
0.1.0
08 Jan 17:01
Compare
Sorry, something went wrong.
No results found
Safe FFI between Rust and C++!
You can’t perform that action at this time.