Skip to content

Releases: dtolnay/cxx

1.0.112

01 Jan 00:37
1.0.112
5ae6298
Compare
Choose a tag to compare
  • Documentation improvements

1.0.111

17 Dec 02:59
1.0.111
a666000
Compare
Choose a tag to compare
  • Avoid a new pedantic clippy lint from being triggered inside generated code

1.0.110

28 Oct 03:06
1.0.110
306019c
Compare
Choose a tag to compare
  • Prevent unsafe_op_in_unsafe_fn opt-in lint from being triggered inside generated code (#1281)

1.0.109

12 Oct 22:36
1.0.109
ff4367e
Compare
Choose a tag to compare

1.0.108

10 Oct 01:13
1.0.108
a6ca025
Compare
Choose a tag to compare
  • 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

29 Aug 23:24
1.0.107
51ded1b
Compare
Choose a tag to compare
  • Add CxxVector::new for creating an empty vector (#1262, thanks @capickett)

1.0.106

19 Aug 18:57
1.0.106
eb06f52
Compare
Choose a tag to compare
  • Fix "No such file or directory" error when building using --target-dir with a directory path that contains symlinks (#1260)

1.0.105

13 Aug 21:27
1.0.105
342cba6
Compare
Choose a tag to compare
  • Add experimental Bazel annotations in package metadata

1.0.104

06 Aug 14:46
1.0.104
377f47e
Compare
Choose a tag to compare
  • Fix "failed to copy cxx.h" errors during Cargo build script execution on Windows (#1252)

1.0.103

05 Aug 22:43
1.0.103
7122547
Compare
Choose a tag to compare
  • Prefer relative paths in symlinks where possible to make target directories relocatable (#1250, #1251, thanks @j-baker)