Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-17 | Add readsymlink(), followsymlink(), and try_followsymlink() | Karen Arutyunov | 1 | -1/+90 | |
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 1 | -17/+76 | |
See mksymlink() for details of the symlinks support on Windows. | |||||
2020-03-03 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 1 | -31/+12 | |
2020-03-02 | Backup | Karen Arutyunov | 1 | -12/+31 | |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 1 | -3/+3 | |
2019-02-16 | Fix non-detecting dangling junctions if built with mingw gcc | Karen Arutyunov | 1 | -0/+48 | |
2019-02-15 | Fix directory symlinks support on Windows | Karen Arutyunov | 1 | -2/+32 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-18 | Add ignore_dangling parameter to dir_iterator() ctor | Karen Arutyunov | 1 | -2/+2 | |
2018-04-28 | Fix function name in link test | Karen Arutyunov | 1 | -1/+1 | |
2018-04-28 | Add support for directory symlinks on Windows | Karen Arutyunov | 1 | -9/+55 | |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 1 | -4/+18 | |
Note: gave up on VC about half way though. | |||||
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 1 | -3/+3 | |
2017-01-09 | Add operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-07-28 | Redesign path to store trailing slash for directories | Boris Kolpackov | 1 | -4/+8 | |
2016-07-23 | Extend fdstream | Karen Arutyunov | 1 | -7/+5 | |
2016-06-23 | Add mkslink(), mkhlink() | Karen Arutyunov | 1 | -0/+141 | |