]> git.tdb.fi Git - libs/core.git/history - source/time/timer.h
Add move semantics to Variant
[libs/core.git] / source / time / timer.h
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
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 RasaRemove deprecated things
2019-06-03 Mikko RasaAnnotate deprecated functions as such
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2016-07-27 Mikko RasaMerge agouti:prog/core
2015-12-25 Mikko RasaSplit Timer::tick into two overloads
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-09 Mikko RasaStyle and comment updates
2011-06-08 Mikko RasaAvoid using relative paths beginning with .. in #includes
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-08-28 Mikko RasaRename to libmspcore