summaryrefslogtreecommitdiffstats
path: root/CMake/Modules/FindSigC++.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fixed configure with old cmakeErik Schilling2013-02-031-2/+3
|
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-031-7/+7
| | | | Reviewed-by: bjorn.
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-091-0/+34
This replaces the rather hard to understand event dispatcher with a probably even harder to understand templated library, but fortunately we can rely on the available documentation. Hopefully it will also help with the readability of our code and with adding additional signals to other classes. Added libsigc++ to README and Travis CI configuration. Reviewed-by: Erik Schilling