aboutsummaryrefslogtreecommitdiff
path: root/tests/wildcard/driver.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-21/+5
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-10-01Move path match to path-pattern.?xxKaren Arutyunov1-0/+2
2019-09-28Swap entry and pattern parameters in path_match()Karen Arutyunov1-10/+13
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-30Add match_absent flag for path_{search,match}() functionsKaren Arutyunov1-9/+20
2018-06-01Remove redundant assertion in path_match(path, path, dir_path)Karen Arutyunov1-27/+34
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-6/+22
2017-07-21Fix ambiguity between std::optional and butl::optionalKaren Arutyunov1-0/+2
2017-06-12Add tests and fixes for path_search(pattern,entry)Karen Arutyunov1-14/+35
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 Arutyunov1-3/+3
2017-03-13Add flexibility to path search callback functionKaren Arutyunov1-3/+29
2017-02-13Disable wildcards test driver arguments globbing performed by MinGW runtimeKaren Arutyunov1-0/+11
2017-02-13Implement path_match() and path_search()Boris Kolpackov1-0/+105