1. 15 Oct, 2010 4 commits
  2. 13 Oct, 2010 1 commit
  3. 12 Oct, 2010 3 commits
  4. 11 Oct, 2010 7 commits
  5. 07 Oct, 2010 2 commits
  6. 06 Oct, 2010 7 commits
  7. 05 Oct, 2010 13 commits
  8. 04 Oct, 2010 3 commits
    • Vladislav Vaintroub's avatar
      73e139c4
    • Vladislav Vaintroub's avatar
      More fixes after WL1054 push: · 7c4404b6
      Vladislav Vaintroub authored
      - fix ~20 warnings about redefinition of HAVE_DLOPEN 
        This was caused by new ADD_DEFINITIONS(-DHAVE_DLOPEN) inside client library CMakeLists.txt
      
      - fix dlerror() message which ("static build?" )  which is only confusing on Windows,
        there is no "static build"
      7c4404b6
    • Vladislav Vaintroub's avatar
      Fix compile error on Windows after WL#1054 push. · c6de6320
      Vladislav Vaintroub authored
      The error was introduced by typo in variable name (errormsg instead of correct
      errmsg)
      
      - Also, precache  HAVE_PEERCRED to OFF in cmake\os\WindowsCache.cmake
      (to avoid useless system check).
      - Also, add missing check for errors from FormatMessage().
      
      - Also, remove annoying CMake debug printout of MALLOC_LIB if this is not set.
      c6de6320