2.82
apply CMake patch in Issue 748 thanks to Julien Schueller for the contribution!
fix double precision, and remove alloca increase mass of the load, to show benefits of direct MLCP solver move damping back to original location
fix Mac OSX build when using GNU++11 C++ language standard, make this the default in premake under OSX for easier testing
Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks to Jordan Hubbard, Ian Ollmann and Hristo Hristov.
apply changes from Blender/extern/bullet2
Add the option BUILD_MULTITHREADING to CMAKE, only enabled on APPLE and MSVC platforms. This controls multi-core (BulletMultiThreaded), MiniCL, DX11 and OpenCL acceleration. On other platforms (Linux) it might work, but it is unsupported. Fix some warnings in btBulletWorldImprter
fix autotools build, add MLCPSolvers and ForkLiftDemo
fix and re-enable sphere-box collision algorithm, Issue 643
add a btFixedConstraint with toggle between btGeneric6DofConsraint and btFixedConstraint in VoronoiFractureDemo