]> git.tdb.fi Git - libs/core.git/history - source
Improve file opening on Windows
[libs/core.git] / source /
2013-03-27 Mikko RasaImprove file opening on Windows
2013-02-10 Mikko RasaMove the time constants to timedelta.h
2013-01-16 Mikko RasaComment changes
2013-01-16 Mikko RasaFix an overload resolution problem in formatting values...
2013-01-05 Mikko RasaAdd a constructor to ZlibCompressed that takes a mode...
2012-12-10 Mikko RasaFix Windows compilation
2012-12-01 Mikko RasaStore the value of the key in key_error
2012-12-01 Mikko RasaThrow from LexicalConverter::get if no conversion was...
2012-12-01 Mikko RasaFilter the types that get fallback lexical conversion...
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 RasaUse native win32 functions for rename and unlink
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-27 Mikko RasaDon't give out a non-const reference from a const Variant
2012-09-16 Mikko RasaComment updates
2012-09-16 Mikko RasaMake Profiler able to report number of calls per second
2012-09-16 Mikko RasaRefactor Profiler
2012-09-13 Mikko RasaAvoid invoking callbacks of a deleted object
2012-09-04 Mikko RasaFix the name of the UTF-16 codec
2012-09-04 Mikko RasaDisable main() on win32 in favor of WinMain
2012-09-04 Mikko RasaConvert command line arguments on Windows from UTF...
2012-09-04 Mikko RasaAdd a UTF-16 codec
2012-09-04 Mikko RasaRefuse to encode invalid Unicode characters in UTF-8
2012-09-04 Mikko RasaLet the base classes decide the default error mode
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 RasaFix several corner case bugs in lexical_cast
2012-08-01 Mikko RasaProvide a way to get an integer type matching the size...
2012-08-01 Mikko RasaPrefer inttypes.h to doing the #ifdef dance everywhere
2012-08-01 Mikko RasaExactly-sized integer types, the C++ way
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-26 Mikko RasaFix a 64-bit compile error
2012-07-18 Mikko RasaAllow seen_count to be bound to a variable for dealing...
2012-07-16 Mikko RasaVariable length arrays on stack are not valid C++
2012-07-15 Mikko RasaDo less syscalls in mkpath
2012-07-14 Mikko RasaCheck that the option actually has a short name
2012-07-14 Mikko RasaAdd documentation to GetOpt
2012-07-14 Mikko RasaRearrange GetOpt internals to provide a nicer external...
2012-07-14 Mikko RasaReplace earlier options sharing the same short or long...
2012-07-10 Mikko RasaAdd common_ancestor function
2012-07-09 Mikko RasaRecognize either separator as the root component
2012-07-09 Mikko RasaDefer the retrieval of owner/group names until they...
2012-07-09 Mikko RasaFix GetSecurityInfo error checking and request appropri...
2012-07-09 Mikko RasaMake Buffered trackable since it connects to signals
2012-07-09 Mikko RasaUse native CreateDirectory/RemoveDirectory calls on...
2012-07-09 Mikko RasaReturn an empty Stat object for nonexistent files on...
2012-07-09 Mikko RasaFix name of the rmpath function
2012-07-09 Mikko RasaWindows compilation fixes
2012-07-07 Mikko RasaUse a self-assignment to copy all members
2012-07-07 Mikko RasaStyle fix: split function bodies to separate line outsi...
2012-07-06 Mikko RasaAdd Path::c_str() method
2012-07-06 Mikko RasaComment updates
2012-07-06 Mikko RasaRefactor Path::init
2012-07-06 Mikko RasaStore an array of separators alongside with the path...
2012-07-06 Mikko RasaMake FS::Path::Iterator assignable
2012-07-06 Mikko RasaVery minor refactoring
2012-07-06 Mikko RasaAdd other comparison operators to FS::Path
2012-07-06 Mikko RasaStyle fix: add whitespace
2012-07-06 Mikko RasaReorder Path member functions
2012-05-30 Mikko RasaImplement get_handle in File and Pipe
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 RasaSet correct mode in Pipe constructor
2012-05-30 Mikko RasaUse separate members for Pipe read/write handles
2012-05-30 Mikko RasaUse an enum rather than plain integers to distinguish...
2012-05-10 Mikko RasaFix warnings about certain narrowing conversions not...
2012-05-10 Mikko RasaAdd missing headers
2011-09-06 Mikko RasaChange stat functions so that it's again possible to...
2011-09-06 Mikko RasaFix some stray header names
2011-09-04 Mikko RasaHash functions
2011-08-13 Mikko RasaUse string::size_type rather than unsigned to store...
2011-08-10 Mikko RasaAdd a missing #include
2011-08-05 Mikko RasaRemove signal_closed now that closing is only done...
2011-08-05 Mikko RasaAdd a constructor for system_error that takes error...
2011-08-01 Mikko RasaRemove the obsolete exceptions from core
2011-07-31 Mikko RasaDon't throw on win32 if file has no owner or group
2011-07-31 Mikko RasaAdd a flag to make statting directories work on win32
2011-07-31 Mikko RasaUse 64-bit version of stat syscall, even on 32-bit...
2011-07-30 Mikko RasaRewrite the stat functions to expose a platform-indepen...
2011-07-30 Mikko RasaAdd conversions from timeval/FILETIME to RawTime
2011-07-29 Mikko RasaIsolate platform-dependent RawTime conversion functions...
2011-07-28 Mikko RasaRemove an unnecessary #include
2011-07-28 Mikko RasaException rework for fs components
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-07-28 Mikko RasaComment changes fs-master
2011-07-28 Mikko RasaStyle update: remove alignment
2011-07-27 Mikko RasaRemove Id tags and copyright notices from source files
2011-07-27 Mikko RasaPrepare for assimilation into core
2011-07-27 Mikko RasaStyle update: spaces around assignments
2011-07-25 Mikko Rasamaputils.h: add insert_unique function
2011-06-18 Mikko RasaBuild help messages with format instead of ostringstream
2011-06-18 Mikko RasaUse IO::cout rather than std::cout
next