glog/src
Robert Hencke c10e6ec19c Fix double-free in unit test on Windows.
The LOG_SYSRESULT refers to result twice.  Since, in this test,
result expands to FindClose(handle), the handle was being freed twice.
2015-09-06 09:53:22 -04:00
..
base Fix redefinition of _XOPEN_SOURCE. 2015-06-16 16:50:57 -07:00
glog Merge pull request #26 from theopolis/feature-mode-flag 2015-08-12 16:05:28 +09:00
windows do not redefine snprintf if it's already available 2015-07-15 22:34:58 +02:00
config_for_unittests.h Initial windows support. Now we don't have the stacktrace and several unittests. 2008-12-19 15:20:40 +00:00
config.h.cmake.in cmake: allow to disable multithreading support 2015-08-08 21:26:17 +02:00
config.h.in added cmake support 2015-07-15 22:34:44 +02:00
demangle_unittest.cc determine gflags namespace automatically 2015-07-15 22:34:59 +02:00
demangle_unittest.sh Add partial C++0x support and recognition of GCC function clone suffixes to 2011-02-07 14:43:05 +00:00
demangle_unittest.txt glog 0.1 2008-10-07 05:43:05 +00:00
demangle.cc Build issues in demangle.cc 2014-03-02 01:37:08 +00:00
demangle.h export the Demangle function 2015-07-15 22:34:57 +02:00
googletest.h allow to define TEST_SRC_DIR as a macro 2015-07-15 22:34:58 +02:00
logging_striplog_test.sh Fix logging_striplog_test.sh in debug mode. Fixes issue 108. 2011-12-29 12:36:09 +00:00
logging_striptest2.cc Add license information for all source code. 2009-01-28 17:04:50 +00:00
logging_striptest10.cc Add license information for all source code. 2009-01-28 17:04:50 +00:00
logging_striptest_main.cc Remove trivial warnings produced by clang 2012-01-12 08:41:09 +00:00
logging_unittest.cc Fix double-free in unit test on Windows. 2015-09-06 09:53:22 -04:00
logging_unittest.err * Add LOG_TO_STRING. 2009-01-15 10:34:35 +00:00
logging.cc Merge pull request #26 from theopolis/feature-mode-flag 2015-08-12 16:05:28 +09:00
mock-log_test.cc Introduce mock-log.h for unittests. 2009-01-13 11:49:10 +00:00
mock-log.h Fix unused arguments warning in ScopedMockLog. 2015-06-16 16:50:01 -07:00
raw_logging.cc Define GLOG_ prefixed log severities 2012-01-11 09:17:04 +00:00
signalhandler_unittest.cc determine gflags namespace automatically 2015-07-15 22:34:59 +02:00
signalhandler_unittest.sh Fix Mac test failure 2013-02-01 05:46:37 +00:00
signalhandler.cc Attempt to improve mingw-w64 support 2013-02-18 10:56:53 +00:00
stacktrace_generic-inl.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
stacktrace_libunwind-inl.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
stacktrace_powerpc-inl.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
stacktrace_unittest.cc Remove trivial warnings produced by clang 2012-01-12 08:41:09 +00:00
stacktrace_x86_64-inl.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
stacktrace_x86-inl.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
stacktrace.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
stl_logging_unittest.cc added missing include 2015-07-15 22:35:00 +02:00
symbolize_unittest.cc determine gflags namespace automatically 2015-07-15 22:34:59 +02:00
symbolize.cc Adding a callback mechanism to allow users of google.glog to provide 2014-03-01 00:33:41 +00:00
symbolize.h Adding a callback mechanism to allow users of google.glog to provide 2014-03-01 00:33:41 +00:00
utilities_unittest.cc determine gflags namespace automatically 2015-07-15 22:34:59 +02:00
utilities.cc Attempt to improve mingw-w64 support 2013-02-18 10:56:53 +00:00
utilities.h Fixed files to support FreeBSD amd64 based on patches at: 2012-11-22 12:09:13 +00:00
vlog_is_on.cc Update vlog_is_on.cc 2015-04-30 20:28:32 +03:00