1. 22 Nov, 2012 1 commit
  2. 05 Sep, 2011 2 commits
  3. 27 Jul, 2009 1 commit
  4. 08 Jul, 2009 1 commit
  5. 04 Mar, 2009 1 commit
  6. 28 Jan, 2009 1 commit
  7. 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
  8. 15 Jan, 2009 1 commit
  9. 09 Jan, 2009 1 commit
  10. 19 Dec, 2008 1 commit
  11. 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
  12. 17 Oct, 2008 1 commit
  13. 07 Oct, 2008 1 commit