xoviat
|
9c624ce4e3
|
Enable basic windows support (#33)
* windows: fix implementation error
- repair configure_pipe
- allow vector initialization
- add draft destructor
- close pipes correctly
* windows: add some test compatibility
* windows: update readme
* windows: add vector args to check_output
|
2020-01-18 20:01:03 +05:30 |
|
xoviat
|
f6799fcc34
|
WIP: add windows compatibility (#32)
* windows: add util functions
* windows: add cmake files
* windows: add travis.yml
* windows: address compatibility
- set cxx standard
- conditionally exclude codecvt
* windows: improve test coverage
* windows: improve test coverage
* windows: consolidate tests
* windows: disable failing test
* windows: modify read_atmost_n to use file object
* windows: modify read_all to use file object
* windows: update read_all test to use new api
* windows: implement main subprocess logic
* windows: add macro names
* windows: setup comm channels
* windows: compatibility fixes
|
2019-05-09 22:02:58 +05:30 |
|
Arun Muralidharan
|
871577770a
|
Revert "WIP: Add windows compatibility (#30)" (#31)
This reverts commit 5d92f4849276aa313dc1ba56c1556f4cca27fc7f.
|
2019-05-02 12:24:40 +05:30 |
|
xoviat
|
5d92f48492
|
WIP: Add windows compatibility (#30)
* add package files
* add windows compat to subprocess.hpp
* add test modifications
* repair test_read_all
|
2019-05-02 12:02:17 +05:30 |
|
Arun M
|
e6cb89cb6e
|
readme minor missing content #22
|
2019-01-03 22:06:20 +05:30 |
|
mohamedAlaaK
|
d74481c564
|
fixed a bug in util::read_all() function and added a test for it (#23)
|
2019-01-03 21:59:49 +05:30 |
|
arunmu
|
de49e349dc
|
some test changes
|
2016-03-19 23:49:37 +05:30 |
|
arunmu
|
5e1a9c9088
|
Fixed poll return status
|
2016-03-19 18:18:47 +05:30 |
|
arunmu
|
9b2e9229a5
|
Added documentation
|
2016-03-19 17:40:39 +05:30 |
|
arunmu
|
9762f241ae
|
quite a few changes and added functionalities and tests
|
2016-03-19 00:32:58 +05:30 |
|
arunmu
|
cccc08e7c5
|
Uncommented previously commented tests
|
2016-03-18 17:07:52 +05:30 |
|
arunmu
|
aab30d19bf
|
Major issue resolved execv args was not terminated with nullptr
|
2016-03-18 17:06:44 +05:30 |
|
arunmu
|
f409d50c8d
|
overload stream arguments for file pointer and new pipeline test case
|
2016-03-18 15:46:53 +05:30 |
|
arunmu
|
6a81526254
|
Refactored Buffer
|
2016-03-16 14:14:11 +05:30 |
|
arunmu
|
a96466ca18
|
Communicate test case works in the last commit
|
2016-03-16 12:16:21 +05:30 |
|
arunmu
|
18686a79ed
|
communicate implemented - test case not working though
|
2016-03-16 12:12:46 +05:30 |
|
arunmu
|
7260f1a358
|
New test file
|
2016-03-15 20:23:38 +05:30 |
|