- 09 Jan, 2013 1 commit
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@117 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 22 Nov, 2012 1 commit
-
-
http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/glog/files/ Since FreeBSD do not have gettid system call unlikely to MacOSX, I modified utilities.h not to use that on FreeBSD: * FreeBSD lacks gettid syscall. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/syscalls.master?rev=1.276;content-type=text%2Fplain * MacOSX gettid == 286. http://www.opensource.apple.com/source/xnu/xnu-1504.3.12/bsd/kern/syscalls.master As for the fix of stacktrace, we use a different approach. Even in FreeBSD, package gcc44/gcc46 has unwind.h. As a result, checking unwind.h should be natural solution. This patch was given by yyanagisawa git-svn-id: https://google-glog.googlecode.com/svn/trunk@116 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 17 Jul, 2012 1 commit
-
-
They are necessary because GLOG_MSVC_* will be expanded at DCHECK git-svn-id: https://google-glog.googlecode.com/svn/trunk@115 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 12 Jul, 2012 1 commit
-
-
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
-
- 03 Jul, 2012 1 commit
-
-
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
-
- 13 Jun, 2012 1 commit
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@112 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 14 May, 2012 2 commits
-
-
This patch is given in http://code.google.com/p/google-glog/issues/detail?id=114 git-svn-id: https://google-glog.googlecode.com/svn/trunk@111 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=119 git-svn-id: https://google-glog.googlecode.com/svn/trunk@110 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 24 Feb, 2012 1 commit
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@109 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 12 Jan, 2012 7 commits
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@108 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@107 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
Unfortunately, clang produces warnings for them git-svn-id: https://google-glog.googlecode.com/svn/trunk@106 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
This happens due to the reason I wrote in stl_logging.h. We don't need utilities.h (which includes logging.h) so we can just remove it. git-svn-id: https://google-glog.googlecode.com/svn/trunk@105 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@104 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
Clang needs this change. git-svn-id: https://google-glog.googlecode.com/svn/trunk@103 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
We should use the second argument of AC_TRY_LINK. Otherwise, the main function defined twice and this test does never succeed. git-svn-id: https://google-glog.googlecode.com/svn/trunk@102 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 11 Jan, 2012 1 commit
-
-
Users can control if usual log severity values will be defined by GLOG_NO_ABBREVIATED_SEVERITIES. For http://code.google.com/p/google-glog/issues/detail?id=105 git-svn-id: https://google-glog.googlecode.com/svn/trunk@101 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 29 Dec, 2011 2 commits
-
-
-Werror. Fixes issue 98. git-svn-id: https://google-glog.googlecode.com/svn/trunk@100 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@99 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 28 Dec, 2011 1 commit
-
-
hold when using certain compiler settings (for example, -O3 -g2 with GCC). Fixes issue 107. git-svn-id: https://google-glog.googlecode.com/svn/trunk@98 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 05 Sep, 2011 4 commits
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@97 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=69 git-svn-id: https://google-glog.googlecode.com/svn/trunk@96 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=92 git-svn-id: https://google-glog.googlecode.com/svn/trunk@95 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 11 May, 2011 1 commit
-
-
Remove autogen.sh, since you can just use autoreconf instead. Ran autoreconf and fixed a couple of issues that popped up in configure.ac and m4/ac_rwlock.m4. This updates the configuration files to automake/aclocal 1.11.1 (from 1.10.1) and to autoconf 2.65 (from 2.61). git-svn-id: https://google-glog.googlecode.com/svn/trunk@93 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 25 Feb, 2011 1 commit
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@92 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 07 Feb, 2011 1 commit
-
-
demangle.cc. Fixes issue 80. Make svn ignore autom4te.cache. git-svn-id: https://google-glog.googlecode.com/svn/trunk@91 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 15 Jun, 2010 5 commits
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@90 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
This line, and those below, will be ignored-- M configure M ChangeLog M configure.ac M packages/deb/changelog git-svn-id: https://google-glog.googlecode.com/svn/trunk@89 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
This patch was contributed by DGunchev (thanks!) http://code.google.com/p/google-glog/issues/detail?id=28 git-svn-id: https://google-glog.googlecode.com/svn/trunk@88 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
We are not using gtests' ASSERT_* in our unittests. git-svn-id: https://google-glog.googlecode.com/svn/trunk@87 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@86 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 28 May, 2010 8 commits
-
-
Now test passes out side tree. git-svn-id: https://google-glog.googlecode.com/svn/trunk@85 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=42 git-svn-id: https://google-glog.googlecode.com/svn/trunk@84 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=25 git-svn-id: https://google-glog.googlecode.com/svn/trunk@83 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=31 git-svn-id: https://google-glog.googlecode.com/svn/trunk@82 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=40 git-svn-id: https://google-glog.googlecode.com/svn/trunk@81 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=44 git-svn-id: https://google-glog.googlecode.com/svn/trunk@80 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=33 git-svn-id: https://google-glog.googlecode.com/svn/trunk@79 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=49 git-svn-id: https://google-glog.googlecode.com/svn/trunk@78 eb4d4688-79bd-11dd-afb4-1d65580434c0
-