github google/autocxx v0.19.0

latest releases: v0.27.0, v0.26.0, v0.25.0...
pre-release2 years ago

Improvements

  • Don't spam stderr so much by @adetaylor in #985
  • Use miette for nicer syntax errors by @adetaylor in #980. This also removes some long-deprecated functions, so you may need to update your build.rs files.
  • Recognize size_t as usize by @adetaylor in #986
  • Support array fields within structs by @yshui (thanks!) in #969

Bug fixes

  • Fix use of &str in generated C++ code by @adetaylor in #984
  • Ignore constructors taking extra default parameters by @adetaylor in #983
  • Fix erroneous allocation sizes when using moveit::new::New by @adetaylor in #991
  • Fix problem with methods beginning with their class name by @adetaylor in #992

Miscellaneous

Full Changelog: v0.18.0...v0.19.0

Don't miss a new autocxx release

NewReleases is sending notifications on new releases.