summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias 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
2013-08-16Fix double includes in EventLoop.Remko Tronçon
2013-08-16Merge branch 'swift-2.x'Remko Tronçon
2013-08-16Added missing lock_guard include.Remko Tronçon
2013-02-12Include boost::lock_guard include.Remko Tronçon
2012-12-23Replace functors and for loops by boost::lambdas.Remko Tronçon
2011-10-05Don't crash with label item without a labelKevin Smith
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Assert on empty event in event loop.Remko Tronçon
2011-03-28Catch all exceptions in event loop.Remko Tronçon
2011-01-22Some small event loop tweaks.Remko Tronçon
2011-01-18Cleaned up some code.Remko Tronçon
2010-10-27Remove MainEventLoop singleton.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-15Use shared_ptr for EventLoop owners.Remko Tronçon
2009-06-01Import.Remko Tronçon