master
Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh
Fix: remove cmake policy 0115 errors
disable some internal statistics, reporting a race condition.
manually copy data, to avoid possible memory leaks.
make it a one-liner, so clang-cl doesn't fail on Windows
enable stable PD plugin in premake4.lua PyBullet add a normalize in the setRotation axis/angle to be sure. Add more code from the DeepMimic project, training doesn't work yet.
allow to compile using clang-cl on visual studio (disable SSE)
fixed build on latest version of clang
fix premake build for linux, thanks to @consultit See also issue #1538