]> git.tdb.fi Git - libs/core.git/history - source/time/timer.cpp
Add move semantics to Variant
[libs/core.git] / source / time / timer.cpp
2022-12-19 Mikko RasaUse braced initializer lists in place of constructors...
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-29 Mikko RasaRemove deprecated things
2016-07-27 Mikko RasaMerge agouti:prog/core
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