aboutsummaryrefslogtreecommitdiff
path: root/tests/dir-iterator/driver.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Add mtime() and atime() to dir_entryKaren Arutyunov1-0/+26
2022-12-12Support detecting inaccessible/dangling entries in dir_iterator, path_search()Karen Arutyunov1-2/+11
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-20/+5
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-18Add ignore_dangling parameter to dir_iterator() ctorKaren Arutyunov1-14/+40
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-5/+21
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-4/+4
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov1-1/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-08-28Quiet down dir-iterator testBoris Kolpackov1-9/+19
2016-05-31Port to MinGWKaren Arutyunov1-0/+3
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-07-17Fix stat/lstat type/ltype to be consistent, use correct *stat()Boris Kolpackov1-3/+3
2015-07-09Implement directory iteration supportBoris Kolpackov1-0/+55