projects
/
platform
/
upstream
/
glog.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/glog.git
2013-02-01
<shinichiro...
Release glog 0.3.3
commit
|
commitdiff
|
tree
|
snapshot
2013-02-01
<shinichiro...
Fix Mac test failure
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
<shinichiro...
Make sure stderr is not buffered.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
<shinichiro...
Add dllimport and dllexport for new symbols
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
<shinichiro...
Revert code.google.com/p/google-glog/source/detail...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
<shinichiro...
Remove warning of DCHECK_NOTNULL
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
<shinichiro...
Document update: how to modify FLAGS_* in glog
commit
|
commitdiff
|
tree
|
snapshot
2013-01-25
<shinichiro...
Make glog ABI compatible with gflags
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
<shinichiro...
Follow up for the color log patch
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
<shinichiro...
Output logs with colors to stderr
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
<shinichiro...
Re-generate logging.h for windows
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
<shinichiro...
Allow users to re-initialize glog
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
<shinichiro...
Move LogMessageData from .h to .cc
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
<shinichiro...
Eliminate use of strstream based on internal changes
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
<shinichiro...
Fix glog/stl_logging for clang
commit
|
commitdiff
|
tree
|
snapshot
2013-01-09
<shinichiro...
Run autoreconf on ubuntu precise
commit
|
commitdiff
|
tree
|
snapshot
2012-11-22
<shinichiro...
Fixed files to support FreeBSD amd64 based on patches at:
commit
|
commitdiff
|
tree
|
snapshot
2012-07-17
<shinichiro...
Don't #undef GLOG_MSVC_*
commit
|
commitdiff
|
tree
|
snapshot
2012-07-12
<shinichiro...
Reduce compiler warnings on Windows and MacOSX
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
<shinichiro...
Fix LOG_SYSRESULT
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
<shinichiro...
Reduce the number of warnings by VS2010
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
<shinichiro...
Compile error fix for QNX
commit
|
commitdiff
|
tree
|
snapshot
2012-05-14
<shinichiro...
VC11 build fix
commit
|
commitdiff
|
tree
|
snapshot
2012-02-24
<shinichiro...
Add --disable-rtti
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Release 0.3.2.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Remove trivial warnings produced by clang
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Add exception specification for operator new and operat...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Fix compile failures with clang in stl_logging_unittest.cc
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Fix the wrong use of sizeof
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Put __attribute__((noreturn)) for declartions of functi...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-12
<shinichiro...
Fix __sync_val_compare_and_swap detection
commit
|
commitdiff
|
tree
|
snapshot
2012-01-11
<shinichiro...
Define GLOG_ prefixed log severities
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
<hlsyounes...
Make public headers "warnings clean" in the sense of...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-29
<hlsyounes...
Fix logging_striplog_test.sh in debug mode. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-28
<hlsyounes...
Remove assumptions about function size in stacktrace_un...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
<shinichiro...
Suppress warnings around return value of write and...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
<shinichiro...
Destruct global objects in ShutdownGoogleLogging
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
<shinichiro...
Add google:: prefixes for COUNTER in glog's document
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
<shinichiro...
Create a new log files after pid has changed
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
<hlsyounes...
Add files left behind by certain tests to CLEANFILES.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-25
<hlsyounes...
Reduce stack consumption for Demangle(). Fixes issue 81.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
<hlsyounes...
Add partial C++0x support and recognition of GCC functi...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
<shinichiro...
Minor message update.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
<shinichiro...
Release 0.3.1.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
<shinichiro...
Add ShutdownGoogleLogging to close syslog.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
<shinichiro...
s/ASSERT_EQ/CHECK_EQ/ .
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
<shinichiro...
Use sys/ucontext.h when it is found. Snow leopard needs...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Move TEST_SRC_DIR from googletest.h to config.h.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Improve libunwind detection.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Add DCHECK_NOTNULL macro to logging.h (points to CHECK_...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Add __extension__ for GCC's statement expression.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Add some more google:: namespaces.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Fix --enable-frame-pointers.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
Add information about the conflict with windows.h into...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-28
<shinichiro...
The test for gflags works correctly on OpenBSD.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
<shinichiro...
test binaries are in the builddir, not the top_srcdir
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
<shinichiro...
Use GLOG_* environment variables even when gflags is...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
<shinichiro...
Handle ucontext.h properly in Snow leopard.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
<shinichiro...
Fix compilation error with -DNDEBUG.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
<shinichiro...
Use numeric_limits instead of SSIZE_MAX.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
<shinichiro...
Use intptr_t instead of int to cast from char* for...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
<shinichiro...
Release 0.3.0.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-31
<shinichiro...
Make the order of check for OS_WINDOWS|OS_CYGWIN and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-30
<shinichiro...
Cast from pthread_t to pid_t via uintptr_t.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-30
<shinichiro...
Call glog_internal_namespace_::ProgramInvocationShortNa...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-30
<shinichiro...
Avoid warning for type punning like
commit
|
commitdiff
|
tree
|
snapshot
2009-07-30
<shinichiro...
Fix posix_strerror_r for OpenBSD.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
<shinichiro...
Define DumpPCAndSymbol() only when HAVE_SYMBOLIZE is...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
<shinichiro...
Fix user name detection for Windows.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
<shinichiro...
Suppress warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-29
<shinichiro...
Initializes the length of machine name properly.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
<shinichiro...
Regression: Add NOGDI and NOMINMAX macros before includ...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
<shinichiro...
Use internal namespace instead of anonymous namespace...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
<shinichiro...
Add cast for pthread_self() to avoid warning.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
<shinichiro...
Add virtual ~Thread() to avoid warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-27
<shinichiro...
Add OS_NETBSD macro.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-08
<shinichiro...
Suppress warnings. Most of this patch was given by...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-08
<shinichiro...
Add m4/pc_from_ucontext.m4. It supports NetBSD and...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-08
<shinichiro...
Fix regression of r23.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-08
<shinichiro...
Utilize AM_CXXFLAGS.
commit
|
commitdiff
|
tree
|
snapshot
2009-07-07
<shinichiro...
Run benchmarks only when --run_benchmark is specified.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-20
<shinichiro...
Encapsulate the definition of Mutex into glog's interna...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-19
<shinichiro...
Suppress warnings (re-definition of _XOPEN_SOURCE)...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-22
<shinichiro...
Add -lgflags into LD_FLAGS when gflags is detected...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-10
<shinichiro...
Release 0.2.1.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-10
<shinichiro...
Check if InitGoogleLogging is not called twice.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-10
<shinichiro...
Generation of pkg-config metadata file.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-09
<shinichiro...
A bug fix for Windows: Use GetSystemTimeAsFileTime...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-07
<shinichiro...
Use struct instead of class for forward declaration...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-07
<shinichiro...
Fix a silly bug. I submitted wrong version of auto...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-07
<shinichiro...
Apply patch given by maw (thanks!). The patch was modif...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
<shinichiro...
Fixes for GCC 4.4. Thanks John for this patch!
commit
|
commitdiff
|
tree
|
snapshot
2009-03-04
<shinichiro...
Introduce RecordCrashReason().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-28
<shinichiro...
Add license information for all source code.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-24
<shinichiro...
Bug fix: ifdef guard for InitGoogleMock must be HAVE_LI...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
<shinichiro...
Add mock-log.h into distribution.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
<shinichiro...
Release 0.2.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
<shinichiro...
Add README.windows, based on google-perftools'.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
<shinichiro...
Regenerate header files for VC++.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-23
<shinichiro...
Add static library project and its unittest.
commit
|
commitdiff
|
tree
|
snapshot
next