diff options
author | Antony Woods <acron1@gmail.com> | 2013-10-29 18:25:31 +0000 |
---|---|---|
committer | Antony Woods <acron1@gmail.com> | 2013-10-29 18:25:31 +0000 |
commit | 113e4c6ea581d8573f0a16faa58a7e1abcd888e1 (patch) | |
tree | 8c1442fd8b7dd24d3117a767eb5b03ff5c2ffd91 /CHANGES.md | |
parent | bdccd70f7041425d0740fe155bf6d6f6a0cd46bd (diff) |
Tidying up and amending readme/changes
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ # Change Log
+## 2013-10-29 [no-boost branch] - Removed boost dependency for everything except python integration.
+
+This branch requires C++11 support and has removed all the non-boost::python dependecies, reducing the overhead of running entityx.
+
## 2013-08-22 - Remove `boost::signal` and switch to `Simple::Signal`.
According to the [benchmarks](http://timj.testbit.eu/2013/cpp11-signal-system-performance/) Simple::Signal is an order of magnitude faster than `boost::signal`. Additionally, `boost::signal` is now deprecated in favor of `boost::signal2`, which is not supported on versions of Boost on a number of platforms.
|