1. 05 Apr, 2012 1 commit
  2. 07 Feb, 2012 1 commit
  3. 19 Jan, 2012 1 commit
  4. 03 Dec, 2011 2 commits
  5. 09 Nov, 2011 2 commits
  6. 31 Oct, 2011 1 commit
  7. 26 Oct, 2011 1 commit
  8. 04 Oct, 2011 1 commit
  9. 04 Sep, 2011 1 commit
  10. 15 Aug, 2011 2 commits
  11. 26 Jul, 2011 1 commit
  12. 15 Jul, 2011 1 commit
  13. 03 Jul, 2011 1 commit
  14. 09 Apr, 2011 1 commit
  15. 04 Apr, 2011 1 commit
  16. 02 Apr, 2011 3 commits
  17. 31 Mar, 2011 1 commit
  18. 23 Mar, 2011 1 commit
  19. 07 Feb, 2011 1 commit
  20. 05 Feb, 2011 1 commit
  21. 12 Jan, 2011 1 commit
  22. 18 Dec, 2010 1 commit
  23. 07 Dec, 2010 2 commits
  24. 01 Dec, 2010 3 commits
    • Steven McCoy's avatar
      Bump OpenPGM to 5.0.92. · 4a3ed39a
      Steven McCoy authored
      Signed-off-by: 's avatarSteven McCoy <steven.mccoy@miru.hk>
      4a3ed39a
    • Martin Lucina's avatar
      520d6210
    • 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
  25. 25 Nov, 2010 1 commit
  26. 19 Nov, 2010 1 commit
    • 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
  27. 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
  28. 17 Nov, 2010 4 commits
  29. 15 Nov, 2010 1 commit