- 16 Jun, 2015 2 commits
-
-
Brian Silverman authored
-
Brian Silverman authored
-
- 23 Apr, 2015 1 commit
-
-
Pierre Phaneuf authored
-
- 08 Apr, 2015 1 commit
-
-
Abhishek Parmar authored
Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid collision with other google opensource projects like protobuf.
-
- 27 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
LOG_STRING: use std::vector and std::string.
-
- 26 Mar, 2015 2 commits
-
-
Jesse Rosenstock authored
Previously, plain vector and string were used. This assumed that there were "using" directives or declarations before the macro was used. This will not always be the case.
-
Fumitoshi Ukai authored
Adds color output support for tmux terminals
-
- 23 Mar, 2015 1 commit
-
-
Michael Tanner authored
-
- 18 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
Fix x64/Debug build on MSVS
-
- 16 Mar, 2015 1 commit
-
-
Pierre Phaneuf authored
Also add a CONTRIBUTING.md, that GitHub will link to in the pull request creation page.
-
- 13 Mar, 2015 1 commit
-
-
tbennun authored
-
- 11 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
glog: release 0.3.4
-
- 10 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
-
- 09 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
migrate to https://github.com/google/glog use autoconf 2.69 / automake 1.14.1
-
- 19 Aug, 2014 1 commit
-
-
- ssize_t Since Windows does not have ssize_t, we need to include BaseTsd.h and use SSIZE_t instead. - include algorithm MSVS 2013 requests developers to include algorithm when they use std::min. By yyanagisawa git-svn-id: https://google-glog.googlecode.com/svn/trunk@143 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 05 Mar, 2014 1 commit
-
-
Similar patch was provided in https://code.google.com/p/google-glog/issues/detail?id=121 git-svn-id: https://google-glog.googlecode.com/svn/trunk@142 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 02 Mar, 2014 1 commit
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@141 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 01 Mar, 2014 1 commit
-
-
their own implementation of OpenObjectFileContainingPcAndGetStartAddress. GTTF: Make stack trace symbolization code recognize more symbols. One example is __libc_start_main (easy to check), there may be more. Include the correct elf header on OpenBSD and Android. Fix Coverity NO_EFFECT defect. Comparing unsigned greater than or equal zero is always true. git-svn-id: https://google-glog.googlecode.com/svn/trunk@140 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 31 Oct, 2013 2 commits
-
-
For now, we do not remove the declaration of posix_strerror_r, but we might remove it in future. git-svn-id: https://google-glog.googlecode.com/svn/trunk@139 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@138 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 29 Jul, 2013 1 commit
-
-
This patch is given by Nico (thanks!) git-svn-id: https://google-glog.googlecode.com/svn/trunk@137 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 29 May, 2013 1 commit
-
-
This patch was contributed in https://code.google.com/p/google-glog/issues/detail?id=131 by engel. Thanks! git-svn-id: https://google-glog.googlecode.com/svn/trunk@136 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 18 Feb, 2013 2 commits
-
-
- 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
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@134 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 01 Feb, 2013 3 commits
-
-
packages/deb is a directory and it may contain .svn git-svn-id: https://google-glog.googlecode.com/svn/trunk@133 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@132 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
We need only the first line from signalhandler.out3 git-svn-id: https://google-glog.googlecode.com/svn/trunk@131 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 31 Jan, 2013 3 commits
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@130 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@129 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/source/detail?r=127
Casting to (void) was bad because the return value of DCHECK_NOTNULL cannot be used. git-svn-id: https://google-glog.googlecode.com/svn/trunk@128 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 25 Jan, 2013 3 commits
-
-
http://code.google.com/p/google-glog/issues/detail?id=87 git-svn-id: https://google-glog.googlecode.com/svn/trunk@127 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
http://code.google.com/p/google-glog/issues/detail?id=70 git-svn-id: https://google-glog.googlecode.com/svn/trunk@126 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
The ABI incompatibility is bad when - Build glog without gflags (glog package in most distributions doesn't depend on gflags) - Use both glog and gflags git-svn-id: https://google-glog.googlecode.com/svn/trunk@125 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 23 Jan, 2013 2 commits
-
-
- Rename colorstderr => colorlogtostderr - Remove duplicated code - Set colorlogtostderr=0 in the unittest git-svn-id: https://google-glog.googlecode.com/svn/trunk@124 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
This patch is provided by http://code.google.com/p/google-glog/issues/detail?id=48 Thanks! git-svn-id: https://google-glog.googlecode.com/svn/trunk@123 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 22 Jan, 2013 1 commit
-
-
Thanks Kamil for your report! git-svn-id: https://google-glog.googlecode.com/svn/trunk@122 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
- 10 Jan, 2013 2 commits
-
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@120 eb4d4688-79bd-11dd-afb4-1d65580434c0
- 09 Jan, 2013 2 commits
-
-
http://code.google.com/p/google-glog/issues/detail?id=110 git-svn-id: https://google-glog.googlecode.com/svn/trunk@119 eb4d4688-79bd-11dd-afb4-1d65580434c0
-
git-svn-id: https://google-glog.googlecode.com/svn/trunk@118 eb4d4688-79bd-11dd-afb4-1d65580434c0
-