summaryrefslogtreecommitdiff
path: root/src/utilities_unittest.cc
AgeCommit message (Collapse)AuthorFilesLines
2015-07-15determine gflags namespace automaticallySergiu Dotenco1-1/+5
2009-04-10Check if InitGoogleLogging is not called twice.1-1/+5
git-svn-id: https://google-glog.googlecode.com/svn/trunk@47 eb4d4688-79bd-11dd-afb4-1d65580434c0
2009-01-28Add license information for all source code.1-2/+30
git-svn-id: https://google-glog.googlecode.com/svn/trunk@39 eb4d4688-79bd-11dd-afb4-1d65580434c0
2009-01-05Use gtest and gmock if installed.1-0/+1
git-svn-id: https://google-glog.googlecode.com/svn/trunk@26 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-11-17Re-organize the way to produce stacktrace.1-0/+21
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