1. 01 Dec, 2010 4 commits
    • Martin Lucina's avatar
      Documentation updates for 2.1 · b70d628f
      Martin Lucina authored
      - Clarify ZMQ_LINGER, zmq_close (), zmq_term () relationship
      - New socket options
      - Clarify thread safety of sockets and migration between threads
      - Other minor and spelling fixes
      Signed-off-by: 's avatarMartin Lucina <mato@kotelna.sk>
      b70d628f
    • Mikko Koppanen's avatar
      Prefix variables with "ac_zmq_" · 5bb0a339
      Mikko Koppanen authored
       - Added a macro for checking clang compiler
       - Moved basic compiler checks to a macro
       - Added a macro for checking if compiler supports a flag
       - Added --enable-debug flag
       - Added a macro for running normal autoconf check with compiler flags
       - Added a macro for checking for verbose flag for different compilers (-Wall)
       - Added a macro for turning on strict standards compliance
       - Added a macro for turning warnings to errors
       - Added a macro for checking if compiler supports given pragma
       - Most of the flags now go through checks if the compilers supports them
         rather than enumerating different compilers
       - Added DSO symbol visibility for sun compiler
       - Enabled verbose mode for sun compiler
       - Fixed build for ICC 12.x by adding -wd279 to size_t checks
       - Removed pkg-config checks as those don't seem to be used anywhere
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      5bb0a339
    • Martin Sustrik's avatar
      Merge branch 'maint' · 17d7e6ed
      Martin Sustrik authored
      * maint:
        Remove unnecessary cast in kevent_delete
      
      Conflicts:
      	src/kqueue.cpp
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      17d7e6ed
    • Martin Lucina's avatar
      Remove unnecessary cast in kevent_delete · 289b1f5c
      Martin Lucina authored
      Fixes the build on NetBSD where the compiler complains about casting NULL
      to (int).
      Signed-off-by: 's avatarMartin Lucina <mato@kotelna.sk>
      289b1f5c
  2. 29 Nov, 2010 1 commit
  3. 27 Nov, 2010 2 commits
  4. 25 Nov, 2010 3 commits
  5. 22 Nov, 2010 2 commits
  6. 19 Nov, 2010 2 commits
    • Martin Sustrik's avatar
      Problem with blob_t initialisation fixed. · ac40680e
      Martin Sustrik authored
      HP's version of STL doesn't allow for initialisation of basic_string
      (blob_t) using NULL pointer, while SGI's implementation is OK with
      that. Fixed.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      ac40680e
    • Mikko Koppanen's avatar
      Add a check that the compiler actually works. · edf7c18d
      Mikko Koppanen authored
      The patch tests that the C and C++ compilers actually exist
      and work. autoconf seems to default to 'g++' when C++ compiler is not
      found, which causes the following error (when the compiler isn't
      there):
      
      checking for uuid_generate in -luuid... no
      configure: error: cannot link with -luuid, install uuid-dev.
      
      The config.log contains the real error message "g++ command not found"
      but the error message shown to the user is misleading.
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      edf7c18d
  7. 18 Nov, 2010 1 commit
    • Mikko Koppanen's avatar
      Run autoupdate on the configure.in · 945c931d
      Mikko Koppanen authored
      I ran autoupdate on the configure.in, which generated most of the
      patch attached. There is also a small manual fix in which removes the
      warning "Remember to add LT_INIT to configure.in" which I assume is
      because AC_PROG_LIBTOOL was called inside a macro.
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      945c931d
  8. 17 Nov, 2010 5 commits
  9. 16 Nov, 2010 3 commits
  10. 15 Nov, 2010 1 commit
  11. 13 Nov, 2010 2 commits
  12. 12 Nov, 2010 3 commits
  13. 06 Nov, 2010 1 commit
  14. 05 Nov, 2010 2 commits
  15. 04 Nov, 2010 6 commits
  16. 02 Nov, 2010 2 commits