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. 10 Jan, 2013 1 commit
  3. 22 Nov, 2012 1 commit
  4. 12 Jan, 2012 1 commit
  5. 05 Sep, 2011 3 commits
  6. 15 Jun, 2010 2 commits
  7. 20 Jan, 2010 1 commit
    • 's avatar
      Use GLOG_* environment variables even when gflags is installed. · cb350102
      authored
      Define GLOG_DEFINE_*, which checks if the GLOG_* environment variable
      is defined. If defined, GLOG_DEFINE_* passes the value and otherwise,
      it passes the original default value. In this way, GLOG_DEFINE_* macro
      uses the value specified by gflags first, then GLOG_* environment
      variables, and finally it uses the default value if neither of them are
      specified.
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@76 eb4d4688-79bd-11dd-afb4-1d65580434c0
      cb350102
  8. 30 Jul, 2009 1 commit
  9. 29 Jul, 2009 3 commits
  10. 10 Apr, 2009 1 commit
  11. 09 Apr, 2009 1 commit
  12. 10 Mar, 2009 1 commit
  13. 28 Jan, 2009 1 commit
  14. 23 Jan, 2009 1 commit
  15. 15 Jan, 2009 1 commit
  16. 09 Jan, 2009 1 commit
  17. 19 Dec, 2008 1 commit
  18. 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
  19. 30 Oct, 2008 1 commit
  20. 17 Oct, 2008 2 commits
  21. 07 Oct, 2008 1 commit