]> git.tdb.fi Git - libs/core.git/history - source/io/windows
Add move semantics to Variant
[libs/core.git] / source / io / windows /
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
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
2022-11-27 Mikko RasaUse size_t in EventReader
2021-10-31 Mikko RasaPass security attributes to the correct argument of...
2021-10-31 Mikko RasaAdd some missing includes
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaUse size_t to represent sizes
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 RasaUse size_t for sizes in I/O classes
2021-08-22 Mikko RasaTreat ERROR_BROKEN_PIPE as end-of-file instead of an...
2021-08-22 Mikko RasaUse a persistent OVERLAPPED structure in EventReader
2021-08-22 Mikko RasaCheck for ERROR_PATH_NOT_FOUND in adition to ERROR_FILE...
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2018-07-06 Mikko RasaActually pass sec_attr to CreateFile
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2013-10-15 Mikko RasaMove Handle::operator void * to the common part
2013-10-15 Mikko RasaAvoid closing handles twice
2013-05-29 Mikko RasaAvoid a shadowing warning from clang
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories