glog/src
cb35010215 Use GLOG_* environment variables even when gflags is installed.
Define GLOG_DEFINE_*, which checks if the GLOG_* environment variable
is defined. If defined, GLOG_DEFINE_* passes the value and otherwise,
it passes the original default value. In this way, GLOG_DEFINE_* macro
uses the value specified by gflags first, then GLOG_* environment
variables, and finally it uses the default value if neither of them are
specified.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@76 eb4d4688-79bd-11dd-afb4-1d65580434c0
2010-01-20 07:39:18 +00:00
..
base Use GLOG_* environment variables even when gflags is installed. 2010-01-20 07:39:18 +00:00
glog Fix compilation error with -DNDEBUG. 2009-11-11 09:07:47 +00:00
windows Fix compilation error with -DNDEBUG. 2009-11-11 09:07:47 +00: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.in Handle ucontext.h properly in Snow leopard. 2010-01-18 06:15:33 +00:00
demangle_unittest.cc Use GLOG_* environment variables even when gflags is installed. 2010-01-20 07:39:18 +00:00
demangle_unittest.sh Add license information for all source code. 2009-01-28 17:04:50 +00:00
demangle_unittest.txt glog 0.1 2008-10-07 05:43:05 +00:00
demangle.cc Add license information for all source code. 2009-01-28 17:04:50 +00:00
demangle.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
googletest.h Make the order of check for OS_WINDOWS|OS_CYGWIN and HAVE_PTHREAD consistent. 2009-07-31 05:25:27 +00:00
logging_striplog_test.sh Add license information for all source code. 2009-01-28 17:04:50 +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 Add license information for all source code. 2009-01-28 17:04:50 +00:00
logging_unittest.cc Avoid warning for type punning like 2009-07-30 10:42:59 +00:00
logging_unittest.err * Add LOG_TO_STRING. 2009-01-15 10:34:35 +00:00
logging.cc Use GLOG_* environment variables even when gflags is installed. 2010-01-20 07:39:18 +00:00
mock-log_test.cc Introduce mock-log.h for unittests. 2009-01-13 11:49:10 +00:00
mock-log.h Introduce mock-log.h for unittests. 2009-01-13 11:49:10 +00:00
raw_logging.cc Add license information for all source code. 2009-01-28 17:04:50 +00:00
signalhandler_unittest.cc Add cast for pthread_self() to avoid warning. 2009-07-27 05:31:23 +00:00
signalhandler_unittest.sh Add license information for all source code. 2009-01-28 17:04:50 +00:00
signalhandler.cc Suppress warnings. Most of this patch was given by keir (thanks!). 2009-07-08 17:19:09 +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 Suppress warnings (re-definition of _XOPEN_SOURCE) by including utilities.h first. 2009-05-19 09:12:00 +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 Suppress warnings (re-definition of _XOPEN_SOURCE) by including utilities.h first. 2009-05-19 09:12:00 +00:00
symbolize_unittest.cc Suppress warnings. Most of this patch was given by keir (thanks!). 2009-07-08 17:19:09 +00:00
symbolize.cc Use numeric_limits instead of SSIZE_MAX. 2009-11-11 09:06:51 +00:00
symbolize.h Add license information for all source code. 2009-01-28 17:04:50 +00:00
utilities_unittest.cc Check if InitGoogleLogging is not called twice. 2009-04-10 16:15:53 +00:00
utilities.cc Use GLOG_* environment variables even when gflags is installed. 2010-01-20 07:39:18 +00:00
utilities.h Add OS_NETBSD macro. 2009-07-27 05:29:58 +00:00
vlog_is_on.cc Use GLOG_* environment variables even when gflags is installed. 2010-01-20 07:39:18 +00:00