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

Problems: DRAFT build broken in CentOS 6, missing bits in documentation #2791

Merged
merged 4 commits into from
Oct 17, 2017

Commits on Oct 17, 2017

  1. Problem: formatting error in zmq_ctx_set

    Solution: fix it
    bluca committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    cc8d358 View commit details
    Browse the repository at this point in the history
  2. Problem: zmq_proxy_steerable manpage does not mention multipart

    Solution: mention that the STATISTICS command returns a message with 8
    frames
    bluca committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    55a347c View commit details
    Browse the repository at this point in the history
  3. Problem: DRAFT build broken with old GCC due to GNU modifier

    Solution: print unsigned integers instead of size_t to avoid the error:
    
      error: ISO C++ does not support the 'z' gnu_printf length modifier
    
    due to very old version of GCC.
    bluca committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    2e2c22d View commit details
    Browse the repository at this point in the history
  4. Problem: DRAFT build broken with old GCC due to missing SIZE_MAX

    Solution: define __STDC_LIMIT_MACROS in test_timers.cpp before
    including testutil.hpp so that the definitions are included
    bluca committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    bd2ff7f View commit details
    Browse the repository at this point in the history