]> git.tdb.fi Git - libs/core.git/history - source/time/timer.cpp
Disallow negative timeouts for Timer::tick
[libs/core.git] / source / time / timer.cpp
2016-01-31 Mikko RasaDisallow negative timeouts for Timer::tick
2015-12-25 Mikko RasaSplit Timer::tick into two overloads
2015-12-25 Mikko RasaRefactor Timer::tick
2013-04-20 Mikko RasaFix Timer to use is Semaphore correctly
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2009-09-11 Mikko RasaRewrite Timer to use a heap instead of set to deal...
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-07-19 Mikko RasaAllow canceling timers
2007-10-19 Mikko RasaRewrite Time::Timer to not force the use of a thread...
2006-11-17 Mikko RasaThrow out anything polling related - they will go to...
2006-09-05 Mikko RasaWin32 compilation fixes
2006-08-28 Mikko RasaRename to libmspcore