]> git.tdb.fi Git - libs/core.git/history - source/io/poll.cpp
Add move semantics to Variant
[libs/core.git] / source / io / poll.cpp
2022-12-19 Mikko RasaUse braced initializer lists in place of constructors...
2022-12-11 Mikko RasaAdd missing includes for Windows platform
2022-12-06 Mikko RasaAdjust exception messages
2022-12-06 Mikko RasaAdd new exception classes for some common errors
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaUse C++11 features with containers
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
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 a memory leak in Poller
2012-05-10 Mikko RasaFix warnings about certain narrowing conversions not...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-11 Mikko RasaSeparate event-related stuff from Base
2011-06-11 Mikko RasaUse the new Handle class to hide platform details from...
2011-06-11 Mikko RasaUse pimpl in Poller
2011-06-11 Mikko RasaFurther style fixes
2011-06-11 Mikko RasaRework exceptions for IO
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-10 Mikko RasaMove files to prepare for assimilation into core