diff options
author | Alec Thomas <alec@swapoff.org> | 2013-11-29 12:47:51 -0500 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-11-29 12:47:51 -0500 |
commit | d6579543c099c974b9557249aee72306c5aea99d (patch) | |
tree | c15af8586d5b88941603a91ab50aa5bdb6be2ef7 /CHANGES.md | |
parent | 92714459511725e9b638c7f2435d7f18f97600b1 (diff) | |
parent | b92144502f6d7e779aa7f1e7b657aee2314abf57 (diff) |
Merge no-boost into master.
This eradicates boost as a dependency for everything except the Python
integration, which may or may not work for now.
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. |