..
base
replaced __CYGWIN32__ and __CYGWIN64__ by __CYGWIN__
2021-02-13 14:52:26 +01:00
glog
Fix race conditions in LOG_EVERY_N ( #492 )
2021-02-22 22:17:25 +01:00
package_config_unittest /working_config
added cmake package config unit test
2019-11-10 15:46:47 +01:00
windows
Merge pull request #542 from xulongwu4/master
2020-10-03 01:12:22 +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
Fix race conditions in LOG_EVERY_N ( #492 )
2021-02-22 22:17:25 +01:00
demangle_unittest.cc
Support symbolizer and demangler on Windows
2017-06-27 10:50:20 -07: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
Add demangle support for ABI tags. ( #416 )
2019-01-07 15:30:23 +09:00
demangle.cc
Add demangle support for ABI tags. ( #416 )
2019-01-07 15:30:23 +09:00
demangle.h
Fix autotools build.
2016-06-22 18:48:32 -07:00
googletest.h
Replace sprintf() with snprintf() ( #536 )
2020-05-08 14:50:55 +08: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 missing deletion of custom Logger
2019-12-02 16:55:08 +00:00
logging_unittest.err
Prepend the year to each glog line ( #516 ) ( #530 )
2020-03-25 09:36:28 +01:00
logging.cc
Merge pull request #400 from guoyuhong/fixWebmailer
2021-02-13 11:57:07 +01: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
Prepend the year to each glog line ( #516 ) ( #530 )
2020-03-25 09:36:28 +01:00
signalhandler_unittest.cc
Merge pull request #302 from Nazg-Gul/missing-prototype
2018-03-21 13:45:06 +01:00
signalhandler_unittest.sh
Fix Mac test failure
2013-02-01 05:46:37 +00:00
signalhandler.cc
fix typo: TOOD -> TODO ( #448 )
2019-05-07 16:02:06 +09:00
stacktrace_generic-inl.h
Add license information for all source code.
2009-01-28 17:04:50 +00:00
stacktrace_libunwind-inl.h
Use thread local for libunwind GetStackTrace()
2017-01-27 21:24:11 -08:00
stacktrace_powerpc-inl.h
OpenBSD/powerpc: clang does not define _CALL_* use proper ifdef
2020-04-27 15:50:32 +02:00
stacktrace_unittest.cc
Use static to define CheckStackTrace on non-GNU ( #429 )
2019-02-02 10:13:43 +09:00
stacktrace_windows-inl.h
install unwind find module alongside glog
2019-11-10 11:09:18 +01: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
x86 stacktrace: Use __builtin_frame_address if possible
2017-05-09 17:14:15 +09:00
stacktrace.h
added missing exports ( fixes #227 )
2017-08-09 15:21:32 +02:00
stl_logging_unittest.cc
Make stl_logging_unittest more robust.
2021-02-08 21:16:29 -08:00
symbolize_unittest.cc
Fix symbolize_unittest for musl builds
2019-04-03 12:08:35 -07:00
symbolize.cc
Added check for if info.dli_sname is NULL
2020-09-15 20:46:35 -04:00
symbolize.h
Upstream Chromium local changes to symbolize.cc ( #391 )
2018-11-21 11:14:38 +09:00
utilities_unittest.cc
determine gflags namespace automatically
2015-07-15 22:34:59 +02:00
utilities.cc
src/utilities: fix build without pthread
2019-11-02 02:09:07 +01:00
utilities.h
src/utilities: fix build without pthread
2019-11-02 02:09:07 +01:00
vlog_is_on.cc
Use NULL to indicate uninitialized VLOG_IS_ON site.
2020-04-26 22:57:58 -04:00