summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-19Let handleNextEvent only handle a single eventEdwin Mons
2016-07-27Fix Doxygen warningsTobias Markmann
2016-04-12Use C++11 threading library instead of Boost.ThreadTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-01-25Prevent recursive processing of event queue in EventLoopTobias Markmann
2015-12-17Process multiple events at once inside EventLoopTobias Markmann
2015-11-19Redesign event loops to be thread-safe and deterministicTobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2012-12-23Replace functors and for loops by boost::lambdas.Remko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2011-06-13Fixed some CppCheck warnings.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2010-10-07Avoid recursive calling of event callbacks.Remko Tronçon
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2009-07-20Separated Event out of EventLoop.Remko Tronçon
2009-07-15Use shared_ptr for EventLoop owners.Remko Tronçon
2009-06-01Import.Remko Tronçon