* PORTING: Add windows (MSVC) support (csilvers)
authorCraig Silverstein <csilvers+gflags@google.com>
Tue, 10 Nov 2009 16:33:51 +0000 (16:33 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Tue, 10 Nov 2009 16:33:51 +0000 (16:33 +0000)
commitab3d7650dc1c0361db7cbf1080a86540cf0b9a44
treec897637f3a85fa7e7ea9871b487e90fd906532fe
parent688ea02a697dcecfb3bedd4f48bf8a658e7b5a33
* PORTING: Add windows (MSVC) support (csilvers)
* Comment danger of using GetAllFlags in validators (wojtekm)
* Add python support for gnu_getopt (hobe)
* DEFINE_list now accepts a list as a default (dsturtevant)
* TMPDIR -> TEST_TMPDIR in Makefile, fixing objcopy behavior (csilvers)
* Fix the 'cp' command to use $(top_srcdir) in the Makefile (csilvers)

git-svn-id: https://gflags.googlecode.com/svn/trunk@34 6586e3c6-dcc4-952a-343f-ff74eb82781d
23 files changed:
Makefile.am
Makefile.in
README
configure
configure.ac
google-gflags.sln [new file with mode: 0755]
python/gflags.py
python/gflags_unittest.py
src/config.h.in
src/config_for_unittests.h [new file with mode: 0644]
src/gflags.cc
src/gflags/gflags.h.in
src/gflags_completions.cc
src/gflags_reporting.cc
src/gflags_unittest.cc
src/gflags_unittest.sh
src/windows/config.h [new file with mode: 0644]
src/windows/gflags/gflags.h [new file with mode: 0644]
src/windows/gflags/gflags_completions.h [new file with mode: 0644]
src/windows/port.cc [new file with mode: 0644]
src/windows/port.h [new file with mode: 0644]
vsprojects/gflags_unittest/gflags_unittest.vcproj [new file with mode: 0644]
vsprojects/libgflags/libgflags.vcproj [new file with mode: 0755]