summaryrefslogtreecommitdiff
path: root/src/LinearMath/btVector3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Bullet URL in copyright statementsAaron Franke2021-09-131-1/+1
* Code-style consistency improvement:erwincoumans2018-09-231-1522/+1516
* comment-out the memset in DEBUG mode in btVector3.cpp and b3Vector3.cppErwin Coumans2014-11-021-2/+2
* fix 64bit iOS,see also Issue 739erwin.coumans2013-11-181-1/+7
* fix Mac OSX build when using GNU++11 C++ language standard, make this the def...erwin.coumans2013-10-221-2/+2
* fix iOS compilation when the C++ Language Dialect is set to GNU++11erwin.coumans2013-10-221-6/+6
* Add faster processing of btCompoundShape versus btCompoundShape, using a dedi...erwin.coumans2013-09-121-19/+20
* Fix Issue 712, related to NVIDIA CUDA check in CMakeLists.txterwin.coumans2013-09-101-17/+26
* fix usage of internal API for Apple iOS deviceserwin.coumans2013-09-101-0/+15
* Fix compile error when defining DEBUG, include memset headererwin.coumans2012-12-071-0/+6
* Fix compile error in Visual Studio 2005 build: only enable SSE/SIMD intrinsic...erwin.coumans2012-12-071-1/+3
* fix a few more warnings under Windowserwin.coumans2012-09-101-2/+2
* Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks ...erwin.coumans2012-06-071-0/+1631