aboutsummaryrefslogtreecommitdiff
path: root/tests/fdstream
AgeCommit message (Expand)AuthorFilesLines
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov1-12/+26
2020-02-06Drop copyright notice from source codeBoris Kolpackov2-2/+0
2019-08-12Use new fdstream constructorBoris Kolpackov1-1/+1
2019-08-12Apply previous fix to fdstream::open()Boris Kolpackov1-21/+27
2019-08-12Add few fdstream constructor overloadsBoris Kolpackov1-3/+3
2019-05-12Fix the 'possible loss of data' 32-bit VC warningKaren Arutyunov1-1/+1
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-04-15Add fdread() and fdselect()Karen Arutyunov2-44/+98
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-12-15Add support for fdstream positioningKaren Arutyunov1-0/+280
2018-05-19Update copyright yearKaren Arutyunov2-2/+2
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-24Use std.regex and std.theading modulesBoris Kolpackov1-1/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-6/+32
2017-08-29Use system_clock instead of timestamp::clockKaren Arutyunov1-4/+4
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-31Add ifdstream::read_text() and ifdstream::read_binary()Karen Arutyunov1-2/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-7/+7
2017-01-05Update copyright yearBoris Kolpackov2-2/+2
2016-11-14Add fdopen_pipe()Karen Arutyunov1-6/+55
2016-11-03Invent auto_fd, make use of it in fdstreams and processKaren Arutyunov1-8/+9
2016-10-17Support ifdstream non-blocking modeKaren Arutyunov1-4/+89
2016-09-16Optimize fdstream so performance is on par with fstreamKaren Arutyunov1-1/+136
2016-07-28Don't throw bool as exception, compiler support seems buggy thereBoris Kolpackov1-2/+2
2016-07-23Extend fdstreamKaren Arutyunov1-8/+184
2016-07-07Add cpfile()Karen Arutyunov2-0/+142