]> git.tdb.fi Git - libs/core.git/history - source/fs
Remove deprecated things
[libs/core.git] / source / fs /
2021-08-29 Mikko RasaRemove deprecated things
2021-08-22 Mikko RasaSkip path lookup if PATH is not set
2021-08-22 Mikko RasaUse correct directory separator to check for absolute...
2021-08-22 Mikko RasaCheck for ERROR_PATH_NOT_FOUND in adition to ERROR_FILE...
2021-08-22 Mikko RasaFix Path::is_absolute for empty paths on Windows
2019-09-25 Mikko RasaAdd FileMonitor stubs for Windows
2019-09-21 Mikko RasaAdd a class for monitoring changes in files
2019-06-03 Mikko RasaFix references to deprecated functions
2019-06-03 Mikko RasaAnnotate deprecated functions as such
2017-12-02 Mikko RasaFix incorrect function name in an exception
2017-12-02 Mikko RasaFix basename and dirname on an empty Path
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2016-01-31 Mikko RasaUse Core Foundation to discover standard locations...
2015-07-26 Mikko RasaMake fix_case to work with relative paths
2015-04-07 Mikko RasaInclude filename in errors from stat
2014-11-12 Mikko RasaHave get_user_data_dir return a proper location on...
2014-11-12 Mikko RasaSplit getcwd and chdir to platform files
2014-11-10 Mikko RasaDeprecate the system directory accessors that take...
2014-11-10 Mikko RasaFix an infinite recursion bug
2014-11-10 Mikko RasaStore absolute path to argv[0] in Application
2014-10-19 Mikko RasaZero-arguments overloads and better error checking...
2014-10-11 Mikko RasaMinimalistic port for Android
2014-10-05 Mikko RasaMake FS::Path::Iterator meet forward iterator requirements
2014-01-06 Mikko RasaChange get_bin_dir logic to assume exe in cwd if not...
2014-01-06 Mikko RasaWindows uses ; as separator in $PATH
2013-11-18 Mikko RasaAdd RAII class for atomic overwrites
2013-10-16 Mikko RasaSet exists to true if the file was found
2013-10-13 Mikko RasaThrow an exception in list_files if the directory can...
2013-10-04 Mikko RasaOS X tweaks
2013-05-03 Mikko RasaThrow an exception for nonsensical arguments in some...
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-24 Mikko RasaUse UInt64 for FileSize
2012-11-04 Mikko RasaUse native win32 functions for rename and unlink
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