1. 16 Mar, 2015 1 commit
  2. 11 Mar, 2015 1 commit
  3. 10 Mar, 2015 1 commit
  4. 09 Mar, 2015 1 commit
  5. 19 Aug, 2014 1 commit
    • 's avatar
      Fixes for the latest MSVS. · 78da3bf8
      authored
      - ssize_t
      Since Windows does not have ssize_t, we need to include BaseTsd.h and
      use SSIZE_t instead.
      
      - include algorithm
      MSVS 2013 requests developers to include algorithm when they use
      std::min.
      
      By yyanagisawa
      
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@143 eb4d4688-79bd-11dd-afb4-1d65580434c0
      78da3bf8
  6. 05 Mar, 2014 1 commit
  7. 02 Mar, 2014 1 commit
  8. 01 Mar, 2014 1 commit
  9. 31 Oct, 2013 2 commits
  10. 29 Jul, 2013 1 commit
  11. 29 May, 2013 1 commit
  12. 18 Feb, 2013 2 commits
  13. 01 Feb, 2013 3 commits
  14. 31 Jan, 2013 3 commits
  15. 25 Jan, 2013 3 commits
  16. 23 Jan, 2013 2 commits
  17. 22 Jan, 2013 1 commit
  18. 10 Jan, 2013 2 commits
  19. 09 Jan, 2013 3 commits
  20. 22 Nov, 2012 1 commit
  21. 17 Jul, 2012 1 commit
  22. 12 Jul, 2012 1 commit
    • 's avatar
      Reduce compiler warnings on Windows and MacOSX · 4f6088bc
      authored
      DCHECK* causes "warning C4127: conditional expression is constant".
      
      If compiled with -DWIN32_LEAN_AND_MEAN,
      port.h: warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition.
      
      On MacOSX,
      warning: "_END_GOOGLE_NAMESPACE_" redefined
      warning: "_START_GOOGLE_NAMESPACE_" redefined
      because config.h is included
       from base/commandlineflags.h:51
       from logging.cc:60
      and
       from utilities.h:81
       from logging.cc:32
      or so.
      
      Contributed by ukai@
      
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@114 eb4d4688-79bd-11dd-afb4-1d65580434c0
      4f6088bc
  23. 03 Jul, 2012 1 commit
    • 's avatar
      Fix LOG_SYSRESULT · 7c613d61
      authored
      result is expected to be GetLastError() or WSAGetLastError(), so
      we have to convert it to HRESULT by HRESULT_FROM_WIN32 for FAILED()
      macro.
      Use FormatMesssageA (ANSI version). since glog may not work with
      Unicode string.
      
      Contributed by ukai@
      
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@113 eb4d4688-79bd-11dd-afb4-1d65580434c0
      7c613d61
  24. 13 Jun, 2012 1 commit
  25. 14 May, 2012 2 commits
  26. 24 Feb, 2012 1 commit
  27. 12 Jan, 2012 1 commit