readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
385 stars 164 forks source link

Boost third-party lib deprecation (std::regex) #231

Closed danielweck closed 8 years ago

danielweck commented 8 years ago

Headers and prebuilt static libs: https://github.com/readium/readium-sdk/tree/develop/ePub3/ThirdParty/boost

Source code: https://github.com/readium/Boost-for-Android

See README: https://github.com/readium/readium-sdk/blob/develop/ePub3/ThirdParty/boost/lib/README.md

See @clebeaupin change in feature/gradle-experimental: https://github.com/readium/readium-sdk/commit/a757b704475805e3ea848a70050b61d5b9d66621

rkwright commented 8 years ago

Note also there is a repo as well,

https://github.com/readium/Boost-for-Android

but it is a fork from https://github.com/MysticTreeGames/Boost-for-Android:

danielweck commented 8 years ago

@rkwright I gave this information in the original description (the README also points to the other repos)

danielweck commented 8 years ago

Now that Android Studio / Gradle support is in the develop branch, we must revisit this issue (Boost removal?).

danielweck commented 8 years ago

TODO: delete the ePub3/ThirdParty/boost folder in the develop branch: https://github.com/readium/readium-sdk/tree/develop/ePub3/ThirdParty/boost See Android-specific removal: https://github.com/readium/readium-sdk/commit/a757b704475805e3ea848a70050b61d5b9d66621

danielweck commented 8 years ago

Boost headers and static libs now removed: https://github.com/readium/readium-sdk/commit/ad7d9cd47d6bc7c94a69e71e726d145f8baac9be

danielweck commented 8 years ago

@rkwright it looks like you can archive / delete the https://github.com/readium/Boost-for-Android repository.