1. 28 May, 2010 7 commits
  2. 14 May, 2010 1 commit
  3. 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
  4. 18 Jan, 2010 1 commit
  5. 11 Nov, 2009 2 commits
  6. 07 Oct, 2009 1 commit
  7. 31 Jul, 2009 2 commits
  8. 30 Jul, 2009 4 commits
  9. 29 Jul, 2009 4 commits
  10. 27 Jul, 2009 5 commits
  11. 08 Jul, 2009 4 commits
  12. 07 Jul, 2009 1 commit
  13. 20 May, 2009 1 commit
    • 's avatar
      Encapsulate the definition of Mutex into glog's internal namespace. · c1995cd4
      authored
      This will fix the issue a user in Japan reported in his blog.
      
      http://kzk9.net/blog/2009/05/deadlock_with_gflags_and_glog_2.html
      
      According to his description, when he use glog and gflags-1.1, gflags'
      code uses glog's Mutex, the Mutex cannot lock the pthread_mutex, and
      the program stops.
      
      The bug happens with the combination of gflags-1.1 and glog. It seems
      that the issue was caused by incompatibility of Mutex classes. Though I
      couldn't reproduce this issue, the reporter of this bug said that
      adding namespace fixes the problem and I think it is generally good
      idea to use namespace for this kind of common component to avoid
      incompatibilities. So, I check this change in now. This patch
      will protect glog from future changes on Mutex as well.
      --This line, and  those below, will be ignored--
      
      M    src/base/mutex.h
      
      
      git-svn-id: https://google-glog.googlecode.com/svn/trunk@51 eb4d4688-79bd-11dd-afb4-1d65580434c0
      c1995cd4
  14. 19 May, 2009 1 commit
  15. 22 Apr, 2009 1 commit
  16. 10 Apr, 2009 3 commits
  17. 09 Apr, 2009 1 commit