Cxx Versions Save

Safe interop between Rust and C++

1.0.111

4 months ago
  • Avoid a new pedantic clippy lint from being triggered inside generated code

1.0.110

6 months ago
  • Prevent unsafe_op_in_unsafe_fn opt-in lint from being triggered inside generated code (#1281)

1.0.109

6 months ago
  • Wire up cxx.cc dependency automatically for bazel builds (#1277, thanks @illicitonion)

1.0.108

6 months ago
  • Support running cxx's build script from outside of cxx's manifest directory (#1275, thanks @illicitonion)
  • Fix clippy lint in generated PartialOrd impls

1.0.107

8 months ago
  • Add CxxVector::new for creating an empty vector (#1262, thanks @capickett)

1.0.106

8 months ago
  • Fix "No such file or directory" error when building using --target-dir with a directory path that contains symlinks (#1260)

1.0.105

8 months ago
  • Add experimental Bazel annotations in package metadata

1.0.104

8 months ago
  • Fix "failed to copy cxx.h" errors during Cargo build script execution on Windows (#1252)

1.0.103

8 months ago
  • Prefer relative paths in symlinks where possible to make target directories relocatable (#1250, #1251, thanks @j-baker)

1.0.102

9 months ago
  • Documentation improvements