1. 18 Feb, 2013 1 commit
    • 's avatar
      Attempt to improve mingw-w64 support · 478a80ca
      authored
      - Set -Isrc/windows for mingw
      - Check existence of sigaction, pread, and pwrite
      - Provide alternative implementation of pread and pwrite
      - Eliminate symlink code for OS_WINDOWS
      - Don't check /proc/self/fd if the OS isn't linux
      - Don't use MSVC specific declarations in port.h for mingw
      
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@135 eb4d4688-79bd-11dd-afb4-1d65580434c0
      478a80ca
  2. 01 Feb, 2013 1 commit
  3. 09 Jan, 2013 1 commit
  4. 22 Nov, 2012 1 commit
  5. 24 Feb, 2012 1 commit
  6. 12 Jan, 2012 1 commit
  7. 11 May, 2011 1 commit
  8. 15 Jun, 2010 1 commit
  9. 28 May, 2010 4 commits
  10. 31 Jul, 2009 1 commit
  11. 08 Jul, 2009 1 commit
  12. 22 Apr, 2009 1 commit
  13. 10 Apr, 2009 2 commits
  14. 07 Apr, 2009 1 commit
  15. 23 Jan, 2009 1 commit
  16. 22 Jan, 2009 1 commit
    • 's avatar
      Better Cygwin support. · c3441fb6
      authored
      - configure.ac: Add -lpthread only if acx_pthread_ok is yes. In cygwin, we use Windows' thread so that we don't need -lpthread.
      - base/mutex.h: Define NOMINMAX before we include windows.h.
      - glog/*.h: Make sure that dllimport doesn't appear in cygwin. Note that windows.h may define _WIN32 macro.
      - utilities.h: Define OS_CYGWIN.
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@30 eb4d4688-79bd-11dd-afb4-1d65580434c0
      c3441fb6
  17. 13 Jan, 2009 1 commit
  18. 05 Jan, 2009 1 commit
  19. 19 Dec, 2008 1 commit
  20. 21 Nov, 2008 1 commit
  21. 19 Nov, 2008 1 commit
  22. 17 Nov, 2008 1 commit
    • 's avatar
      Re-organize the way to produce stacktrace. · f9b58c51
      authored
      Since we introduced the API to set signal handler and print a
      stacktrace, we should avoid glibc's backtrace, which may call malloc.
      Basically, we choose the way to produce a stacktrace as same as
      perftools.
      
      Also, I removed GetStackFrames, which is not used and not implemented
      with glibc.
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@16 eb4d4688-79bd-11dd-afb4-1d65580434c0
      f9b58c51
  23. 30 Oct, 2008 1 commit
  24. 17 Oct, 2008 1 commit
  25. 07 Oct, 2008 1 commit