Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 1 | -62/+72 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-10-08 | Fix 'unused variable' warning issued by Clang on Windows | Karen Arutyunov | 1 | -0/+3 | |
2019-08-12 | Add few fdstream constructor overloads | Boris Kolpackov | 1 | -2/+2 | |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 1 | -3/+3 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 1 | -4/+19 | |
Note: gave up on VC about half way though. | |||||
2017-05-31 | Add ifdstream::read_text() and ifdstream::read_binary() | Karen Arutyunov | 1 | -8/+1 | |
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 1 | -3/+3 | |
2017-03-14 | Add mventry(), mvfile() and mvdir() | Karen Arutyunov | 1 | -1/+1 | |
2017-02-17 | Fix cpfile() to throw system_error only | Karen Arutyunov | 1 | -2/+2 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-08-05 | Add empty file copy check to cpfile() test | Karen Arutyunov | 1 | -6/+19 | |
2016-07-23 | Extend fdstream | Karen Arutyunov | 1 | -10/+11 | |
2016-07-07 | Add cpfile() | Karen Arutyunov | 1 | -0/+182 | |