]> code.bitgloo.com Git - clyne/entityx.git/commit
Switch from boost::signal to embedded Simple::Signal.
authorAlec Thomas <alec@swapoff.org>
Thu, 22 Aug 2013 22:38:14 +0000 (18:38 -0400)
committerAlec Thomas <alec@swapoff.org>
Fri, 23 Aug 2013 02:51:20 +0000 (22:51 -0400)
commit302bf251f95577ecef8c9662f95651ae2cc49cd7
treede10e8e1105800c78bf961d719c5aa606fb6cedd
parent5716e2ef6578e8cd2ea2b2e266d9f438c233ed0f
Switch from boost::signal to embedded Simple::Signal.
15 files changed:
.travis.yml
CHANGELOG.md [deleted file]
CHANGES.md [new file with mode: 0644]
CMakeLists.txt
CheckCXX11Features.cmake
CheckNeedGetPointer.cmake [new file with mode: 0644]
README.md
entityx/3rdparty/simplesignal.h [new file with mode: 0644]
entityx/Entity.h
entityx/Event.h
entityx/Event_test.cc
entityx/config.h.in
entityx/python/PythonSystem.cc
entityx/python/PythonSystem.h
entityx/python/entityx/tests/deep_subclass_test.py