Skip to content

Releases: dtolnay/cxx

1.0.122

07 May 23:30
1.0.122
462896c
Compare
Choose a tag to compare
  • Resolve unexpected_cfgs warning (#1344)

1.0.121

08 Apr 19:51
1.0.121
084b47d
Compare
Choose a tag to compare

1.0.120

23 Mar 03:31
1.0.120
2d4b4f8
Compare
Choose a tag to compare
  • Ensure platform-specific behavior of c_char remains consistent with libcore's definition in no-std mode by using core::ffi::c_char, rather than a redefinition that is only checked against std::os::raw::c_char in std mode (#1330)

1.0.119

06 Mar 08:21
1.0.119
b63fec7
Compare
Choose a tag to compare
  • Use and recommend new std method from the cc crate for controlling C++ standard library version (#1321, #1322, thanks @dcoles)

1.0.118

28 Feb 18:52
1.0.118
1fd8a5f
Compare
Choose a tag to compare
  • Fix "out-of-line definition does not match any declaration" error affecting Rust shared types with methods (#1320, thanks @phil-opp)

1.0.117

19 Feb 23:21
1.0.117
7eef562
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

1.0.116

10 Feb 03:26
1.0.116
d5aed94
Compare
Choose a tag to compare
  • Fix ref_as_ptr clippy lint being triggered within generated code

1.0.115

06 Jan 03:11
1.0.115
5ceca34
Compare
Choose a tag to compare
  • Work around some dead_code warnings (#1303)

1.0.114

03 Jan 01:46
1.0.114
e6184c2
Compare
Choose a tag to compare

1.0.113

02 Jan 06:39
1.0.113
2dc00a4
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache