What's Changed
New features
- Support writing depfiles from
autocxx_gen
by @adetaylor in #1012 - Basic support for
extern_cpp_type!
by @adetaylor in #1008. This allows one set ofinclude_cpp!
bindings to delegate a type to another set obindings.
Boring but breaking change
- Split the
Within
trait into two by @adetaylor in #1013
Bugfixes and documentation
This version includes a lot of restructuring with no intentional functional change, as prep work for eventually landing the next bit of #379.
- Rewrite constructor chapter of book. by @adetaylor in #1000
- Publish integration tests by @adetaylor in #1001
- Switch tests away from deprecated
::make_unique()
. by @adetaylor in #1003 - Restructure
codegen_rs/fun/mod.rs
by @adetaylor in #1002 - Show
autocxx_build::Builder::new
in docs by @Xaeroxe in #1004 - Improve Builder documentation. by @adetaylor in #1007
- Harmless changes by @adetaylor in #1014
- Doc fix. by @adetaylor in #1016
New Contributors
Full Changelog: v0.19.1...v0.20.0