head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.26 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.24 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.22 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.20 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.18 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.16 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.14 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.12 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.01.15.42.22; author adam; state Exp; branches; next 1.1; commitid oCFffuwjFWCBYQ7E; 1.1 date 2022.10.08.13.15.07; author adam; state Exp; branches; next ; commitid CptQ5IoTY1UxTUWD; desc @@ 1.2 log @cppzmq: updated to 4.9.0 v4.9.0 Type-safe socket.get(sockopt::type) GCC C++14 fix Support ZMQ_ONLY_FIRST_SUBSCRIBE Add pkg-config file and instructions Fix missing include Fix monitor test failures Improved documentation @ text @@@comment $NetBSD: PLIST,v 1.1 2022/10/08 13:15:07 adam Exp $ include/zmq.hpp include/zmq_addon.hpp lib/pkgconfig/cppzmq.pc share/cmake/cppzmq/cppzmqConfig.cmake share/cmake/cppzmq/cppzmqConfigVersion.cmake share/cmake/cppzmq/cppzmqTargets.cmake share/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake @ 1.1 log @cppzmq: added version 4.8.1 cppzmq is a C++ binding for libzmq. It has the following design goals: * cppzmq maps the libzmq C API to C++ concepts. In particular: - it is type-safe (the libzmq C API exposes various class-like concepts as void*) - it provides exception-based error handling (the libzmq C API provides errno-based error handling) - it provides RAII-style classes that automate resource management (the libzmq C API requires the user to take care to free resources explicitly) * cppzmq is a light-weight, header-only binding. You only need to include the header file zmq.hpp (and maybe zmq_addon.hpp) to use it. * zmq.hpp is meant to contain direct mappings of the abstractions provided by the libzmq C API, while zmq_addon.hpp provides additional higher-level abstractions. @ text @d1 1 a1 1 @@comment $NetBSD$ d4 1 @