Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-30 | bullet: Sync with upstream 3.17 | Rémi Verschelde | |
Stop include Bullet headers using `-isystem` for GCC/Clang as it misleads SCons into not properly rebuilding all files when headers change. This means we also need to make sure Bullet builds without warning, and current version fares fairly well, there were just a couple to fix (patch included). Increase minimum version for distro packages to 2.90 (this was never released as the "next" version after 2.89 was 3.05... but that covers it too). Fixes #43868. (cherry picked from commit b7901c773c2eaff26b5c3a5342773a70571b2648) | |||
2020-12-18 | bullet: Sync with upstream 3.07 | Rémi Verschelde | |
2020-01-08 | bullet: Sync with upstream 2.89 | Rémi Verschelde | |
This allows distro unbundling again for distros that ship Bullet 2.89+. | |||
2019-01-07 | Update Bullet to the latest commit 126b676 | Oussama | |
2018-09-07 | Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9 | Andrea Catania | |
2018-01-13 | bullet: Streamline bundling, remove extraneous src/ folder | Rémi Verschelde | |
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one. |