aboutsummaryrefslogtreecommitdiff
path: root/tests/wildcard
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-1/+1
Now it preserves the relative path when creates a symlink and completes it against the link directory when creates a hardlink or a copy.
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov1-20/+32
See mksymlink() for details of the symlinks support on Windows.
2020-02-06Drop copyright notice from source codeBoris Kolpackov3-3/+0
2019-10-01Move path match to path-pattern.?xxKaren Arutyunov1-0/+2
2019-09-28Swap entry and pattern parameters in path_match()Karen Arutyunov2-165/+168
2019-09-27Add support for bracket expressions in wildcard pattern matchingKaren Arutyunov1-2/+68
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov1-10/+10
2019-01-16Update copyright yearKaren Arutyunov3-3/+3
2018-12-01Change path_search() to only match directory absent components in 'match ↵Karen Arutyunov1-29/+105
absent' mode
2018-11-30Add match_absent flag for path_{search,match}() functionsKaren Arutyunov2-9/+101
2018-06-01Remove redundant assertion in path_match(path, path, dir_path)Karen Arutyunov1-27/+34
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 Arutyunov1-1/+15
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
The two boolean command line variables that control this are: force_modules force_std_modules
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-6/+28
Note: gave up on VC about half way though.
2017-07-21Fix ambiguity between std::optional and butl::optionalKaren Arutyunov1-0/+2
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-06-12Add tests and fixes for path_search(pattern,entry)Karen Arutyunov2-41/+632
2017-06-08Add path_match() and path_search() overloadsKaren Arutyunov1-3/+52
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-5/+5
2017-03-13Add flexibility to path search callback functionKaren Arutyunov2-3/+207
2017-03-09Fix path_match() character case sensitivity on WindowsKaren Arutyunov1-0/+13
2017-02-13Disable wildcards test driver arguments globbing performed by MinGW runtimeKaren Arutyunov1-0/+11
2017-02-13Implement path_match() and path_search()Boris Kolpackov3-0/+490