]> git.tdb.fi Git - libs/core.git/history - source/fs/stat.cpp
Add move semantics to Variant
[libs/core.git] / source / fs / stat.cpp
2021-10-31 Mikko RasaCheck for self-assignment in non-trivial assignment...
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaUse default member initializers and constructor delegation
2021-08-29 Mikko RasaRemove unnecessary std:: qualifiers
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
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 RasaReturn an empty Stat object for nonexistent files on...
2012-05-10 Mikko RasaAdd missing headers
2011-09-06 Mikko RasaChange stat functions so that it's again possible to...
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 RasaException rework for fs components
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-07-27 Mikko RasaRemove Id tags and copyright notices from source files
2011-07-27 Mikko RasaPrepare for assimilation into core