axmol/cocos/physics
Wilson E. Alvarez c0e1e91373 Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716)
* Use range-based for-loops and allocate std::vector size(), end(), cend(), rend(), crend() on the stack where favorable.

Other minor trivial changes were applied.

* Fixed Android compilation error

* Fixed windows-universal compilation error
2016-10-27 15:10:24 +08:00
..
CCPhysicsBody.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCPhysicsBody.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsContact.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCPhysicsContact.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsHelper.h Squashed commit of the following: 2016-02-29 13:53:00 -08:00
CCPhysicsJoint.cpp Fix typo: destoryMark -> destroyMark 2016-06-29 10:04:31 +09:00
CCPhysicsJoint.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsShape.cpp Merge pull request #16151 from mogemimi/fix-function-spelling 2016-07-20 09:56:51 +08:00
CCPhysicsShape.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsWorld.cpp Fix typo: destoryMark -> destroyMark 2016-06-29 10:04:31 +09:00
CCPhysicsWorld.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CMakeLists.txt Refine components to improve performance 2015-09-18 14:34:02 +08:00
cpCompat62.h fix: use chipmunk v6.2 API whenever possible 2016-04-07 16:22:49 -07:00