]> git.tdb.fi Git - libs/core.git/history - source/time
Add move semantics to Variant
[libs/core.git] / source / time /
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
2023-01-03 Mikko RasaMake time constants constexpr and move them to the...
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 RasaMark boolean conversion operators as explicit
2021-10-31 Mikko RasaUpdate naming of internal variables and functions
2021-10-31 Mikko RasaMark constructors and destructors as default where...
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-09-18 Mikko RasaUse the standard fixed-size integer types directly
2021-08-29 Mikko RasaUse C++11 features with containers
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-10-28 Mikko RasaAdd microsecond precision to RFC 3339 dates
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-24 Mikko RasaAdd conversion from RFC3339 string to DateTime
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
2015-07-26 Mikko RasaAdd negation operator and abs function for TimeDelta
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2013-04-20 Mikko RasaFix Timer to use is Semaphore correctly
2013-02-10 Mikko RasaMove the time constants to timedelta.h
2012-08-01 Mikko RasaPrefer inttypes.h to doing the #ifdef dance everywhere
2012-07-16 Mikko RasaVariable length arrays on stack are not valid C++
2012-05-10 Mikko RasaAdd missing headers
2011-07-30 Mikko RasaAdd conversions from timeval/FILETIME to RawTime
2011-07-29 Mikko RasaIsolate platform-dependent RawTime conversion functions...
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-09 Mikko RasaMake Time::sleep void
2011-06-08 Mikko RasaAvoid using relative paths beginning with .. in #includes
2011-06-07 Mikko RasaAdd lexical conversion for DateTime
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-30 Mikko RasaUse new system_error class in TimeZone
2011-05-30 Mikko RasaFix incorrect return value check in get_local_timezone
2011-05-30 Mikko RasaUse format instead of stringstream in TimeZone
2011-05-30 Mikko RasaFlip the sign of TimeZone offset so it makes more sense
2011-05-30 Mikko RasaFix a bug with leap year handling in DateTime::add_days
2011-05-30 Mikko RasaUse format instead of stringstream in DateTime
2011-05-28 Mikko RasaChange exception classes and messages in DateTime
2011-05-28 Mikko RasaPut DateTime::init functions to the correct place in...
2011-05-28 Mikko RasaSelect RawTime definition based on compiler, not platform
2011-05-28 Mikko RasaRename time/types.h to rawtime.h
2011-05-28 Mikko RasaUse format instead of stringstream in TimeDelta
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2010-11-26 Mikko RasaMake to_unixtime const
2010-02-11 Mikko RasaFix a #include to use relative filename
2009-12-21 Mikko RasaAdd LogicError exception class
2009-09-11 Mikko RasaRewrite Timer to use a heap instead of set to deal...
2009-03-08 Mikko RasaFix some win32 compile errors
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-12-15 Mikko RasaAdd support for time zones
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-08-31 Mikko RasaAdd validation for DateTime constructor parameters
2008-07-19 Mikko RasaAllow canceling timers
2007-11-10 Mikko RasaUse operator void * instead of bool in Time classes...
2007-10-19 Mikko RasaRewrite Time::Timer to not force the use of a thread...
2007-10-04 Mikko RasaRename error.* to except.*
2007-08-21 Mikko RasaAdd types.h
2007-08-21 Mikko RasaReorder components to get headers install correctly
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc
2007-03-26 Mikko RasaAdded DateTime
2006-11-17 Mikko RasaThrow out anything polling related - they will go to...
2006-09-09 Mikko RasaAdd const TimeDelta zero
2006-09-07 Niko LiikanenWin32 type warning fixed
2006-09-05 Mikko RasaWin32-compatibility
2006-09-05 Mikko RasaWin32 compilation fixes
2006-09-05 Mikko RasaSemaphore is now win32-compatible, I hope
2006-08-28 Mikko RasaRename to libmspcore