What's Changed
Features
- Allow constructing subclass of abstract class by @russelltg in #1206
- Add an option to
autocxx_gen
to createcxx.h
by @nak3 in #1253 - Print the number of files generated in the error of
--generate-exact
by @nak3 in #1247
Bug fixes
- Fix a multiple definition error by @adetaylor in #1240 (add test for issue #1229 by @VirxEC in #1235)
- Reduce the number of dependencies on std by @kitlith in #1224
- Remove no mod found error by @adetaylor in #1242
- Fix problem using copy constructor of Box by @adetaylor in #1241
- Fix codegen of 'missing lifetimes' when functions have
&mut
return but no&mut
params by @adetaylor in #1254 - Automatically create
outdir
if it doesn't exist by @Jake-Shadle in #1225
Documentation and examples
- Add some generic advice about linking. by @adetaylor in #1227
- Make help message of
gen-rs-include
accurate by @nak3 in #1234 - Fix comment about
AUTOCXX_RS_JSON_ARCHIVE
by @nak3 in #1232 - Do not use deprecated macro
is_subclass
in examples by @nak3 in #1245 - Add llvm example for CI by @nak3 in #1248
- fix 404 in examples document by @htynkn in #1257
Miscellaneous
- Revise to 0.25.0. by @adetaylor in #1258
- Fix
remove_dir_all
security alert by @adetaylor in #1259 - Tests forcing wrappers by @adetaylor in #1250
- Tweaks to reduction by @adetaylor in #1249
New Contributors (thanks all!)
- @Jake-Shadle made their first contribution in #1225
- @kitlith made their first contribution in #1224
- @VirxEC made their first contribution in #1235
- @russelltg made their first contribution in #1206
- @htynkn made their first contribution in #1257
Full Changelog: v0.24.0...v0.25.0