| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.27.1 source code.tar.gz | 2025-01-08 | 825.2 kB | |
| 0.27.1 source code.zip | 2025-01-08 | 942.3 kB | |
| README.md | 2025-01-08 | 1.9 kB | |
| Totals: 3 Items | 1.8 MB | 0 | |
The big change here is a roll to a more recent version of bindgen which understands inline namespaces, and thus resolves issues with the latest headers on OS X.
What's Changed
- Convert to arbitrary_self_types_pointers. by @adetaylor in https://github.com/google/autocxx/pull/1390
- Fix double init of EnvLogger by @adetaylor in https://github.com/google/autocxx/pull/1389
- Specify MSRV by @adetaylor in https://github.com/google/autocxx/pull/1388
- Add missing space on doc comment. by @adetaylor in https://github.com/google/autocxx/pull/1397
- Typedef fn param test by @adetaylor in https://github.com/google/autocxx/pull/1398
- Fix URLs while investigating autocxx.rs. by @adetaylor in https://github.com/google/autocxx/pull/1400
- Roll to autocxx-bindgen 0.70.1. by @adetaylor in https://github.com/google/autocxx/pull/1401
- Fix latest clippy lints by @adetaylor in https://github.com/google/autocxx/pull/1410
- Disable LLVM example in CI. by @adetaylor in https://github.com/google/autocxx/pull/1414
- cargo update by @adetaylor in https://github.com/google/autocxx/pull/1415
- book/building: Fix
expect_build()call by @Turbo87 in https://github.com/google/autocxx/pull/1420 - book/tutorial: Rename
pathvariable to self-describinginclude_pathby @Turbo87 in https://github.com/google/autocxx/pull/1419 - Roll bindgen dec 2024 by @adetaylor in https://github.com/google/autocxx/pull/1416
- Fix concrete typedef dep by @adetaylor in https://github.com/google/autocxx/pull/1423
- Test for a failing double-template with default by @stuglaser in https://github.com/google/autocxx/pull/1417
New Contributors
- @Turbo87 made their first contribution in https://github.com/google/autocxx/pull/1420
- @stuglaser made their first contribution in https://github.com/google/autocxx/pull/1417
Full Changelog: https://github.com/google/autocxx/compare/v0.27.0...v0.27.1