aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
AgeCommit message (Collapse)Author
2017-08-01Fix typodomdom
lyout -> layout
2014-04-02Doc updates.Alec Thomas
2014-03-02Use raw pointers for components, allocated from pools.Alec Thomas
2014-02-13Fixed compile issues on Windows with Visual Studio 2013.Jarrett Chisholm
- Made compiler flags dependent on the compiler being used. - Added check for clang to use the same compiler options as gnu g++
2013-10-31Line endings fix?Antony Woods
2013-10-29Tidying up and amending readme/changesAntony Woods
2013-10-29Fixed a compiler error with std::chrono::durationAntony Woods
2013-08-22Switch from boost::signal to embedded Simple::Signal.Alec Thomas
2013-08-21Revert "Switch to boost::signals2."Alec Thomas
Until I have the time to make the tests work. This reverts commit be03c3a3d4e8824c3b909648b46910b4cdbc72e1.
2013-08-21Switch to boost::signals2.Alec Thomas