projects
/
platform
/
upstream
/
glog.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add Brian Silverman to AUTHORS+CONTRIBUTORS.
[platform/upstream/glog.git]
/
src
/
2015-04-08
Abhishek Parmar
Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid...
tree
|
commitdiff
2015-03-27
Fumitoshi Ukai
Merge pull request #10 from jmr/std_vector
tree
|
commitdiff
2015-03-26
Jesse Rosenstock
LOG_STRING: use std::vector and std::string.
tree
|
commitdiff
2015-03-26
Fumitoshi Ukai
Merge pull request #6 from darkwind-mt/master
tree
|
commitdiff
2015-03-23
Michael Tanner
Adds color output support for tmux terminals
tree
|
commitdiff
2015-03-18
Fumitoshi Ukai
Merge pull request #2 from tbennun/master
tree
|
commitdiff
2015-03-13
tbennun
Fix x64/Debug build on MSVS
tree
|
commitdiff
2014-08-19
<shinichiro.hamaj...
Fixes for the latest MSVS.
tree
|
commitdiff
2014-03-05
<shinichiro.hamaj...
Add libc++ support
tree
|
commitdiff
2014-03-02
<ivanpe@chromium...
Build issues in demangle.cc
tree
|
commitdiff
2014-03-01
<ivanpe@chromium...
Adding a callback mechanism to allow users of google...
tree
|
commitdiff
2013-10-31
<shinichiro.hamaj...
Add StrError and replace posix_strerror_r calls
tree
|
commitdiff
2013-10-31
<shinichiro.hamaj...
Fix VC build by adding GOOGLE_GLOG_DLL_DECL
tree
|
commitdiff
2013-07-29
<shinichiro.hamaj...
A style fix for C++11
tree
|
commitdiff
2013-05-29
<shinichiro.hamaj...
Reduce dynamic allocation from 3 to 1 per log message
tree
|
commitdiff
2013-02-18
<shinichiro.hamaj...
Attempt to improve mingw-w64 support
tree
|
commitdiff
2013-02-18
<shinichiro.hamaj...
Support unordered_(map|set) by stl_logging
tree
|
commitdiff
2013-02-01
<shinichiro.hamaj...
Fix Mac test failure
tree
|
commitdiff
2013-01-31
<shinichiro.hamaj...
Make sure stderr is not buffered.
tree
|
commitdiff
2013-01-31
<shinichiro.hamaj...
Add dllimport and dllexport for new symbols
tree
|
commitdiff
2013-01-31
<shinichiro.hamaj...
Revert code.google.com/p/google-glog/source/detail...
tree
|
commitdiff
2013-01-25
<shinichiro.hamaj...
Remove warning of DCHECK_NOTNULL
tree
|
commitdiff
2013-01-25
<shinichiro.hamaj...
Make glog ABI compatible with gflags
tree
|
commitdiff
2013-01-23
<shinichiro.hamaj...
Follow up for the color log patch
tree
|
commitdiff
2013-01-23
<shinichiro.hamaj...
Output logs with colors to stderr
tree
|
commitdiff
2013-01-22
<shinichiro.hamaj...
Re-generate logging.h for windows
tree
|
commitdiff
2013-01-10
<shinichiro.hamaj...
Allow users to re-initialize glog
tree
|
commitdiff
2013-01-10
<shinichiro.hamaj...
Move LogMessageData from .h to .cc
tree
|
commitdiff
2013-01-09
<shinichiro.hamaj...
Eliminate use of strstream based on internal changes
tree
|
commitdiff
2013-01-09
<shinichiro.hamaj...
Fix glog/stl_logging for clang
tree
|
commitdiff
2013-01-09
<shinichiro.hamaj...
Run autoreconf on ubuntu precise
tree
|
commitdiff
2012-11-22
<shinichiro.hamaj...
Fixed files to support FreeBSD amd64 based on patches at:
tree
|
commitdiff
2012-07-17
<shinichiro.hamaj...
Don't #undef GLOG_MSVC_*
tree
|
commitdiff
2012-07-12
<shinichiro.hamaj...
Reduce compiler warnings on Windows and MacOSX
tree
|
commitdiff
2012-07-03
<shinichiro.hamaj...
Fix LOG_SYSRESULT
tree
|
commitdiff
2012-06-13
<shinichiro.hamaj...
Reduce the number of warnings by VS2010
tree
|
commitdiff
2012-05-14
<shinichiro.hamaj...
Compile error fix for QNX
tree
|
commitdiff
2012-05-14
<shinichiro.hamaj...
VC11 build fix
tree
|
commitdiff
2012-02-24
<shinichiro.hamaj...
Add --disable-rtti
tree
|
commitdiff
2012-01-12
<shinichiro.hamaj...
Remove trivial warnings produced by clang
tree
|
commitdiff
2012-01-12
<shinichiro.hamaj...
Add exception specification for operator new and operat...
tree
|
commitdiff
2012-01-12
<shinichiro.hamaj...
Fix compile failures with clang in stl_logging_unittest.cc
tree
|
commitdiff
2012-01-12
<shinichiro.hamaj...
Fix the wrong use of sizeof
tree
|
commitdiff
2012-01-12
<shinichiro.hamaj...
Put __attribute__((noreturn)) for declartions of functi...
tree
|
commitdiff
2012-01-11
<shinichiro.hamaj...
Define GLOG_ prefixed log severities
tree
|
commitdiff
2011-12-29
<hlsyounes@gmail...
Make public headers "warnings clean" in the sense of...
tree
|
commitdiff
2011-12-29
<hlsyounes@gmail...
Fix logging_striplog_test.sh in debug mode. Fixes...
tree
|
commitdiff
2011-12-28
<hlsyounes@gmail...
Remove assumptions about function size in stacktrace_un...
tree
|
commitdiff
2011-09-05
<shinichiro.hamaj...
Suppress warnings around return value of write and...
tree
|
commitdiff
2011-09-05
<shinichiro.hamaj...
Destruct global objects in ShutdownGoogleLogging
tree
|
commitdiff
2011-09-05
<shinichiro.hamaj...
Add google:: prefixes for COUNTER in glog's document
tree
|
commitdiff
2011-09-05
<shinichiro.hamaj...
Create a new log files after pid has changed
tree
|
commitdiff
2011-05-11
<hlsyounes@gmail...
Add files left behind by certain tests to CLEANFILES.
tree
|
commitdiff
2011-02-25
<hlsyounes@gmail...
Reduce stack consumption for Demangle(). Fixes issue 81.
tree
|
commitdiff
2011-02-07
<hlsyounes@gmail...
Add partial C++0x support and recognition of GCC functi...
tree
|
commitdiff
2010-06-15
<shinichiro.hamaj...
Minor message update.
tree
|
commitdiff
2010-06-15
<shinichiro.hamaj...
Add ShutdownGoogleLogging to close syslog.
tree
|
commitdiff
2010-06-15
<shinichiro.hamaj...
s/ASSERT_EQ/CHECK_EQ/ .
tree
|
commitdiff
2010-06-15
<shinichiro.hamaj...
Use sys/ucontext.h when it is found. Snow leopard needs...
tree
|
commitdiff
2010-05-28
<shinichiro.hamaj...
Move TEST_SRC_DIR from googletest.h to config.h.
tree
|
commitdiff
2010-05-28
<shinichiro.hamaj...
Add DCHECK_NOTNULL macro to logging.h (points to CHECK_...
tree
|
commitdiff
2010-05-28
<shinichiro.hamaj...
Add __extension__ for GCC's statement expression.
tree
|
commitdiff
2010-05-28
<shinichiro.hamaj...
Add some more google:: namespaces.
tree
|
commitdiff
2010-01-20
<shinichiro.hamaj...
Use GLOG_* environment variables even when gflags is...
tree
|
commitdiff
2010-01-18
<shinichiro.hamaj...
Handle ucontext.h properly in Snow leopard.
tree
|
commitdiff
2009-11-11
<shinichiro.hamaj...
Fix compilation error with -DNDEBUG.
tree
|
commitdiff
2009-11-11
<shinichiro.hamaj...
Use numeric_limits instead of SSIZE_MAX.
tree
|
commitdiff
2009-10-07
<shinichiro.hamaj...
Use intptr_t instead of int to cast from char* for...
tree
|
commitdiff
2009-07-31
<shinichiro.hamaj...
Make the order of check for OS_WINDOWS|OS_CYGWIN and...
tree
|
commitdiff
2009-07-30
<shinichiro.hamaj...
Cast from pthread_t to pid_t via uintptr_t.
tree
|
commitdiff
2009-07-30
<shinichiro.hamaj...
Call glog_internal_namespace_::ProgramInvocationShortNa...
tree
|
commitdiff
2009-07-30
<shinichiro.hamaj...
Avoid warning for type punning like
tree
|
commitdiff
2009-07-30
<shinichiro.hamaj...
Fix posix_strerror_r for OpenBSD.
tree
|
commitdiff
2009-07-29
<shinichiro.hamaj...
Define DumpPCAndSymbol() only when HAVE_SYMBOLIZE is...
tree
|
commitdiff
2009-07-29
<shinichiro.hamaj...
Fix user name detection for Windows.
tree
|
commitdiff
2009-07-29
<shinichiro.hamaj...
Suppress warnings.
tree
|
commitdiff
2009-07-29
<shinichiro.hamaj...
Initializes the length of machine name properly.
tree
|
commitdiff
2009-07-27
<shinichiro.hamaj...
Regression: Add NOGDI and NOMINMAX macros before includ...
tree
|
commitdiff
2009-07-27
<shinichiro.hamaj...
Use internal namespace instead of anonymous namespace...
tree
|
commitdiff
2009-07-27
<shinichiro.hamaj...
Add cast for pthread_self() to avoid warning.
tree
|
commitdiff
2009-07-27
<shinichiro.hamaj...
Add virtual ~Thread() to avoid warnings.
tree
|
commitdiff
2009-07-27
<shinichiro.hamaj...
Add OS_NETBSD macro.
tree
|
commitdiff
2009-07-08
<shinichiro.hamaj...
Suppress warnings. Most of this patch was given by...
tree
|
commitdiff
2009-07-07
<shinichiro.hamaj...
Run benchmarks only when --run_benchmark is specified.
tree
|
commitdiff
2009-05-20
<shinichiro.hamaj...
Encapsulate the definition of Mutex into glog's interna...
tree
|
commitdiff
2009-05-19
<shinichiro.hamaj...
Suppress warnings (re-definition of _XOPEN_SOURCE)...
tree
|
commitdiff
2009-04-10
<shinichiro.hamaj...
Check if InitGoogleLogging is not called twice.
tree
|
commitdiff
2009-04-09
<shinichiro.hamaj...
A bug fix for Windows: Use GetSystemTimeAsFileTime...
tree
|
commitdiff
2009-04-07
<shinichiro.hamaj...
Use struct instead of class for forward declaration...
tree
|
commitdiff
2009-04-07
<shinichiro.hamaj...
Apply patch given by maw (thanks!). The patch was modif...
tree
|
commitdiff
2009-03-10
<shinichiro.hamaj...
Fixes for GCC 4.4. Thanks John for this patch!
tree
|
commitdiff
2009-03-04
<shinichiro.hamaj...
Introduce RecordCrashReason().
tree
|
commitdiff
2009-01-28
<shinichiro.hamaj...
Add license information for all source code.
tree
|
commitdiff
2009-01-24
<shinichiro.hamaj...
Bug fix: ifdef guard for InitGoogleMock must be HAVE_LI...
tree
|
commitdiff
2009-01-23
<shinichiro.hamaj...
Regenerate header files for VC++.
tree
|
commitdiff
2009-01-23
<shinichiro.hamaj...
Remove the name of unused parameter.
tree
|
commitdiff
2009-01-23
<shinichiro.hamaj...
Remove unnecessary #include.
tree
|
commitdiff
2009-01-22
<shinichiro.hamaj...
Better Cygwin support.
tree
|
commitdiff
2009-01-15
<shinichiro.hamaj...
* Add LOG_TO_STRING.
tree
|
commitdiff
2009-01-13
<shinichiro.hamaj...
Introduce mock-log.h for unittests.
tree
|
commitdiff
next