Skip to content

Releases: dtolnay/cxx

1.0.80

21 Oct 16:42
1.0.80
c7060d4
Compare
Choose a tag to compare
  • Fix "cannot find type Box in this scope" build error when using Box, String, Vec in default-features = false, features = ["alloc"] mode (#1065)

1.0.79

15 Oct 22:23
1.0.79
97a46f9
Compare
Choose a tag to compare
  • Allow trycatch to be written using a std::string argument to fail, instead of just const char * (#1114)

1.0.78

28 Sep 23:46
1.0.78
d2a7e0b
Compare
Choose a tag to compare
  • Update argument parser to clap 4 (#1105)

1.0.77

28 Sep 01:00
1.0.77
be7090a
Compare
Choose a tag to compare
  • Support Vec<bool>/rust::Vec<bool> (#1103)

1.0.76

19 Sep 17:44
1.0.76
4e96c36
Compare
Choose a tag to compare
  • Allow Rust vector of array of trivially relocatable type (#1098)

1.0.75

02 Sep 21:35
1.0.75
0293ff5
Compare
Choose a tag to compare

1.0.74

30 Aug 22:56
1.0.74
02e9a47
Compare
Choose a tag to compare
  • Fix "filename, directory name, or volume label syntax is incorrect" build error on Windows when the target dir in which cxx-build is running contains broken symlinks (#1085)

1.0.73

02 Aug 00:12
1.0.73
a660849
Compare
Choose a tag to compare
  • Add categories to crates.io metadata

1.0.72

17 Jul 03:17
1.0.72
9e0d368
Compare
Choose a tag to compare
  • Work around unused_must_used warning being emitted inside generated code by recent nightly compilers

1.0.71

06 Jul 14:37
1.0.71
2e1527c
Compare
Choose a tag to compare
  • Fix legacy_derive_helpers lint when using serde attributes on a shared struct (#1064, thanks @luckyuro)