Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate complete bindings to libzmq #232

Merged
merged 7 commits into from
Jul 17, 2024
Merged

Generate complete bindings to libzmq #232

merged 7 commits into from
Jul 17, 2024

Commits on Jul 15, 2024

  1. Generate bindings for zmq.h using Clang.jl

    Along with some extra methods we need for the Message type.
    JamesWrigley committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    00ab805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c31787 View commit details
    Browse the repository at this point in the history
  3. Make the _Message API require using Ref{_Message}'s

    Using plain _Message's with most of these functions is likely incorrect.
    JamesWrigley committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4f93d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb46b5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f2bf76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    806f74c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd4473b View commit details
    Browse the repository at this point in the history