Configuration, documentation etc. is provided in the coro.h file. Please note that the file conftest.c in this distribution is under the GPL. It is not needed for proper operation of this library though, for that, coro.h and coro.c suffice. Marc Lehmann <schmorp@schmorp.de>
Konstantin Osipov
authored
Move third_party library compilation to the top level (less directory traversal). Provide an option for using system LibEIO/libobjc. Enforce a naming convention for cmake/ scripts (Find* and Build*). Move ev and eio wrappers to third-party (todo: delete them completely). There is one (known) problem with this patch: tarantool --version now prints incorrect compile flags. To be fixed in a separate patch.