]> git.tdb.fi Git - libs/core.git/history - source/io/poll.h
Add move semantics to Variant
[libs/core.git] / source / io / poll.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-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2013-10-15 Mikko RasaInterpret POLLHUP as end-of-file
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-20 Mikko RasaFix a memory leak in Poller
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-11 Mikko RasaSeparate event-related stuff from Base
2011-06-11 Mikko RasaUse pimpl in Poller
2011-06-11 Mikko RasaFurther style fixes
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-10 Mikko RasaMove files to prepare for assimilation into core