Commit graph

127 commits

Author SHA1 Message Date
Andreas Schuh
6e9f41669e No need to export CommandLineFlagInfo data only structure from DLL. 2014-03-19 11:35:30 +00:00
Andreas Schuh
d8c6a552aa Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure. 2014-03-19 11:29:43 +00:00
Andreas Schuh
b18fe77ecd Fix check for pthreads library on Ubuntu. 2014-03-18 22:39:59 +00:00
Andreas Schuh
b8f5717416 Add missing CheckTypeSizeMap.cmake.in file.
Copied from CMake master branch.
2014-03-18 22:06:13 +00:00
Andreas Schuh
492ac156bc 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.
2014-03-18 22:03:10 +00:00
Andreas Schuh
cf92ec3bf0 Modify CheckTypeSize.cmake module so it works with older CMake versions. 2014-03-18 21:59:48 +00:00
Andreas Schuh
1e0b54c6ed Fix unit tests for Windows and CygWin. 2014-03-17 21:49:10 +00:00
Andreas Schuh
e491f0161d Add missing errno.h include statement and use int instead of errno_t. 2014-03-17 21:38:21 +00:00
Andreas Schuh
e31f179ae0 Fix up use of SafeFOpen. 2014-03-17 21:27:01 +00:00
Andreas Schuh
6b7be9a00a Enable test case which tests invalid negative value for uint64 flag. 2014-03-17 21:22:51 +00:00
Andreas Schuh
a0dca4df0c Create temporary directory for unit tests in specified --test_tmpdir if possible. 2014-03-17 21:21:59 +00:00
Andreas Schuh
eeb4db3234 Use _strtoi64 and _strtoui64 on Windows. 2014-03-17 21:21:21 +00:00
Andreas Schuh
107681258b Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. 2014-03-17 21:20:24 +00:00
Andreas Schuh
8d3797cd15 Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions. 2014-03-17 21:19:35 +00:00
Andreas Schuh
8d93bca20a Minor CMake coding style change of version_numbers function. 2014-03-17 21:16:31 +00:00
Andreas Schuh
0d9486f9a3 Pass --test_tmpdir and --srcdir to unittests. 2014-03-17 21:15:52 +00:00
Andreas Schuh
505686bd7a Require at least CMake 2.8.4 to avoid Cygwin legacy warning. 2014-03-17 20:54:48 +00:00
Andreas Schuh
c94e9bec36 Add missing execute_test.cmake script. 2014-03-17 16:12:56 +00:00
Andreas Schuh
bf918e630f Rename FindThreadsCXX module. 2014-03-17 13:44:03 +00:00
Andreas Schuh
33ee7ad6ef Fix typo in documentation and path of execute_test.cmake script. 2014-03-17 13:41:46 +00:00
Andreas Schuh
cb00fb9ec7 Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call. 2014-03-17 13:39:10 +00:00
Andreas Schuh
c6a9986fa0 Minor style change to be consistent. 2014-03-17 13:39:10 +00:00
Andreas Schuh
7b63ae8f8a Fix preprocessor conditions to use new GFLAGS_* defines. 2014-03-17 13:33:26 +00:00
Andreas Schuh
9b3c4a81c2 Modify CheckCXXLibraryExists to use CMakeFiles directory. 2014-03-17 13:25:04 +00:00
Andreas Schuh
f1e7b37c48 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. 2014-03-17 13:17:44 +00:00
Andreas Schuh
1b1b61d305 Fix previous change of FindThreadsCxx.cmake by copying needed source file from CMake installation, changing the file name extension only. 2014-03-17 12:38:41 +00:00
Andreas Schuh
c5627a75bc Use CheckForPthreads.cxx to find pthreads library on Ubuntu. 2014-03-17 12:35:28 +00:00
Andreas Schuh
6e4c22e982 Merge pull request #7 from andy-held/cmake-migration
Fix case in CMake module includes.
2014-03-17 12:16:26 +00:00
Andreas Franek
f479174573 * fixed letter case of included file names
* C language definition is needed for CheckForPthreads.c
2014-03-17 09:38:15 +01:00
Andreas Schuh
a4c4a01a37 Check if pthread_rwlock_t is available and use it if so. 2014-03-15 14:31:21 +00:00
Andreas Schuh
8477f3174e Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +00:00
Andreas Schuh
f0f565fb0f Remove obsolete gflags_unittest.sh script. 2014-03-14 20:34:30 +00:00
Andreas Schuh
8a563cfca3 Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. 2014-03-14 20:32:37 +00:00
Andreas Schuh
15bc2d6c15 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. 2014-03-14 16:29:51 +00:00
Andreas Schuh
70eac23c1b Issue #73 Fix missing STL DLL export warnings of Visual Studio according to KB168958. 2014-03-14 16:08:52 +00:00
Andreas Schuh
b2180eb52c Fix build on Windows using Visual Studio. Add gflags_config.h. 2014-03-14 15:28:34 +00:00
Andreas Schuh
efc6908bce Add header files to add_library targets so they show up in IDEs. 2014-03-14 13:29:11 +00:00
Andreas Schuh
0c65228956 Minor update of README. 2013-11-06 20:56:03 +00:00
Andreas Schuh
3900860906 Ignore .DS_Store files of OS X. 2013-11-05 12:09:52 +00:00
Andreas Schuh
01d810e3c0 Be more specific about what to ignore. 2013-11-05 12:03:29 +00:00
Andreas Schuh
48316bd345 Merge pull request #3 from dominichamon/cmake-migration
Adding gitignore for generated files
2013-11-05 03:56:17 -08:00
Andreas Schuh
27c0c9ef79 Merge pull request #4 from daniperez/cmake-migration
Exporting binary tree to CMake registry
2013-11-04 16:56:31 -08:00
Dani Perez
459e529168 exporting binary tree to CMake registry
This eases integration with other applications making use
of gflags without needing to install it in the system.
find_package looks in the registry for existing software.
2013-10-22 23:03:27 +02:00
Dominic Hamon
99f52df612 Adding gitignore for generated files 2013-09-20 14:14:23 -07:00
Andreas Schuh
667c52be59 Remove reference to README_windows. 2013-08-01 03:53:59 +01:00
Andreas Schuh
3c0cd06b6d Document finding and linking to gflags using CMake. 2013-08-01 03:46:29 +01:00
Andreas Schuh
1c9f065dd0 Add negative compilation tests. 2013-08-01 03:31:47 +01:00
Andreas Schuh
7abcbdcbbd Add gflags library which is built with NO_THREADS definition. 2013-08-01 02:04:37 +01:00
Andreas Schuh
ac3cb02be8 Add missing unittest2 and unittest3 executables. 2013-08-01 01:59:32 +01:00
Andreas Schuh
126f36b826 Enable build and execution of tests again using CTest. 2013-08-01 01:47:13 +01:00