]> git.tdb.fi Git - libs/core.git/history - source/fs
Don't give out a non-const reference from a const Variant
[libs/core.git] / source / fs /
2012-07-26 Mikko RasaFix a 64-bit compile error
2012-07-15 Mikko RasaDo less syscalls in mkpath
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 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-07 Mikko RasaUse a self-assignment to copy all members
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-10 Mikko RasaAdd missing headers
2011-09-06 Mikko RasaChange stat functions so that it's again possible to...
2011-08-10 Mikko RasaAdd a missing #include
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-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