]> git.tdb.fi Git - libs/core.git/history - source/fs/dir.cpp
Add move semantics to Variant
[libs/core.git] / source / fs / dir.cpp
2022-12-06 Mikko RasaAdd new exception classes for some common errors
2021-08-30 Mikko RasaAdd platform-specific implemenrations of FS::list_filtered
2021-08-30 Mikko RasaAdd wrappers for environment manipulation functions
2021-08-29 Mikko RasaPrefer more cache-efficient containers
2021-08-29 Mikko RasaUse C++11 features with containers
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...
2019-06-03 Mikko RasaFix references to deprecated functions
2017-12-02 Mikko RasaFix incorrect function name in an exception
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2014-11-12 Mikko RasaSplit getcwd and chdir to platform files
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-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-10-13 Mikko RasaThrow an exception in list_files if the directory can...
2013-10-04 Mikko RasaOS X tweaks
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2012-07-15 Mikko RasaDo less syscalls in mkpath
2012-07-09 Mikko RasaUse native CreateDirectory/RemoveDirectory calls on...
2012-07-09 Mikko RasaFix name of the rmpath function
2012-05-10 Mikko RasaAdd missing headers
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-28 Mikko RasaComment changes fs-master
2011-07-27 Mikko RasaRemove Id tags and copyright notices from source files
2011-07-27 Mikko RasaPrepare for assimilation into core