Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-07 | Use [cmdline] type for canned commands in testscripts | Karen Arutyunov | 1 | -5/+5 | |
2021-09-28 | Get rid of C++ modules related code and rename *.mxx files to *.hxx | Karen Arutyunov | 1 | -20/+5 | |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 1 | -2/+3 | |
2020-03-17 | Fix ln builtin not to complete relative target against working directory | Karen Arutyunov | 1 | -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-10 | Fix directory symlink tests failing on Windows in Developer Mode | Karen Arutyunov | 1 | -14/+10 | |
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 1 | -29/+71 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 3 | -3/+0 | |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 2 | -4/+3 | |
2019-02-16 | Fix non-detecting dangling junctions if built with mingw gcc | Karen Arutyunov | 1 | -3/+10 | |
2019-02-15 | Fix directory symlinks support on Windows | Karen Arutyunov | 1 | -0/+18 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 3 | -3/+3 | |
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 | 2 | -16/+57 | |
2017-10-01 | Only enable modularized build if forced | Boris Kolpackov | 1 | -6/+1 | |
The two boolean command line variables that control this are: force_modules force_std_modules | |||||
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 2 | -5/+27 | |
Note: gave up on VC about half way though. | |||||
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-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 2 | -6/+6 | |
2017-01-09 | Add operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+2 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 3 | -3/+3 | |
2016-12-05 | Make path::normalize() to preserve ./, invalidate paths starting with \, / ↵ | Karen Arutyunov | 2 | -2/+17 | |
on Windows | |||||
2016-12-01 | Revert no longer necessary quoting in buildfiles | Boris Kolpackov | 1 | -1/+1 | |
2016-11-23 | Quote path values when assigned to test.arguments | Karen Arutyunov | 1 | -1/+1 | |
2016-08-28 | Quiet down dir-iterator test | Boris Kolpackov | 1 | -9/+19 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 1 | -0/+3 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2015-07-24 | Update for new build2 | Boris Kolpackov | 1 | -0/+1 | |
2015-07-17 | Fix stat/lstat type/ltype to be consistent, use correct *stat() | Boris Kolpackov | 1 | -3/+3 | |
2015-07-09 | Implement directory iteration support | Boris Kolpackov | 2 | -0/+62 | |