Commit graph

  • 882db5d018 Mention Git branching model in NEWS. Andreas Schuh 2014-03-20 16:35:30 +00:00
  • 33e2cbe2c6 Add release notes. Andreas Schuh 2014-03-20 16:32:54 +00:00
  • 3e96a19026 Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases. Andreas Schuh 2014-03-20 16:19:00 +00:00
  • 0100be50ec Add missing entry to ChangeLog for v2.1 release. Andreas Schuh 2014-03-20 16:15:10 +00:00
  • 76f2ffadb4 Add ChangeLog entries for v2.1 release. Andreas Schuh 2014-03-20 16:02:15 +00:00
  • 978c567d02 Ignore packages subdirectory (if it exists). Andreas Schuh 2014-03-20 04:43:01 +00:00
  • 06ad5027d2 Merge branch 'refs/heads/feature/cpack-package-generation' into develop Andreas Schuh 2014-03-20 04:38:03 +00:00
  • a49a656f1e Use dpkg --print-architecture also for RPM generator. Andreas Schuh 2014-03-20 04:24:57 +00:00
  • e8890f274a Set additional DEB CPack variables in package.cmake.in. Andreas Schuh 2014-03-20 04:20:15 +00:00
  • fc6e079cfc Change package vendor to just a name. Andreas Schuh 2014-03-20 04:09:02 +00:00
  • 52bf642cf8 Remove brief description from README to avoid duplicate appearance in RPM and other packages. Andreas Schuh 2014-03-20 04:06:13 +00:00
  • 4b1ca7d5f1 Add missing year to ChangeLog entry. RPM is now generated successfully. Andreas Schuh 2014-03-20 03:53:50 +00:00
  • 4258af12b7 Remove separating lines from ChangeLog again. Andreas Schuh 2014-03-20 03:51:30 +00:00
  • 313e39e323 Add missing name to ChangeLog entry and further format changes. Andreas Schuh 2014-03-20 03:49:21 +00:00
  • dc9674ee46 Remove time fields from ChangeLog entries which are not compatible with RPM spec. Andreas Schuh 2014-03-20 03:42:22 +00:00
  • b6f61ab0ce Fix bugs in package configuration file. Andreas Schuh 2014-03-20 03:38:59 +00:00
  • 26a35dd2e4 Convert ChangeLog to format allowed in RPM spec. Andreas Schuh 2014-03-20 03:35:15 +00:00
  • 37a9a90d1d Set RPM CPack variables already in CMakeList.txt. Andreas Schuh 2014-03-20 03:27:13 +00:00
  • 516e028901 Set RPM generator specific variables. Andreas Schuh 2014-03-20 03:23:08 +00:00
  • 13fe86b8fe Correct CPack package description file. Andreas Schuh 2014-03-20 03:22:57 +00:00
  • bf139ea0a8 Fix build of threaded library on Unix by adding the appropriate link library. Andreas Schuh 2014-03-20 03:04:44 +00:00
  • cb62c00354 Change mode of text file. Andreas Schuh 2014-03-20 02:13:13 +00:00
  • 9ecc4cab3b Enable packaging of library using CPack. Andreas Schuh 2014-03-20 02:11:44 +00:00
  • ec4ddb403a Revert "Added Git ignore file to prevent build files being seen as changed files" Andreas Schuh 2014-03-19 17:56:32 +00:00
  • ddc5357419 Add link dependency on shlwapi.lib during build configuration instead of #pragma comment statement. Use this library also on MinGW. Andreas Schuh 2014-03-19 17:32:23 +00:00
  • 9242578bc1 Look for shlwapi.h also in case of MinGW. Andreas Schuh 2014-03-19 17:15:36 +00:00
  • acb460af9e Use strtoll as defined by windows_port.h for strto64. Andreas Schuh 2014-03-19 16:53:19 +00:00
  • 41181669d1 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. Andreas Schuh 2014-03-19 16:46:56 +00:00
  • 1c3271a4d5 Merge remote-tracking branch 'github/develop' into bugfix-40-memory-leaks Andreas Schuh 2014-03-19 16:37:34 +00:00
  • dbc09f12db Merge remote-tracking branch 'github/cmake-migration' Andreas Schuh 2014-03-19 16:08:35 +00:00
  • 13025b119f Remove GFLAGS_NAMESPACE and version macros from public headers again. Andreas Schuh 2014-03-19 16:05:02 +00:00
  • 0b116eb439 Simplify check for strtoll and strtoq. Andreas Schuh 2014-03-19 15:56:26 +00:00
  • 5250372ab6 Fix conditional compilation of tests using glob expressions. Andreas Schuh 2014-03-19 15:55:43 +00:00
  • 9d686e7107 Add .gitattributes file to normalize all files to LF. Andreas Schuh 2014-03-19 14:48:03 +00:00
  • 3d142b88d7 Convert line endings to Unix format. unknown 2014-03-19 15:27:08 +01:00
  • 8566bcf1eb Replace GFLAGS_HAVE_* #defines by HAVE_* again. Andreas Schuh 2014-03-19 14:24:52 +00:00
  • 6e9f41669e No need to export CommandLineFlagInfo data only structure from DLL. Andreas Schuh 2014-03-19 11:35:30 +00:00
  • d8c6a552aa Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure. Andreas Schuh 2014-03-19 11:29:43 +00:00
  • b18fe77ecd Fix check for pthreads library on Ubuntu. Andreas Schuh 2014-03-18 22:39:59 +00:00
  • b8f5717416 Add missing CheckTypeSizeMap.cmake.in file. Andreas Schuh 2014-03-18 22:06:13 +00:00
  • 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. Andreas Schuh 2014-03-18 22:03:10 +00:00
  • cf92ec3bf0 Modify CheckTypeSize.cmake module so it works with older CMake versions. Andreas Schuh 2014-03-18 21:59:48 +00:00
  • 1e0b54c6ed Fix unit tests for Windows and CygWin. Andreas Schuh 2014-03-17 21:49:10 +00:00
  • e491f0161d Add missing errno.h include statement and use int instead of errno_t. Andreas Schuh 2014-03-17 21:38:21 +00:00
  • e31f179ae0 Fix up use of SafeFOpen. Andreas Schuh 2014-03-17 21:27:01 +00:00
  • 6b7be9a00a Enable test case which tests invalid negative value for uint64 flag. Andreas Schuh 2014-03-17 21:22:51 +00:00
  • a0dca4df0c Create temporary directory for unit tests in specified --test_tmpdir if possible. Andreas Schuh 2014-03-17 21:21:59 +00:00
  • eeb4db3234 Use _strtoi64 and _strtoui64 on Windows. Andreas Schuh 2014-03-17 21:21:21 +00:00
  • 107681258b Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. Andreas Schuh 2014-03-17 21:20:24 +00:00
  • 8d3797cd15 Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions. Andreas Schuh 2014-03-17 21:19:35 +00:00
  • 8d93bca20a Minor CMake coding style change of version_numbers function. Andreas Schuh 2014-03-17 21:16:31 +00:00
  • 0d9486f9a3 Pass --test_tmpdir and --srcdir to unittests. Andreas Schuh 2014-03-17 21:15:52 +00:00
  • 505686bd7a Require at least CMake 2.8.4 to avoid Cygwin legacy warning. Andreas Schuh 2014-03-17 20:54:48 +00:00
  • c94e9bec36 Add missing execute_test.cmake script. Andreas Schuh 2014-03-17 16:12:56 +00:00
  • bf918e630f Rename FindThreadsCXX module. Andreas Schuh 2014-03-17 13:44:03 +00:00
  • 33ee7ad6ef Fix typo in documentation and path of execute_test.cmake script. Andreas Schuh 2014-03-17 13:41:46 +00:00
  • cb00fb9ec7 Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call. Andreas Schuh 2014-03-17 13:38:48 +00:00
  • c6a9986fa0 Minor style change to be consistent. Andreas Schuh 2014-03-17 13:36:34 +00:00
  • 7b63ae8f8a Fix preprocessor conditions to use new GFLAGS_* defines. Andreas Schuh 2014-03-17 13:33:26 +00:00
  • 9b3c4a81c2 Modify CheckCXXLibraryExists to use CMakeFiles directory. Andreas Schuh 2014-03-17 13:25:04 +00:00
  • f1e7b37c48 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. Andreas Schuh 2014-03-17 13:17:44 +00:00
  • 1b1b61d305 Fix previous change of FindThreadsCxx.cmake by copying needed source file from CMake installation, changing the file name extension only. Andreas Schuh 2014-03-17 12:38:41 +00:00
  • c5627a75bc Use CheckForPthreads.cxx to find pthreads library on Ubuntu. Andreas Schuh 2014-03-17 12:35:28 +00:00
  • 6e4c22e982 Merge pull request #7 from andy-held/cmake-migration Andreas Schuh 2014-03-17 12:16:26 +00:00
  • f479174573 * fixed letter case of included file names * C language definition is needed for CheckForPthreads.c Andreas Franek 2014-03-17 09:38:15 +01:00
  • a4c4a01a37 Check if pthread_rwlock_t is available and use it if so. Andreas Schuh 2014-03-15 14:31:21 +00:00
  • 8477f3174e Fix build with Xcode 5, system checks, set LANGUAGE to CXX. Andreas Schuh 2014-03-15 14:15:33 +00:00
  • f0f565fb0f Remove obsolete gflags_unittest.sh script. Andreas Schuh 2014-03-14 20:34:30 +00:00
  • 8a563cfca3 Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. Andreas Schuh 2014-03-14 20:32:37 +00:00
  • 15bc2d6c15 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. Andreas Schuh 2014-03-14 16:29:51 +00:00
  • 70eac23c1b Issue #73 Fix missing STL DLL export warnings of Visual Studio according to KB168958. Andreas Schuh 2014-03-14 16:08:52 +00:00
  • b2180eb52c Fix build on Windows using Visual Studio. Add gflags_config.h. Andreas Schuh 2014-03-14 13:30:22 +00:00
  • efc6908bce Add header files to add_library targets so they show up in IDEs. Andreas Schuh 2014-03-14 13:29:11 +00:00
  • 5db9fd49d0 Merge 93fafeeb63 into eb92d6edce lazywilly 2014-02-11 08:47:21 -05:00
  • 93fafeeb63 Added autopackage file and PS script to generate the packages Guillaume Dumont 2014-02-10 16:15:53 -05:00
  • 7a65c1a839 Fixed preprocessor definitions in static lib project Guillaume Dumont 2014-02-10 14:42:25 -05:00
  • 4fb07bd7c7 Renamed static library in Debug configs Guillaume Dumont 2014-02-10 14:34:49 -05:00
  • 14106ab6d0 Added VS 2013 projects and static library project Guillaume Dumont 2014-02-10 14:20:09 -05:00
  • a4da2174f5 Added missing DEFINE_validator macro to windows gflags.h Guillaume Dumont 2014-02-10 13:48:33 -05:00
  • eb92d6edce Merge pull request #5 from Photonios/master Andreas Schuh 2013-11-27 09:51:19 -08:00
  • 38b662ab07 Renamed projects in VS2003 solution file to match the filename Swen Kooij 2013-11-27 18:05:06 +01:00
  • 2bd1aeeeb7 Renamed projects in VS2012 solution file to match the filename Swen Kooij 2013-11-27 18:04:40 +01:00
  • d0882077b3 Added configuration options for x64 to vs2010 solution/project file Photonios 2013-11-22 17:32:40 +01:00
  • fb21f3cca0 Added Git ignore file to prevent build files being seen as changed files Photonios 2013-11-22 17:31:07 +01:00
  • 0c65228956 Minor update of README. Andreas Schuh 2013-11-06 20:56:03 +00:00
  • 3900860906 Ignore .DS_Store files of OS X. Andreas Schuh 2013-11-05 12:09:52 +00:00
  • 01d810e3c0 Be more specific about what to ignore. Andreas Schuh 2013-11-05 12:03:29 +00:00
  • 48316bd345 Merge pull request #3 from dominichamon/cmake-migration Andreas Schuh 2013-11-05 03:56:17 -08:00
  • 27c0c9ef79 Merge pull request #4 from daniperez/cmake-migration Andreas Schuh 2013-11-04 16:56:31 -08:00
  • 459e529168 exporting binary tree to CMake registry Dani Perez 2013-10-22 23:03:27 +02:00
  • 99f52df612 Adding gitignore for generated files Dominic Hamon 2013-09-20 14:14:23 -07:00
  • 667c52be59 Remove reference to README_windows. Andreas Schuh 2013-08-01 03:53:59 +01:00
  • 3c0cd06b6d Document finding and linking to gflags using CMake. Andreas Schuh 2013-08-01 03:46:29 +01:00
  • 1c9f065dd0 Add negative compilation tests. Andreas Schuh 2013-08-01 03:31:47 +01:00
  • 7abcbdcbbd Add gflags library which is built with NO_THREADS definition. Andreas Schuh 2013-08-01 02:04:37 +01:00
  • ac3cb02be8 Add missing unittest2 and unittest3 executables. Andreas Schuh 2013-08-01 01:59:32 +01:00
  • 126f36b826 Enable build and execution of tests again using CTest. Andreas Schuh 2013-08-01 01:47:13 +01:00
  • 620557ccbc Install Bash completion script. Andreas Schuh 2013-08-01 01:06:36 +01:00
  • 5564469b96 Give basic CMake based build instructions in INSTALL file. Andreas Schuh 2013-08-01 00:52:46 +01:00
  • 7a07439cf6 Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version. Andreas Schuh 2013-08-01 00:27:40 +01:00