cppzmq/tests
Gudmundur Adalsteinsson a3e5b54c3c
Problem: Socket options lack type-safety (#393)
Solution: Implement a type for each socket option.

Each option has an associated type, therefore they
can't be simply defined as an enum class.

Use new sockopt getter in test util

Add socket option get function for strings and tests
2020-03-24 09:33:50 +01:00
..
cmake Problem #268: CTest output without tests details 2019-01-23 08:48:11 +00:00
active_poller.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
buffer.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
CMakeLists.txt Problem: lack conversion message_t and multipart_t (#391) 2020-03-20 10:59:15 +01:00
codec_multipart.cpp Problem: lack conversion message_t and multipart_t (#391) 2020-03-20 10:59:15 +01:00
context.cpp Problem: Macros not defined in older versions (#386) 2020-02-21 11:29:12 +01:00
message.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
monitor.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
multipart.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
poller.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
recv_multipart.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
send_multipart.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
socket_ref.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00
socket.cpp Problem: Socket options lack type-safety (#393) 2020-03-24 09:33:50 +01:00
testutil.hpp Problem: Socket options lack type-safety (#393) 2020-03-24 09:33:50 +01:00
utilities.cpp Reformat all files with clang-format 2020-01-28 11:11:31 +01:00