Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 18 Mar 2014 22:03:10 +0000 (22:03 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 18 Mar 2014 22:03:10 +0000 (22:03 +0000)
commit492ac156bc6b6e8dfbb8c93c6bdb5d57b346f925
tree4cde051e1865c82aec443fbb6bff1456a36ee727
parentcf92ec3bf01476f72ad48eb20cfcaceadf25ee6b
Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
Expose as few system variables as possible through public interface.
Perform STRIP_FLAGS_HELP test using CMake instead of Bash.
Change file path separator used by gflags_reporting.cc to backslash on Windwos.
12 files changed:
CMakeLists.txt
cmake/utils.cmake
src/config.h.in
src/gflags.cc
src/gflags.h
src/gflags_declare.h.in
src/gflags_reporting.cc
test/CMakeLists.txt
test/config_for_unittests.h
test/gflags_strip_flags_test.cmake [new file with mode: 0644]
test/gflags_strip_flags_test.sh [deleted file]
test/gflags_unittest.cc