Merge pull request #224 from jray272/run-windows-script
[platform/upstream/glog.git] / src /
2013-05-29 <shinichiro.hamaj... Reduce dynamic allocation from 3 to 1 per log message
2013-02-18 <shinichiro.hamaj... Attempt to improve mingw-w64 support
2013-02-18 <shinichiro.hamaj... Support unordered_(map|set) by stl_logging
2013-02-01 <shinichiro.hamaj... Fix Mac test failure
2013-01-31 <shinichiro.hamaj... Make sure stderr is not buffered.
2013-01-31 <shinichiro.hamaj... Add dllimport and dllexport for new symbols
2013-01-31 <shinichiro.hamaj... Revert code.google.com/p/google-glog/source/detail...
2013-01-25 <shinichiro.hamaj... Remove warning of DCHECK_NOTNULL
2013-01-25 <shinichiro.hamaj... Make glog ABI compatible with gflags
2013-01-23 <shinichiro.hamaj... Follow up for the color log patch
2013-01-23 <shinichiro.hamaj... Output logs with colors to stderr
2013-01-22 <shinichiro.hamaj... Re-generate logging.h for windows
2013-01-10 <shinichiro.hamaj... Allow users to re-initialize glog
2013-01-10 <shinichiro.hamaj... Move LogMessageData from .h to .cc
2013-01-09 <shinichiro.hamaj... Eliminate use of strstream based on internal changes
2013-01-09 <shinichiro.hamaj... Fix glog/stl_logging for clang
2013-01-09 <shinichiro.hamaj... Run autoreconf on ubuntu precise
2012-11-22 <shinichiro.hamaj... Fixed files to support FreeBSD amd64 based on patches at:
2012-07-17 <shinichiro.hamaj... Don't #undef GLOG_MSVC_*
2012-07-12 <shinichiro.hamaj... Reduce compiler warnings on Windows and MacOSX
2012-07-03 <shinichiro.hamaj... Fix LOG_SYSRESULT
2012-06-13 <shinichiro.hamaj... Reduce the number of warnings by VS2010
2012-05-14 <shinichiro.hamaj... Compile error fix for QNX
2012-05-14 <shinichiro.hamaj... VC11 build fix
2012-02-24 <shinichiro.hamaj... Add --disable-rtti
2012-01-12 <shinichiro.hamaj... Remove trivial warnings produced by clang
2012-01-12 <shinichiro.hamaj... Add exception specification for operator new and operat...
2012-01-12 <shinichiro.hamaj... Fix compile failures with clang in stl_logging_unittest.cc
2012-01-12 <shinichiro.hamaj... Fix the wrong use of sizeof
2012-01-12 <shinichiro.hamaj... Put __attribute__((noreturn)) for declartions of functi...
2012-01-11 <shinichiro.hamaj... Define GLOG_ prefixed log severities
2011-12-29 <hlsyounes@gmail... Make public headers "warnings clean" in the sense of...
2011-12-29 <hlsyounes@gmail... Fix logging_striplog_test.sh in debug mode. Fixes...
2011-12-28 <hlsyounes@gmail... Remove assumptions about function size in stacktrace_un...
2011-09-05 <shinichiro.hamaj... Suppress warnings around return value of write and...
2011-09-05 <shinichiro.hamaj... Destruct global objects in ShutdownGoogleLogging
2011-09-05 <shinichiro.hamaj... Add google:: prefixes for COUNTER in glog's document
2011-09-05 <shinichiro.hamaj... Create a new log files after pid has changed
2011-05-11 <hlsyounes@gmail... Add files left behind by certain tests to CLEANFILES.
2011-02-25 <hlsyounes@gmail... Reduce stack consumption for Demangle(). Fixes issue 81.
2011-02-07 <hlsyounes@gmail... Add partial C++0x support and recognition of GCC functi...
2010-06-15 <shinichiro.hamaj... Minor message update.
2010-06-15 <shinichiro.hamaj... Add ShutdownGoogleLogging to close syslog.
2010-06-15 <shinichiro.hamaj... s/ASSERT_EQ/CHECK_EQ/ .
2010-06-15 <shinichiro.hamaj... Use sys/ucontext.h when it is found. Snow leopard needs...
2010-05-28 <shinichiro.hamaj... Move TEST_SRC_DIR from googletest.h to config.h.
2010-05-28 <shinichiro.hamaj... Add DCHECK_NOTNULL macro to logging.h (points to CHECK_...
2010-05-28 <shinichiro.hamaj... Add __extension__ for GCC's statement expression.
2010-05-28 <shinichiro.hamaj... Add some more google:: namespaces.
2010-01-20 <shinichiro.hamaj... Use GLOG_* environment variables even when gflags is...
2010-01-18 <shinichiro.hamaj... Handle ucontext.h properly in Snow leopard.
2009-11-11 <shinichiro.hamaj... Fix compilation error with -DNDEBUG.
2009-11-11 <shinichiro.hamaj... Use numeric_limits instead of SSIZE_MAX.
2009-10-07 <shinichiro.hamaj... Use intptr_t instead of int to cast from char* for...
2009-07-31 <shinichiro.hamaj... Make the order of check for OS_WINDOWS|OS_CYGWIN and...
2009-07-30 <shinichiro.hamaj... Cast from pthread_t to pid_t via uintptr_t.
2009-07-30 <shinichiro.hamaj... Call glog_internal_namespace_::ProgramInvocationShortNa...
2009-07-30 <shinichiro.hamaj... Avoid warning for type punning like
2009-07-30 <shinichiro.hamaj... Fix posix_strerror_r for OpenBSD.
2009-07-29 <shinichiro.hamaj... Define DumpPCAndSymbol() only when HAVE_SYMBOLIZE is...
2009-07-29 <shinichiro.hamaj... Fix user name detection for Windows.
2009-07-29 <shinichiro.hamaj... Suppress warnings.
2009-07-29 <shinichiro.hamaj... Initializes the length of machine name properly.
2009-07-27 <shinichiro.hamaj... Regression: Add NOGDI and NOMINMAX macros before includ...
2009-07-27 <shinichiro.hamaj... Use internal namespace instead of anonymous namespace...
2009-07-27 <shinichiro.hamaj... Add cast for pthread_self() to avoid warning.
2009-07-27 <shinichiro.hamaj... Add virtual ~Thread() to avoid warnings.
2009-07-27 <shinichiro.hamaj... Add OS_NETBSD macro.
2009-07-08 <shinichiro.hamaj... Suppress warnings. Most of this patch was given by...
2009-07-07 <shinichiro.hamaj... Run benchmarks only when --run_benchmark is specified.
2009-05-20 <shinichiro.hamaj... Encapsulate the definition of Mutex into glog's interna...
2009-05-19 <shinichiro.hamaj... Suppress warnings (re-definition of _XOPEN_SOURCE)...
2009-04-10 <shinichiro.hamaj... Check if InitGoogleLogging is not called twice.
2009-04-09 <shinichiro.hamaj... A bug fix for Windows: Use GetSystemTimeAsFileTime...
2009-04-07 <shinichiro.hamaj... Use struct instead of class for forward declaration...
2009-04-07 <shinichiro.hamaj... Apply patch given by maw (thanks!). The patch was modif...
2009-03-10 <shinichiro.hamaj... Fixes for GCC 4.4. Thanks John for this patch!
2009-03-04 <shinichiro.hamaj... Introduce RecordCrashReason().
2009-01-28 <shinichiro.hamaj... Add license information for all source code.
2009-01-24 <shinichiro.hamaj... Bug fix: ifdef guard for InitGoogleMock must be HAVE_LI...
2009-01-23 <shinichiro.hamaj... Regenerate header files for VC++.
2009-01-23 <shinichiro.hamaj... Remove the name of unused parameter.
2009-01-23 <shinichiro.hamaj... Remove unnecessary #include.
2009-01-22 <shinichiro.hamaj... Better Cygwin support.
2009-01-15 <shinichiro.hamaj... * Add LOG_TO_STRING.
2009-01-13 <shinichiro.hamaj... Introduce mock-log.h for unittests.
2009-01-09 <shinichiro.hamaj... Define ARRAYSIZE in utilities.h and use it.
2009-01-05 <shinichiro.hamaj... Use gtest and gmock if installed.
2009-01-05 <shinichiro.hamaj... Initialize gflags in signalhandler_unittest.
2009-01-05 <shinichiro.hamaj... Fix a typo in commandlineflags.h.
2008-12-19 <shinichiro.hamaj... Initial windows support. Now we don't have the stacktra...
2008-12-19 <shinichiro.hamaj... Flush logs unsafely before program fails in the signal...
2008-11-21 <shinichiro.hamaj... Add -lpthread in addition to -pthread on Linux.
2008-11-17 <shinichiro.hamaj... Fix a typo: s/gnore/ignore/
2008-11-17 <shinichiro.hamaj... Remove stacktrace.cc.
2008-11-17 <shinichiro.hamaj... Re-organize the way to produce stacktrace.
2008-11-04 <shinichiro.hamaj... Use uintptr_t instead of int as the integer format...
2008-11-03 <shinichiro.hamaj... Stop to define DISALLOW_EVIL_CONSTRUCTORS to avoid...
2008-10-30 <shinichiro.hamaj... Forgot to add file for the previous change...
2008-10-30 <shinichiro.hamaj... Add InstallFailureSignalHandler(). The function instal...
next