1. 01 Feb, 2016 3 commits
  2. 28 Jan, 2016 1 commit
  3. 02 Jun, 2015 1 commit
  4. 24 Jul, 2014 5 commits
    • Ewen McNeill's avatar
      z/OS: Updated portability notes · 326dec06
      Ewen McNeill authored
      Updated:
          builds/zos/README.md: Updated with portability notes resulting
             from building zeromq/libzmq/master as of 2014-07-23 on z/OS
             UNIX System Services.
      
             Current z/OS UNIX status: all expected tests pass, except
             "test_proxy", which hangs and times out.
      326dec06
    • Ewen McNeill's avatar
      z/OS: chmod +x builds/zos/{cxxall,runtests} · f1cd2055
      Ewen McNeill authored
      f1cd2055
    • Ewen McNeill's avatar
      256c32d1
    • Ewen McNeill's avatar
      z/OS: Autodetect tests to run · b27bafff
      Ewen McNeill authored
      Updated:
          builds/zos/runtests: Extract tests to run from tests/Makefile.am
            at runtime, rather than hard coding tests list (to simplfy
            later maintenance).  test_*_tipc is excluded as BUILD_TIPC is
            not defined on z/OS UNIX System Services.  XFAIL_TESTS are also
            excluded, following current logic in tests/Makefile.am
      b27bafff
    • Ewen McNeill's avatar
      z/OS: Update build defines: · 9d4f719e
      Ewen McNeill authored
      Updated:
          builds/zos/cxxall: Defines ZMQ_HAVE_ZOS for platform portability;
              define ZMQ_USE_POLL _instead_ of ZMQ_FORCE_POLL, due to change
              in src/poller.hpp since ZeroMQ 4.0.x branch
      9d4f719e
  5. 23 Jul, 2014 4 commits
  6. 22 Jul, 2014 2 commits
    • Ewen McNeill's avatar
      Extend z/OS UNIX port to allow building DLL · f72f4b25
      Ewen McNeill authored
      Updated:
         README.md:  describes process of building/using DLL
         makelibzmq: Build DLL as well as static library (unless BUILD_DLL=false)
         maketests:  Dynamically link to ../src/libzmq.so if present
         runtests:   Explicitly place ../src at start of LIBPATH
         makeclean:  Also remove files created for DLL
         cxxall:     Bumped updated date to reflect last edit
      f72f4b25
    • Ewen McNeill's avatar
      builds/zos/* portability files to z/OS UNIX · 6e0c1c0a
      Ewen McNeill authored
      builds/zos includes:
          README.md: Overview of z/OS UNIX System Services port (Markdown)
          makelibzmq: Compile src/*.cpp and make libzmq.a
          maketests:  Compile tests/*.cpp and make test_* executables
          runtests:   Run tests/test_* executables and report results
          makeclean:  Remove built files
          zc++: /bin/c++ wrapper supplying required build arguments
          cxxall: run zc++ for all *.cpp files in directory
      
          platform.hpp: pre-generated (and edited) src/platform.hpp for z/OS
          test_fork.cpp: updated tests/test_fork.cpp that completes on z/OS
      6e0c1c0a