]> code.bitgloo.com Git - clyne/entityx.git/commit
All Manager classes are now managed by smart pointers.
authorAlec Thomas <alec@swapoff.org>
Mon, 1 Apr 2013 15:51:29 +0000 (11:51 -0400)
committerAlec Thomas <alec@swapoff.org>
Thu, 4 Apr 2013 02:45:17 +0000 (22:45 -0400)
commit17725f8f24460ca6189afd106df3ad122a5777c3
treee675b1bd3a7d48163bece5f35f0463ef6388d436
parent93d3770b874ad010523f4e6bb675f680de4b9fdf
All Manager classes are now managed by smart pointers.
18 files changed:
CMakeLists.txt
CheckCXX11SharedPtr.cmake [new file with mode: 0644]
README.md
entityx/Benchmarks_test.cc
entityx/Entity.cc
entityx/Entity.h
entityx/Entity_test.cc
entityx/Event.h
entityx/Event_test.cc
entityx/Manager.cc
entityx/Manager.h
entityx/System.cc
entityx/System.h
entityx/System_test.cc
entityx/config.h.in
entityx/tags/TagsComponent.h
entityx/tags/TagsComponent_test.cc
scripts/travis.sh