Skip to content

Release-0.2.7, Android Support

Compare
Choose a tag to compare
@codemercenary codemercenary released this 12 Nov 00:30
· 2545 commits to master since this release

This version builds and links on Android!

Took an enormous amount of time to get this right! Way too much time! Way way too much time!

If you do decide to target Android, though, you will need to link to Boost in order to satisfy our Boost dependencies. Unfortunately, because our Android port of autowiring depends on std::async, which is not provided by the Android NDK, we have to rely on Boost's support for this in order to link there.

In 0.3.0, we expect to eliminate this dependency by providing our own little implementation of std::async