]> git.tdb.fi Git - libs/core.git/history - source/io/console.cpp
Add get_handle to Console
[libs/core.git] / source / io / console.cpp
2013-10-14 Mikko RasaAdd get_handle to Console
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2012-07-26 Mikko RasaImplement Console::get_size on windows
2012-07-26 Mikko RasaHandle c_cc when toggling canonical mode
2012-07-09 Mikko RasaWindows compilation fixes
2012-05-30 Mikko RasaAdd functions to support console redirection
2012-05-30 Mikko RasaAdd some error checks to Console functions
2012-05-30 Mikko RasaUse an enum rather than plain integers to distinguish...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-18 Mikko RasaUnify end-of-file handling
2011-06-14 Mikko RasaPut the check_access function in Base
2011-06-11 Mikko RasaMove some common operations to helper functions
2011-06-11 Mikko RasaUse the new Handle class to hide platform details from...
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