1. 25 May, 2010 1 commit
    • Kent Boortz's avatar
      configure.cmake · b2c4dd80
      Kent Boortz authored
       - Reverted a faulty change of MY_SEARCH_LIBS
       - Added the proper change for MY_SEARCH_LIBS and HAVE_<libname>
      b2c4dd80
  2. 21 May, 2010 1 commit
    • Joerg Bruehe's avatar
      Get rid ot the "net retry count" difference which · 9d83e2a7
      Joerg Bruehe authored
      is not needed any more with current versions of FreeBSD.
      (Entries 52410 and 52412 in the Bug DB)
      
      That change is based on Dan Nelson replying on the
      FreeBSD mailing list, freebsd-questions@freebsd.org
      in a thread running from 2010-Apr-29 to 2010-May-1 titled
          "Need info about FreeBSD and interrupted system
           calls for MySQL code"
      
      Also, ensure the cmake settings correspond to the autotools
      ones: Add "HAVE_BROKEN_REALPATH" to cmake.
      
      cmake/os/FreeBSD.cmake:
        With current versions of FreeBSD, threading is not done on
        the user-level any more, so the huge "net retry count"
        is not needed any more.
        However, it is still being kept for now, so that it can be
        re-activated should the need arise.
        
        In addition, set "HAVE_BROKEN_REALPATH" to completely
        mirrot the autotools path.
      configure.in:
        With current versions of FreeBSD, threading is not done on
        the user-level any more, so the huge "net retry count"
        is not needed any more.
        However, it is still being kept for now, so that it can be
        re-activated should the need arise.
        
        Adapt the informational messages to the path taken.
      9d83e2a7
  3. 20 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · 35eecf3d
      Kent Boortz authored
       - Set SIZEOF_VOIDP the same way as others
       - Unindent the no Mac OS settings, to let the checker scripts find the lines
       - Removed duplicate SIZEOF_SIZE_T setting
       - Added missing value for HAVE_CHARSET_ascii
      
      configure.cmake
       - Added HAVE_ prefix to library names, like HAVE_LIBM
       - Set HAVE_CXXABI_H if header is found, HAVE_ABI_CXA_DEMANGLE
         controls if useful
       - Set SIZEOF_VOIDP the same way as others
      35eecf3d
  4. 18 May, 2010 1 commit
    • Kent Boortz's avatar
      config.h.cmake · 8d89b578
      Kent Boortz authored
       - Added missing HAVE_SYS_TIMES_H, HAVE_SYS_TIME_H, HAVE_TIME_H,
         HAVE_TIME and HAVE_TIMES
       - Removed most #if constructs, keep logic in "configure.cmake"
       - Use space after # if inside #if, for consistency
      
      configure.cmake
       - Added MY_CHECK_TYPE_SIZE function that sets both SIZEOF_* and HAVE_*
       - If "sys/stream.h" exists, include it before "sys/ptem.h" in test
       - Set VOID_SIGHANDLER if RETSIGTYPE is set to "void"
      8d89b578
  5. 14 May, 2010 1 commit
  6. 12 May, 2010 1 commit
  7. 11 May, 2010 1 commit
  8. 07 May, 2010 1 commit
  9. 06 May, 2010 1 commit
  10. 05 May, 2010 6 commits
  11. 04 May, 2010 3 commits
  12. 29 Apr, 2010 2 commits
  13. 28 Apr, 2010 6 commits
  14. 27 Apr, 2010 5 commits
  15. 26 Apr, 2010 4 commits
  16. 20 Apr, 2010 1 commit
  17. 19 Apr, 2010 1 commit
  18. 16 Apr, 2010 2 commits
  19. 14 Apr, 2010 1 commit