Age | Commit message (Expand) | Author | Files | Lines |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 2 | -4/+3 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 1 | -10/+10 |
2019-01-16 | Update copyright year | Karen Arutyunov | 3 | -3/+3 |
2018-12-01 | Change path_search() to only match directory absent components in 'match abse... | Karen Arutyunov | 1 | -29/+105 |
2018-11-30 | Add match_absent flag for path_{search,match}() functions | Karen Arutyunov | 2 | -9/+101 |
2018-06-01 | Remove redundant assertion in path_match(path, path, dir_path) | Karen Arutyunov | 1 | -27/+34 |
2018-05-19 | Update copyright year | Karen Arutyunov | 3 | -3/+3 |
2018-05-19 | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 1 | -1/+1 |
2018-05-18 | Add ignore_dangling parameter to dir_iterator() ctor | Karen Arutyunov | 1 | -1/+15 |
2017-10-01 | Only enable modularized build if forced | Boris Kolpackov | 1 | -6/+1 |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 2 | -6/+28 |
2017-07-21 | Fix ambiguity between std::optional and butl::optional | Karen Arutyunov | 1 | -0/+2 |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 1 | -1/+1 |
2017-07-13 | Fix tests linkage | Karen Arutyunov | 1 | -2/+2 |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1/+1 |
2017-06-12 | Add tests and fixes for path_search(pattern,entry) | Karen Arutyunov | 2 | -41/+632 |
2017-06-08 | Add path_match() and path_search() overloads | Karen Arutyunov | 1 | -3/+52 |
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 2 | -5/+5 |
2017-03-13 | Add flexibility to path search callback function | Karen Arutyunov | 2 | -3/+207 |
2017-03-09 | Fix path_match() character case sensitivity on Windows | Karen Arutyunov | 1 | -0/+13 |
2017-02-13 | Disable wildcards test driver arguments globbing performed by MinGW runtime | Karen Arutyunov | 1 | -0/+11 |
2017-02-13 | Implement path_match() and path_search() | Boris Kolpackov | 3 | -0/+490 |