glog/src
c3441fb6ba Better Cygwin support.
- configure.ac: Add -lpthread only if acx_pthread_ok is yes. In cygwin, we use Windows' thread so that we don't need -lpthread.
- base/mutex.h: Define NOMINMAX before we include windows.h.
- glog/*.h: Make sure that dllimport doesn't appear in cygwin. Note that windows.h may define _WIN32 macro.
- utilities.h: Define OS_CYGWIN.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@30 eb4d4688-79bd-11dd-afb4-1d65580434c0
2009-01-22 18:22:48 +00:00
..
base Better Cygwin support. 2009-01-22 18:22:48 +00:00
glog Better Cygwin support. 2009-01-22 18:22:48 +00:00
windows Initial windows support. Now we don't have the stacktrace and several unittests. 2008-12-19 15:20:40 +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 Use gtest and gmock if installed. 2009-01-05 06:05:01 +00:00
demangle_unittest.cc Use gtest and gmock if installed. 2009-01-05 06:05:01 +00:00
demangle_unittest.sh glog 0.1 2008-10-07 05:43:05 +00:00
demangle_unittest.txt glog 0.1 2008-10-07 05:43:05 +00:00
demangle.cc glog 0.1 2008-10-07 05:43:05 +00:00
demangle.h glog 0.1 2008-10-07 05:43:05 +00:00
googletest.h Better Cygwin support. 2009-01-22 18:22:48 +00:00
logging_striplog_test.sh glog 0.1 2008-10-07 05:43:05 +00:00
logging_striptest2.cc glog 0.1 2008-10-07 05:43:05 +00:00
logging_striptest10.cc glog 0.1 2008-10-07 05:43:05 +00:00
logging_striptest_main.cc glog 0.1 2008-10-07 05:43:05 +00:00
logging_unittest.cc * Add LOG_TO_STRING. 2009-01-15 10:34:35 +00:00
logging_unittest.err * Add LOG_TO_STRING. 2009-01-15 10:34:35 +00:00
logging.cc * Add LOG_TO_STRING. 2009-01-15 10:34:35 +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 LOG_TO_STRING. 2009-01-15 10:34:35 +00:00
signalhandler_unittest.cc Initialize gflags in signalhandler_unittest. 2009-01-05 05:56:05 +00:00
signalhandler_unittest.sh Flush logs unsafely before program fails in the signal handler. 2008-12-19 06:49:33 +00:00
signalhandler.cc Define ARRAYSIZE in utilities.h and use it. 2009-01-09 06:07:55 +00:00
stacktrace_generic-inl.h Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
stacktrace_libunwind-inl.h Fix a typo: s/gnore/ignore/ 2008-11-17 10:38:58 +00:00
stacktrace_powerpc-inl.h Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
stacktrace_unittest.cc Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
stacktrace_x86_64-inl.h Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
stacktrace_x86-inl.h Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
stacktrace.h Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
stl_logging_unittest.cc glog 0.1 2008-10-07 05:43:05 +00:00
symbolize_unittest.cc Use gtest and gmock if installed. 2009-01-05 06:05:01 +00:00
symbolize.cc Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
symbolize.h Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
utilities_unittest.cc Use gtest and gmock if installed. 2009-01-05 06:05:01 +00:00
utilities.cc * Add LOG_TO_STRING. 2009-01-15 10:34:35 +00:00
utilities.h Better Cygwin support. 2009-01-22 18:22:48 +00:00
vlog_is_on.cc Initial windows support. Now we don't have the stacktrace and several unittests. 2008-12-19 15:20:40 +00:00