projects
/
libs
/
core.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove deprecated things
[libs/core.git]
/
source
/
fs
/
2021-08-29
Mikko Rasa
Remove deprecated things
tree
|
commitdiff
2021-08-22
Mikko Rasa
Skip path lookup if PATH is not set
tree
|
commitdiff
2021-08-22
Mikko Rasa
Use correct directory separator to check for absolute...
tree
|
commitdiff
2021-08-22
Mikko Rasa
Check for ERROR_PATH_NOT_FOUND in adition to ERROR_FILE...
tree
|
commitdiff
2021-08-22
Mikko Rasa
Fix Path::is_absolute for empty paths on Windows
tree
|
commitdiff
2019-09-25
Mikko Rasa
Add FileMonitor stubs for Windows
tree
|
commitdiff
2019-09-21
Mikko Rasa
Add a class for monitoring changes in files
tree
|
commitdiff
2019-06-03
Mikko Rasa
Fix references to deprecated functions
tree
|
commitdiff
2019-06-03
Mikko Rasa
Annotate deprecated functions as such
tree
|
commitdiff
2017-12-02
Mikko Rasa
Fix incorrect function name in an exception
tree
|
commitdiff
2017-12-02
Mikko Rasa
Fix basename and dirname on an empty Path
tree
|
commitdiff
2016-07-27
Mikko Rasa
Merge agouti:prog/core
tree
|
commitdiff
2016-06-14
Mikko Rasa
Use #ifdef _WIN32 rather than WIN32
tree
|
commitdiff
2016-01-31
Mikko Rasa
Use Core Foundation to discover standard locations...
tree
|
commitdiff
2015-07-26
Mikko Rasa
Make fix_case to work with relative paths
tree
|
commitdiff
2015-04-07
Mikko Rasa
Include filename in errors from stat
tree
|
commitdiff
2014-11-12
Mikko Rasa
Have get_user_data_dir return a proper location on...
tree
|
commitdiff
2014-11-12
Mikko Rasa
Split getcwd and chdir to platform files
tree
|
commitdiff
2014-11-10
Mikko Rasa
Deprecate the system directory accessors that take...
tree
|
commitdiff
2014-11-10
Mikko Rasa
Fix an infinite recursion bug
tree
|
commitdiff
2014-11-10
Mikko Rasa
Store absolute path to argv[0] in Application
tree
|
commitdiff
2014-10-19
Mikko Rasa
Zero-arguments overloads and better error checking...
tree
|
commitdiff
2014-10-11
Mikko Rasa
Minimalistic port for Android
tree
|
commitdiff
2014-10-05
Mikko Rasa
Make FS::Path::Iterator meet forward iterator requirements
tree
|
commitdiff
2014-01-06
Mikko Rasa
Change get_bin_dir logic to assume exe in cwd if not...
tree
|
commitdiff
2014-01-06
Mikko Rasa
Windows uses ; as separator in $PATH
tree
|
commitdiff
2013-11-18
Mikko Rasa
Add RAII class for atomic overwrites
tree
|
commitdiff
2013-10-16
Mikko Rasa
Set exists to true if the file was found
tree
|
commitdiff
2013-10-13
Mikko Rasa
Throw an exception in list_files if the directory can...
tree
|
commitdiff
2013-10-04
Mikko Rasa
OS X tweaks
tree
|
commitdiff
2013-05-03
Mikko Rasa
Throw an exception for nonsensical arguments in some...
tree
|
commitdiff
2013-04-24
Mikko Rasa
Move most platform-specific code into overlay directories
tree
|
commitdiff
2013-04-24
Mikko Rasa
Use UInt64 for FileSize
tree
|
commitdiff
2012-11-04
Mikko Rasa
Use native win32 functions for rename and unlink
tree
|
commitdiff
2012-07-26
Mikko Rasa
Fix a 64-bit compile error
tree
|
commitdiff
2012-07-15
Mikko Rasa
Do less syscalls in mkpath
tree
|
commitdiff
2012-07-10
Mikko Rasa
Add common_ancestor function
tree
|
commitdiff
2012-07-09
Mikko Rasa
Recognize either separator as the root component
tree
|
commitdiff
2012-07-09
Mikko Rasa
Defer the retrieval of owner/group names until they...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Fix GetSecurityInfo error checking and request appropri...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Use native CreateDirectory/RemoveDirectory calls on...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Return an empty Stat object for nonexistent files on...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Fix name of the rmpath function
tree
|
commitdiff
2012-07-07
Mikko Rasa
Use a self-assignment to copy all members
tree
|
commitdiff
2012-07-06
Mikko Rasa
Add Path::c_str() method
tree
|
commitdiff
2012-07-06
Mikko Rasa
Comment updates
tree
|
commitdiff
2012-07-06
Mikko Rasa
Refactor Path::init
tree
|
commitdiff
2012-07-06
Mikko Rasa
Store an array of separators alongside with the path...
tree
|
commitdiff
2012-07-06
Mikko Rasa
Make FS::Path::Iterator assignable
tree
|
commitdiff
2012-07-06
Mikko Rasa
Very minor refactoring
tree
|
commitdiff
2012-07-06
Mikko Rasa
Add other comparison operators to FS::Path
tree
|
commitdiff
2012-07-06
Mikko Rasa
Style fix: add whitespace
tree
|
commitdiff
2012-07-06
Mikko Rasa
Reorder Path member functions
tree
|
commitdiff
2012-05-10
Mikko Rasa
Add missing headers
tree
|
commitdiff
2011-09-06
Mikko Rasa
Change stat functions so that it's again possible to...
tree
|
commitdiff
2011-08-10
Mikko Rasa
Add a missing #include
tree
|
commitdiff
2011-07-31
Mikko Rasa
Don't throw on win32 if file has no owner or group
tree
|
commitdiff
2011-07-31
Mikko Rasa
Add a flag to make statting directories work on win32
tree
|
commitdiff
2011-07-31
Mikko Rasa
Use 64-bit version of stat syscall, even on 32-bit...
tree
|
commitdiff
2011-07-30
Mikko Rasa
Rewrite the stat functions to expose a platform-indepen...
tree
|
commitdiff
2011-07-28
Mikko Rasa
Remove an unnecessary #include
tree
|
commitdiff
2011-07-28
Mikko Rasa
Exception rework for fs components
tree
|
commitdiff
2011-07-28
Mikko Rasa
Merge branch 'fs-master'
tree
|
commitdiff
2011-07-28
Mikko Rasa
Comment changes
fs-master
tree
|
commitdiff
2011-07-28
Mikko Rasa
Style update: remove alignment
tree
|
commitdiff
2011-07-27
Mikko Rasa
Remove Id tags and copyright notices from source files
tree
|
commitdiff
2011-07-27
Mikko Rasa
Prepare for assimilation into core
tree
|
commitdiff