aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.ixx
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-2/+2
2022-12-12Add support for omitting sub-projects from b_info() resultKaren Arutyunov1-26/+0
2022-12-12Support detecting inaccessible/dangling entries in dir_iterator, path_search()Karen Arutyunov1-6/+6
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-0/+3
2021-03-18Add try_rmfile_ignore_error()Boris Kolpackov1-0/+17
2020-03-17Add readsymlink(), followsymlink(), and try_followsymlink()Karen Arutyunov1-0/+11
2020-03-09Fix file_empty() to follow symlinksKaren Arutyunov1-1/+1
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-10-01Move path match to path-pattern.?xxKaren Arutyunov1-127/+0
2019-09-27Add support for bracket expressions in wildcard pattern matchingKaren Arutyunov1-0/+127
2019-02-15Fix rmdir_r() that may throw system_error regardless of ignore_error flag valueKaren Arutyunov1-1/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-30Add match_absent flag for path_{search,match}() functionsKaren Arutyunov1-0/+26
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-18Add ignore_dangling parameter to dir_iterator() ctorKaren Arutyunov1-2/+2
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-2/+0
2017-07-21Improve auto_rmBoris Kolpackov1-6/+7
2017-05-19Add missing header inclusionBoris Kolpackov1-0/+2
2017-05-19Add file_empty(), extend path_entry() to return sizeBoris Kolpackov1-0/+16
2017-05-02Make dir_iterator move-ctor noexcept, revert previous workaroundBoris Kolpackov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-0/+144