1. 24 Jul, 2014 2 commits
    • Ewen McNeill's avatar
      z/OS: chmod +x builds/zos/{cxxall,runtests} · f1cd2055
      Ewen McNeill authored
      f1cd2055
    • 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
  2. 23 Jul, 2014 1 commit
  3. 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