1. 10 Mar, 2018 1 commit
    • Manuel Segura's avatar
      Pull request to merge porting to WindRiver VxWorks 6.x (#2966) · 4726f726
      Manuel Segura authored
      * Problem: Still need to port over more files to VxWorks 6.x
      
      Solution: Port more files to VxWorks 6.x
      
      * Problem: Need to port over remaining files to VxWorks 6.x. Also remove POSIX thread dependency for VxWorks (because of priority inversion problem in POSIX mutexes with VxWorks 6.x processes)
      
      Solution: Port over remaining files to VxWorks 6.x. Also removed POSIX thread dependency for VxWorks
      
      * Problem: Needed to modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x.
      
      Solution:  Modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x
      4726f726
  2. 24 Jul, 2014 1 commit
  3. 22 Jul, 2014 1 commit
    • 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