]> git.tdb.fi Git - libs/core.git/history - source/io/unix
Add move semantics to Variant
[libs/core.git] / source / io / unix /
2022-12-19 Mikko RasaUse braced initializer lists in place of constructors...
2022-12-06 Mikko RasaAdjust exception messages
2022-11-27 Mikko RasaUse size_t in EventReader
2021-10-31 Mikko RasaAdd some missing includes
2021-10-31 Mikko RasaUse a const variable instead of #define
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
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaFix mismatched fcntls in sys_set_blocking on unix
2016-07-27 Mikko RasaMerge agouti:prog/core
2015-11-19 Mikko RasaHack to make 64-bit seeks work on Android
2014-11-13 Mikko RasaMove the generic file-based Asset implementation to...
2014-10-19 Mikko RasaAdd a class for accessing applications assets
2014-10-05 Mikko RasaUse direct constant values for non-POSIX baud rates
2014-06-27 Mikko RasaAdditional baud rates from termios.h
2013-10-15 Mikko RasaMove Handle::operator void * to the common part
2013-10-15 Mikko RasaAvoid closing handles twice
2013-10-15 Mikko RasaInterpret POLLHUP as end-of-file
2013-05-29 Mikko RasaAvoid a shadowing warning from clang
2013-05-29 Mikko RasaUse _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories