Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Sat, 15 Mar 2014 14:15:33 +0000 (14:15 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Sat, 15 Mar 2014 14:15:33 +0000 (14:15 +0000)
commit8477f3174eb9d2cf4e43af222c7bbb6dfd006827
tree8ecb8a8cdbd749d2828c7def8583604d53ac160b
parentf0f565fb0f28b9a658e546eecf8e4847eac6a45c
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
16 files changed:
.gitignore
CMakeLists.txt
cmake/CMakeCXXInformation.cmake [new file with mode: 0644]
cmake/CheckTypeSize.c.in [new file with mode: 0644]
cmake/CheckTypeSize.cmake [new file with mode: 0644]
cmake/FindThreadsCxx.cmake [new file with mode: 0644]
src/config.h.in
src/gflags.cc
src/gflags.h
src/gflags_declare.h.in
src/gflags_reporting.cc
src/mutex.h
src/util.h
src/windows_port.cc
src/windows_port.h
test/gflags_unittest.cc