Commit graph

172 commits

Author SHA1 Message Date
Andreas Schuh
bbe1895559 Remove devel package content summary from README 2014-03-22 01:00:11 +00:00
Andreas Schuh
0e1c5ce039 Merge remote-tracking branch 'google/release' into develop 2014-03-20 20:29:11 +00:00
Andreas Schuh
2a9ef084a9 Merge remote-tracking branch 'google/hotfix/rpm-package-architecture' into release 2014-03-20 20:27:48 +00:00
Andreas Schuh
d699559081 Fix architecture used for RPM packages and DEB/RPM package file names. 2014-03-20 20:21:30 +00:00
Andreas Schuh
04a30c86de Merge remote-tracking branch 'google/release' into 'master'.
Conflicts:
	gflags-vs2003.sln
	gflags-vs2010.sln
	gflags-vs2012.sln
	vsprojects/gflags_unittest/gflags_unittest-vs2010.vcxproj
	vsprojects/libgflags/libgflags-vs2010.vcxproj
2014-03-20 16:37:14 +00:00
Andreas Schuh
882db5d018 Mention Git branching model in NEWS. 2014-03-20 16:35:30 +00:00
Andreas Schuh
33e2cbe2c6 Add release notes. 2014-03-20 16:32:54 +00:00
Andreas Schuh
3e96a19026 Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases. 2014-03-20 16:19:00 +00:00
Andreas Schuh
0100be50ec Add missing entry to ChangeLog for v2.1 release. 2014-03-20 16:15:10 +00:00
Andreas Schuh
76f2ffadb4 Add ChangeLog entries for v2.1 release. 2014-03-20 16:02:15 +00:00
Andreas Schuh
978c567d02 Ignore packages subdirectory (if it exists). 2014-03-20 04:43:01 +00:00
Andreas Schuh
06ad5027d2 Merge branch 'refs/heads/feature/cpack-package-generation' into develop 2014-03-20 04:38:03 +00:00
Andreas Schuh
a49a656f1e Use dpkg --print-architecture also for RPM generator. 2014-03-20 04:24:57 +00:00
Andreas Schuh
e8890f274a Set additional DEB CPack variables in package.cmake.in. 2014-03-20 04:20:15 +00:00
Andreas Schuh
fc6e079cfc Change package vendor to just a name. 2014-03-20 04:09:02 +00:00
Andreas Schuh
52bf642cf8 Remove brief description from README to avoid duplicate appearance in RPM and other packages. 2014-03-20 04:06:27 +00:00
Andreas Schuh
4b1ca7d5f1 Add missing year to ChangeLog entry. RPM is now generated successfully. 2014-03-20 03:53:50 +00:00
Andreas Schuh
4258af12b7 Remove separating lines from ChangeLog again. 2014-03-20 03:51:30 +00:00
Andreas Schuh
313e39e323 Add missing name to ChangeLog entry and further format changes. 2014-03-20 03:49:21 +00:00
Andreas Schuh
dc9674ee46 Remove time fields from ChangeLog entries which are not compatible with RPM spec. 2014-03-20 03:42:22 +00:00
Andreas Schuh
b6f61ab0ce Fix bugs in package configuration file. 2014-03-20 03:38:59 +00:00
Andreas Schuh
26a35dd2e4 Convert ChangeLog to format allowed in RPM spec. 2014-03-20 03:35:15 +00:00
Andreas Schuh
37a9a90d1d Set RPM CPack variables already in CMakeList.txt. 2014-03-20 03:27:13 +00:00
Andreas Schuh
516e028901 Set RPM generator specific variables. 2014-03-20 03:23:08 +00:00
Andreas Schuh
13fe86b8fe Correct CPack package description file. 2014-03-20 03:22:57 +00:00
Andreas Schuh
bf139ea0a8 Fix build of threaded library on Unix by adding the appropriate link library. 2014-03-20 03:04:44 +00:00
Andreas Schuh
cb62c00354 Change mode of text file. 2014-03-20 02:14:30 +00:00
Andreas Schuh
9ecc4cab3b Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
Andreas Schuh
ec4ddb403a Revert "Added Git ignore file to prevent build files being seen as changed files"
This reverts commit fb21f3cca0.
2014-03-19 17:56:32 +00:00
Andreas Schuh
ddc5357419 Add link dependency on shlwapi.lib during build configuration instead of #pragma comment statement. Use this library also on MinGW. 2014-03-19 17:32:23 +00:00
Andreas Schuh
9242578bc1 Look for shlwapi.h also in case of MinGW. 2014-03-19 17:15:36 +00:00
Andreas Schuh
acb460af9e Use strtoll as defined by windows_port.h for strto64. 2014-03-19 16:53:19 +00:00
Andreas Schuh
41181669d1 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.
The OS_WINDOWS #define has previously been used in gflags.cc before the CMake migration.
2014-03-19 16:46:56 +00:00
Andreas Schuh
dbc09f12db Merge remote-tracking branch 'github/cmake-migration' 2014-03-19 16:08:35 +00:00
Andreas Schuh
13025b119f Remove GFLAGS_NAMESPACE and version macros from public headers again. 2014-03-19 16:05:02 +00:00
Andreas Schuh
0b116eb439 Simplify check for strtoll and strtoq. 2014-03-19 15:56:26 +00:00
Andreas Schuh
5250372ab6 Fix conditional compilation of tests using glob expressions. 2014-03-19 15:55:43 +00:00
Andreas Schuh
9d686e7107 Add .gitattributes file to normalize all files to LF. 2014-03-19 14:48:03 +00:00
unknown
3d142b88d7 Convert line endings to Unix format. 2014-03-19 15:27:08 +01:00
Andreas Schuh
8566bcf1eb Replace GFLAGS_HAVE_* #defines by HAVE_* again. 2014-03-19 14:24:52 +00:00
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