summaryrefslogtreecommitdiffstats
path: root/thirdparty/bullet/LinearMath/btAlignedObjectArray.h
Commit message (Collapse)AuthorAgeFilesLines
* bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-11/+4
| | | | | | | | | | | This updates our local copy to commit 5ec8339b6fc491e3f09a34a4516e82787f053fcc. We need a recent master commit for some new features that we use in Godot (see #25543 and #28909). To avoid warnings generated by Bullet headers included in our own module, we include those headers with -isystem on GCC and Clang. Fixes #29503.
* Update Bullet to the latest commit 126b676Oussama2019-01-071-336/+317
|
* bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde2018-01-131-0/+530
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.