aboutsummaryrefslogtreecommitdiff
path: root/tests/dir-iterator
AgeCommit message (Expand)AuthorFilesLines
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-1/+1
2020-03-10Fix directory symlink tests failing on Windows in Developer ModeKaren Arutyunov1-14/+10
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov1-29/+71
2020-02-06Drop copyright notice from source codeBoris Kolpackov3-3/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-02-16Fix non-detecting dangling junctions if built with mingw gccKaren Arutyunov1-3/+10
2019-02-15Fix directory symlinks support on WindowsKaren Arutyunov1-0/+18
2019-01-16Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-05-18Add ignore_dangling parameter to dir_iterator() ctorKaren Arutyunov2-16/+57
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-5/+27
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+1
2017-07-13Fix tests linkageKaren Arutyunov1-2/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-6/+6
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov1-1/+2
2017-01-05Update copyright yearBoris Kolpackov3-3/+3
2016-12-05Make path::normalize() to preserve ./, invalidate paths starting with \, / on...Karen Arutyunov2-2/+17
2016-12-01Revert no longer necessary quoting in buildfilesBoris Kolpackov1-1/+1
2016-11-23Quote path values when assigned to test.argumentsKaren Arutyunov1-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 Kolpackov2-2/+2
2015-07-24Update for new build2Boris Kolpackov1-0/+1
2015-07-17Fix stat/lstat type/ltype to be consistent, use correct *stat()Boris Kolpackov1-3/+3
2015-07-09Implement directory iteration supportBoris Kolpackov2-0/+62