]> git.tdb.fi Git - libs/core.git/history - source/io
Add move semantics to Variant
[libs/core.git] / source / io /
2023-01-03 Mikko RasaMake Console references static instead of extern
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
2023-01-03 Mikko RasaMove Memory constructors to the .cpp file
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
2022-12-27 Mikko RasaAdd missing override specifiers
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
2022-12-06 Mikko RasaModernize noexcept specifiers
2022-11-27 Mikko RasaUse size_t in EventReader
2021-10-31 Mikko RasaMark overridden virtual functions as such
2021-10-31 Mikko RasaRemove the broken IO::Filtered class
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 RasaCheck for closed handles when changing Pipe flags
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 RasaUse size_t to represent sizes
2021-10-31 Mikko RasaUse a const variable instead of #define
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 RasaFormatting fixes
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-29 Mikko RasaRequire C++11 for building
2021-08-29 Mikko RasaRemove unnecessary std:: qualifiers
2021-08-29 Mikko RasaUse size_t for sizes in I/O classes
2021-08-29 Mikko RasaRemove deprecated things
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 RasaCheck that objects still exist when dispatching events...
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2019-09-27 Mikko RasaRefactor signal connection handling in EventDispatcher
2018-07-06 Mikko RasaActually pass sec_attr to CreateFile
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2017-12-04 Mikko RasaAdd stub implementations of the pure virtual functions...
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaFix mismatched fcntls in sys_set_blocking on unix
2017-12-02 Mikko RasaMake certain functions pure virtual so I won't forget...
2017-12-02 Mikko RasaAdd missing get_handle function to Serial
2017-12-02 Mikko RasaAdd a missing mode flag adjustment to Console::set_block
2017-12-02 Mikko RasaAdd a helper function for adjusting mode flags
2017-01-08 Mikko RasaGuard against badly behaving get functions in getline
2017-01-08 Mikko RasaReturn -1 from Slice::get at eof
2016-10-30 Mikko RasaAdd integration between EventDispatcher and Timer
2016-08-02 Mikko RasaUse variadic templates for format and print functions...
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-20 Mikko RasaRemove an outdated comment
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2015-11-19 Mikko RasaHack to make 64-bit seeks work on Android
2015-09-07 Mikko RasaFix end-of-file detection in Slice
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-19 Mikko RasaSynchronize access to the underlying object of Slice
2014-10-19 Mikko RasaDerive Slice from sigc::trackable as it connects to...
2014-10-06 Mikko RasaSilence clang's complaints about unused private members
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 RasaAllow setting a pipe read-only or write-only after...
2013-10-15 Mikko RasaInterpret POLLHUP as end-of-file
2013-10-14 Mikko RasaAdd get_handle to Console
2013-10-07 Mikko RasaRewrite BufferedFile as a standalone class
2013-08-27 Mikko RasaAvoid leaking external references through default c...
2013-05-29 Mikko RasaMiscellaneous fixes
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
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2013-04-20 Mikko RasaAdd activation check to the rest of Filtered's virtual...
2013-04-20 Mikko RasaEncapsulate serial device state into a struct
2013-04-20 Mikko RasaFix a memory leak in Poller
2013-04-20 Mikko RasaCorrect some multiple inclusion guards
2013-04-13 Mikko RasaFix seeking of Slice
2013-03-27 Mikko RasaImprove file opening on Windows
2013-01-05 Mikko RasaAdd a constructor to ZlibCompressed that takes a mode...
2012-12-01 Mikko RasaMake lexical_cast symmetric
2012-11-08 Mikko RasaAdd an I/O class to access a restricted range of bytes...
2012-11-04 Mikko RasaAdd a dedicated exception class for a bad seek operation
2012-11-04 Mikko RasaSome fixes for eof handling in Memory
2012-09-27 Mikko RasaAdd no-throw destructors to exception classes that...
2012-09-27 Mikko RasaAdd some useful shortcuts for CreateMode combinations
2012-09-27 Mikko RasaAdd an exclusive create flag to IO::File
2012-09-27 Mikko RasaDon't report M_RDWR as "generic"
2012-09-27 Mikko RasaAdd a mode parameter to Memory constructor with non...
2012-09-13 Mikko RasaAvoid invoking callbacks of a deleted object
2012-08-03 Mikko RasaThe EOF logic wasn't quite correct
2012-08-03 Mikko RasaAdd support for de/compression with zlib
2012-08-01 Mikko RasaPrefer inttypes.h to doing the #ifdef dance everywhere
2012-07-26 Mikko RasaImplement Console::get_size on windows
2012-07-26 Mikko RasaTell the TTY driver to not mess with serial port data
2012-07-26 Mikko RasaHandle c_cc when toggling canonical mode
2012-07-09 Mikko RasaMake Buffered trackable since it connects to signals
2012-07-09 Mikko RasaWindows compilation fixes
2012-07-06 Mikko RasaStyle fix: add whitespace
next