Initial windows support. Now we don't have the stacktrace and several unittests.
author <shinichiro.hamaji@gmail.com> <>
Fri, 19 Dec 2008 15:20:40 +0000 (15:20 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Fri, 19 Dec 2008 15:20:40 +0000 (15:20 +0000)
commitafd586a5d5c96a606773bd48422b892957419b59
treeb807abf9182af1dd4d6832c45c3b4bdfd80a5813
parentc54c735616b5dba9966c342b0e14e07833bbec7b
Initial windows support. Now we don't have the stacktrace and several unittests.

git-svn-id: https://google-glog.googlecode.com/svn/trunk@23 eb4d4688-79bd-11dd-afb4-1d65580434c0
31 files changed:
INSTALL
Makefile.am
Makefile.in
configure
configure.ac
google-glog.sln [new file with mode: 0755]
src/base/commandlineflags.h
src/config.h.in
src/config_for_unittests.h [new file with mode: 0644]
src/glog/log_severity.h
src/glog/logging.h.in
src/glog/raw_logging.h.in
src/glog/vlog_is_on.h.in
src/googletest.h
src/logging.cc
src/logging_unittest.cc
src/raw_logging.cc
src/utilities.cc
src/utilities.h
src/vlog_is_on.cc
src/windows/config.h [new file with mode: 0755]
src/windows/glog/log_severity.h [new file with mode: 0644]
src/windows/glog/logging.h [new file with mode: 0755]
src/windows/glog/raw_logging.h [new file with mode: 0755]
src/windows/glog/stl_logging.h [new file with mode: 0755]
src/windows/glog/vlog_is_on.h [new file with mode: 0755]
src/windows/port.cc [new file with mode: 0755]
src/windows/port.h [new file with mode: 0755]
src/windows/preprocess.sh [new file with mode: 0755]
vsprojects/libglog/libglog.vcproj [new file with mode: 0755]
vsprojects/logging_unittest/logging_unittest.vcproj [new file with mode: 0755]