aboutsummaryrefslogtreecommitdiff
path: root/tests/fdstream/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12Fix unused static variable warning in Clang 16Boris Kolpackov1-0/+2
2022-11-01Fix getline_non_blocking() and add testKaren Arutyunov1-0/+77
2022-05-10Use our own implementation of C++14 threads on MinGWmingw-stdthreadBoris Kolpackov1-1/+12
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-24/+5
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2021-09-08Factor "buffered streambuf" interface from fdbuf to bufstreambufBoris Kolpackov1-6/+7
Also rename fdbuf to fdstreambuf for consistency.
2020-11-06Add fdselect() overload that also takes timeoutKaren Arutyunov1-6/+31
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov1-12/+26
See mksymlink() for details of the symlinks support on Windows.
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+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 Kolpackov1-3/+3
2019-04-15Add fdread() and fdselect()Karen Arutyunov1-44/+95
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-12-15Add support for fdstream positioningKaren Arutyunov1-0/+280
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-09-24Use std.regex and std.theading modulesBoris Kolpackov1-1/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-6/+26
Note: gave up on VC about half way though.
2017-08-29Use system_clock instead of timestamp::clockKaren Arutyunov1-4/+4
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 Arutyunov1-5/+5
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
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 Arutyunov1-0/+135