aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-28Fix try_rmfile() to remove symlinks on WindowsKaren Arutyunov1-9/+24
2018-04-28Few bug fixesBoris Kolpackov1-1/+1
2018-04-28Improve rmsymlink() interfaceBoris Kolpackov1-7/+6
2018-04-28Add support for directory symlinks on WindowsKaren Arutyunov1-19/+174
2018-03-20Fix compile-time errors when build with clang on MacOSKaren Arutyunov1-6/+8
2018-03-19Add support for copying file timestamps by cpfile()Karen Arutyunov1-36/+167
2018-02-08Make try_rmfile() to delete read-only files on WindowsKaren Arutyunov1-2/+26
2017-11-23Make some functions staticBoris Kolpackov1-10/+12
2017-10-04Add ignore_error parameter for path_entry() and *_exists() functionsKaren Arutyunov1-10/+10
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-11/+36
2017-07-22Add touch_file() filesystem functionBoris Kolpackov1-0/+29
2017-06-15Adapt for ln testscript builtinKaren Arutyunov1-1/+25
2017-06-14Minor performance fixKaren Arutyunov1-1/+1
2017-06-12Add tests and fixes for path_search(pattern,entry)Karen Arutyunov1-22/+111
2017-06-08Add path_match() and path_search() overloadsKaren Arutyunov1-132/+359
2017-05-19Add file_empty(), extend path_entry() to return sizeBoris Kolpackov1-19/+22
2017-05-02Make dir_iterator move-ctor noexcept, revert previous workaroundBoris Kolpackov1-7/+0
2017-05-02Clang's libc++ workaroundBoris Kolpackov1-0/+7
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-0/+1396