mariadb/tpool
Vladislav Vaintroub cb545f1116 CMake cleanup
- use FIND_PACKAGE(LIBAIO) to find libaio
- Use standard CMake conventions in Find{PMEM,URING}.cmake
- Drop the LIB from LIB{PMEM,URING}_{INCLUDE_DIR,LIBRARIES}
  It is cleaner, and consistent with how other packages are handled in CMake.
  e.g successful FIND_PACKAGE(PMEM) now sets PMEM_FOUND, PMEM_LIBRARIES,
  PMEM_INCLUDE_DIR, not  LIBPMEM_{FOUND,LIBRARIES,INCLUDE_DIR}.
- Decrease the output. use FIND_PACKAGE with QUIET argument.
- for Linux packages, either liburing, or libaio is required
  If liburing is installed, libaio does not need to be present   .
  Use FIND_PACKAGE([LIBAIO|URING] REQUIRED) if either library is required.
2021-03-23 17:20:17 +01:00
..
aio_liburing.cc MDEV-24883 add io_uring support for tpool 2021-03-15 11:30:17 +02:00
aio_linux.cc MDEV-24883 add io_uring support for tpool 2021-03-15 11:30:17 +02:00
aio_simulated.cc
aio_win.cc
CMakeLists.txt CMake cleanup 2021-03-23 17:20:17 +01:00
task.cc
task_group.cc
tpool.h MDEV-24883 add io_uring support for tpool 2021-03-15 11:30:17 +02:00
tpool_generic.cc MDEV-24883 add io_uring support for tpool 2021-03-15 11:30:17 +02:00
tpool_structs.h
tpool_win.cc
wait_notification.cc