Releases: dtolnay/cxx
Releases · dtolnay/cxx
1.0.190
28 Nov 20:21
Compare
Sorry, something went wrong.
No results found
Fix spacing of enum variant static assertions (#1675 )
1.0.189
20 Nov 18:37
Compare
Sorry, something went wrong.
No results found
Incorporate version number into cxx-generated symbol names to enforce version parity between C++ and Rust code generators in non-Cargo builds (#1665 , thanks @anforowicz )
1.0.188
11 Nov 22:09
Compare
Sorry, something went wrong.
No results found
Support using a generated Rust file as source file for bridge (#1668 , thanks @phil-opp )
1.0.187
15 Oct 19:31
Compare
Sorry, something went wrong.
No results found
Update codespan-reporting dependency to 0.13 (#1662 , #1661 )
1.0.186
25 Sep 04:20
Compare
Sorry, something went wrong.
No results found
Improve lifetime-related diagnostics (#1651 , #1654 )
Consolidate associated functions into fewer impl blocks to improve rustdoc (#1652 , #1655 )
1.0.185
18 Sep 18:35
Compare
Sorry, something went wrong.
No results found
Support std::vector of non-move-constructible element type (#1646 )
1.0.184
12 Sep 22:08
Compare
Sorry, something went wrong.
No results found
1.0.183
10 Sep 18:14
Compare
Sorry, something went wrong.
No results found
Fix "expected a FnOnce() closure" build error on unsafe Rust fn with no args (#1637 )
Add derive(BitAnd, BitOr, BitXor) for enums (#1639 )
1.0.182
10 Sep 04:06
Compare
Sorry, something went wrong.
No results found
Fix compiler warning when passing a rust::Fn with a generic return type such as Vec<T> from Rust to C++ (#1633 )
Suppress warnings in generated code under GCC's missing-declarations setting (#1635 )
Fix MSVC warning on large negative enum discriminant values (#1636 )
1.0.181
09 Sep 17:37
Compare
Sorry, something went wrong.
No results found
Fix "cannot find attribute 'serde' in this scope" build error using Serde derives with #[serde(…)] on a shared struct (#1627 )
You can’t perform that action at this time.