Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v11 0/3] popen: Introduce backend engine
@ 2020-02-17 12:18 Cyrill Gorcunov
  2020-02-17 12:18 ` [Tarantool-patches] [PATCH v11 1/3] coio: export helpers Cyrill Gorcunov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cyrill Gorcunov @ 2020-02-17 12:18 UTC (permalink / raw)
  To: tml

In v11 I cleaned up some nits and updated the tests.

issue https://github.com/tarantool/tarantool/issues/4031
branch https://github.com/tarantool/tarantool/tree/gorcunov/gh-4031-popen-11

Cyrill Gorcunov (3):
  coio: export helpers
  popen: introduce a backend engine
  test: unit/popen

 src/box/applier.cc          |    2 +-
 src/lib/core/CMakeLists.txt |    1 +
 src/lib/core/coio.h         |   18 +-
 src/lib/core/popen.c        | 1061 +++++++++++++++++++++++++++++++++++
 src/lib/core/popen.h        |  191 +++++++
 src/main.cc                 |    4 +
 test/unit/CMakeLists.txt    |    3 +
 test/unit/popen.c           |  253 +++++++++
 test/unit/popen.result      |   28 +
 9 files changed, 1555 insertions(+), 6 deletions(-)
 create mode 100644 src/lib/core/popen.c
 create mode 100644 src/lib/core/popen.h
 create mode 100644 test/unit/popen.c
 create mode 100644 test/unit/popen.result


base-commit: f54f4dc03afcc9b34261e6275881f0120faef67e
-- 
2.20.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-27 22:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 12:18 [Tarantool-patches] [PATCH v11 0/3] popen: Introduce backend engine Cyrill Gorcunov
2020-02-17 12:18 ` [Tarantool-patches] [PATCH v11 1/3] coio: export helpers Cyrill Gorcunov
2020-02-17 12:18 ` [Tarantool-patches] [PATCH v11 2/3] popen: introduce a backend engine Cyrill Gorcunov
2020-02-17 12:18 ` [Tarantool-patches] [PATCH v11 3/3] test: unit/popen Cyrill Gorcunov
2020-02-27 22:47 ` [Tarantool-patches] [PATCH v11 0/3] popen: Introduce backend engine Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox