summaryrefslogtreecommitdiff
path: root/src/config.h.in
AgeCommit message (Collapse)AuthorFilesLines
2013-02-18Attempt to improve mingw-w64 support1-0/+9
- Set -Isrc/windows for mingw - Check existence of sigaction, pread, and pwrite - Provide alternative implementation of pread and pwrite - Eliminate symlink code for OS_WINDOWS - Don't check /proc/self/fd if the OS isn't linux - Don't use MSVC specific declarations in port.h for mingw git-svn-id: https://google-glog.googlecode.com/svn/trunk@135 eb4d4688-79bd-11dd-afb4-1d65580434c0
2013-01-09Run autoreconf on ubuntu precise1-4/+3
git-svn-id: https://google-glog.googlecode.com/svn/trunk@117 eb4d4688-79bd-11dd-afb4-1d65580434c0
2012-07-12Reduce compiler warnings on Windows and MacOSX1-0/+4
DCHECK* causes "warning C4127: conditional expression is constant". If compiled with -DWIN32_LEAN_AND_MEAN, port.h: warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition. On MacOSX, warning: "_END_GOOGLE_NAMESPACE_" redefined warning: "_START_GOOGLE_NAMESPACE_" redefined because config.h is included from base/commandlineflags.h:51 from logging.cc:60 and from utilities.h:81 from logging.cc:32 or so. Contributed by ukai@ git-svn-id: https://google-glog.googlecode.com/svn/trunk@114 eb4d4688-79bd-11dd-afb4-1d65580434c0
2012-02-24Add --disable-rtti1-0/+3
git-svn-id: https://google-glog.googlecode.com/svn/trunk@109 eb4d4688-79bd-11dd-afb4-1d65580434c0
2011-05-11Add files left behind by certain tests to CLEANFILES.1-0/+7
Remove autogen.sh, since you can just use autoreconf instead. Ran autoreconf and fixed a couple of issues that popped up in configure.ac and m4/ac_rwlock.m4. This updates the configuration files to automake/aclocal 1.11.1 (from 1.10.1) and to autoconf 2.65 (from 2.61). git-svn-id: https://google-glog.googlecode.com/svn/trunk@93 eb4d4688-79bd-11dd-afb4-1d65580434c0
2010-05-28Move TEST_SRC_DIR from googletest.h to config.h.1-0/+3
Now test passes out side tree. git-svn-id: https://google-glog.googlecode.com/svn/trunk@85 eb4d4688-79bd-11dd-afb4-1d65580434c0
2010-01-18Handle ucontext.h properly in Snow leopard.1-0/+3
git-svn-id: https://google-glog.googlecode.com/svn/trunk@75 eb4d4688-79bd-11dd-afb4-1d65580434c0
2009-01-05Use gtest and gmock if installed.1-0/+6
git-svn-id: https://google-glog.googlecode.com/svn/trunk@26 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.1-0/+18
git-svn-id: https://google-glog.googlecode.com/svn/trunk@23 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-11-21Add -lpthread in addition to -pthread on Linux.1-0/+3
git-svn-id: https://google-glog.googlecode.com/svn/trunk@21 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-11-17Re-organize the way to produce stacktrace.1-0/+6
Since we introduced the API to set signal handler and print a stacktrace, we should avoid glibc's backtrace, which may call malloc. Basically, we choose the way to produce a stacktrace as same as perftools. Also, I removed GetStackFrames, which is not used and not implemented with glibc. git-svn-id: https://google-glog.googlecode.com/svn/trunk@16 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-10-30Add InstallFailureSignalHandler(). The function installs a signal handler that1-1/+10
will dump useful information when the program crashes on certain signals such as SIGSEGV. Also, changed the version of autoconf (2.59 => 2.61). git-svn-id: https://google-glog.googlecode.com/svn/trunk@11 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-10-17Use dladdr to get symbols for environments which doesn't use ELF and1-0/+6
has execinfo.h (e.g., MacOSX 10.5). Though dladdr may not be async signal safe, it's OK since glog's stacktrace doesn't depend on signals. git-svn-id: https://google-glog.googlecode.com/svn/trunk@7 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-10-07glog 0.11-0/+104
git-svn-id: https://google-glog.googlecode.com/svn/trunk@2 eb4d4688-79bd-11dd-afb4-1d65580434c0