aboutsummaryrefslogtreecommitdiff
path: root/tests/link
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-03-17Add readsymlink(), followsymlink(), and try_followsymlink()Karen Arutyunov3-2/+170
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov1-17/+76
2020-03-03Revert previous (erroneously pushed to master) commitKaren Arutyunov1-31/+12
2020-03-02BackupKaren Arutyunov1-12/+31
2020-02-06Drop copyright notice from source codeBoris Kolpackov2-2/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-02-16Fix non-detecting dangling junctions if built with mingw gccKaren Arutyunov1-0/+48
2019-02-15Fix directory symlinks support on WindowsKaren Arutyunov1-2/+32
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-05-19Update copyright yearKaren Arutyunov2-2/+2
2018-05-18Add ignore_dangling parameter to dir_iterator() ctorKaren Arutyunov1-2/+2
2018-04-28Fix function name in link testKaren Arutyunov1-1/+1
2018-04-28Add support for directory symlinks on WindowsKaren Arutyunov1-9/+55
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-4/+24
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+1
2017-07-13Fix tests linkageKaren Arutyunov1-2/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-5/+5
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov2-2/+2
2016-07-28Redesign path to store trailing slash for directoriesBoris Kolpackov1-4/+8
2016-07-23Extend fdstreamKaren Arutyunov1-7/+5
2016-06-23Add mkslink(), mkhlink()Karen Arutyunov2-0/+148