platform/upstream/gflags.git
2014-03-25 Andreas SchuhUse GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/hotfix/rpm-package...
2014-03-20 Andreas SchuhFix architecture used for RPM packages and DEB/RPM...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-20 Andreas SchuhMention Git branching model in NEWS.
2014-03-20 Andreas SchuhAdd release notes.
2014-03-20 Andreas SchuhChange version to 2.1.0, i.e., use common semantic...
2014-03-20 Andreas SchuhAdd missing entry to ChangeLog for v2.1 release.
2014-03-20 Andreas SchuhAdd ChangeLog entries for v2.1 release.
2014-03-20 Andreas SchuhIgnore packages subdirectory (if it exists).
2014-03-20 Andreas SchuhMerge branch 'refs/heads/feature/cpack-package-generati...
2014-03-20 Andreas SchuhUse dpkg --print-architecture also for RPM generator.
2014-03-20 Andreas SchuhSet additional DEB CPack variables in package.cmake.in.
2014-03-20 Andreas SchuhChange package vendor to just a name.
2014-03-20 Andreas SchuhRemove brief description from README to avoid duplicate...
2014-03-20 Andreas SchuhAdd missing year to ChangeLog entry. RPM is now generat...
2014-03-20 Andreas SchuhRemove separating lines from ChangeLog again.
2014-03-20 Andreas SchuhAdd missing name to ChangeLog entry and further format...
2014-03-20 Andreas SchuhRemove time fields from ChangeLog entries which are...
2014-03-20 Andreas SchuhFix bugs in package configuration file.
2014-03-20 Andreas SchuhConvert ChangeLog to format allowed in RPM spec.
2014-03-20 Andreas SchuhSet RPM CPack variables already in CMakeList.txt.
2014-03-20 Andreas SchuhSet RPM generator specific variables.
2014-03-20 Andreas SchuhCorrect CPack package description file.
2014-03-20 Andreas SchuhFix build of threaded library on Unix by adding the...
2014-03-20 Andreas SchuhChange mode of text file.
2014-03-20 Andreas SchuhEnable packaging of library using CPack.
2014-03-19 Andreas SchuhRevert "Added Git ignore file to prevent build files...
2014-03-19 Andreas SchuhAdd link dependency on shlwapi.lib during build configu...
2014-03-19 Andreas SchuhLook for shlwapi.h also in case of MinGW.
2014-03-19 Andreas SchuhUse strtoll as defined by windows_port.h for strto64.
2014-03-19 Andreas SchuhUse OS_WINDOWS #define instead of _WIN32 and WINDOWS.
2014-03-19 Andreas SchuhMerge remote-tracking branch 'github/cmake-migration'
2014-03-19 Andreas SchuhRemove GFLAGS_NAMESPACE and version macros from public...
2014-03-19 Andreas SchuhSimplify check for strtoll and strtoq.
2014-03-19 Andreas SchuhFix conditional compilation of tests using glob express...
2014-03-19 Andreas SchuhAdd .gitattributes file to normalize all files to LF.
2014-03-19 unknownConvert line endings to Unix format.
2014-03-19 Andreas SchuhReplace GFLAGS_HAVE_* #defines by HAVE_* again.
2014-03-19 Andreas SchuhNo need to export CommandLineFlagInfo data only structu...
2014-03-19 Andreas SchuhFix bug in SafeFOpen showing up in Cygwin. Errno only...
2014-03-18 Andreas SchuhFix check for pthreads library on Ubuntu.
2014-03-18 Andreas SchuhAdd missing CheckTypeSizeMap.cmake.in file.
2014-03-18 Andreas SchuhFix DLL build on Windows and use PathMatchSpec instead...
2014-03-18 Andreas SchuhModify CheckTypeSize.cmake module so it works with...
2014-03-17 Andreas SchuhFix unit tests for Windows and CygWin.
2014-03-17 Andreas SchuhAdd missing errno.h include statement and use int inste...
2014-03-17 Andreas SchuhFix up use of SafeFOpen.
2014-03-17 Andreas SchuhEnable test case which tests invalid negative value...
2014-03-17 Andreas SchuhCreate temporary directory for unit tests in specified...
2014-03-17 Andreas SchuhUse _strtoi64 and _strtoui64 on Windows.
2014-03-17 Andreas SchuhFix VS linker warning regarding locally defined FLAGS_t...
2014-03-17 Andreas SchuhFix VS security warnings using SafeGetEnv and SafeFOpen...
2014-03-17 Andreas SchuhMinor CMake coding style change of version_numbers...
2014-03-17 Andreas SchuhPass --test_tmpdir and --srcdir to unittests.
2014-03-17 Andreas SchuhRequire at least CMake 2.8.4 to avoid Cygwin legacy...
2014-03-17 Andreas SchuhAdd missing execute_test.cmake script.
2014-03-17 Andreas SchuhRename FindThreadsCXX module.
2014-03-17 Andreas SchuhFix typo in documentation and path of execute_test...
2014-03-17 Andreas SchuhRemove obsolete set(GFLAGS_INTTYPES_FORMAT) call.
2014-03-17 Andreas SchuhMinor style change to be consistent.
2014-03-17 Andreas SchuhFix preprocessor conditions to use new GFLAGS_* defines.
2014-03-17 Andreas SchuhModify CheckCXXLibraryExists to use CMakeFiles directory.
2014-03-17 Andreas SchuhAdd CheckCXXLibraryExists.cmake module and use it in...
2014-03-17 Andreas SchuhFix previous change of FindThreadsCxx.cmake by copying...
2014-03-17 Andreas SchuhUse CheckForPthreads.cxx to find pthreads library on...
2014-03-17 Andreas SchuhMerge pull request #7 from andy-held/cmake-migration
2014-03-17 Andreas Franek* fixed letter case of included file names
2014-03-15 Andreas SchuhCheck if pthread_rwlock_t is available and use it if so.
2014-03-15 Andreas SchuhFix build with Xcode 5, system checks, set LANGUAGE...
2014-03-14 Andreas SchuhRemove obsolete gflags_unittest.sh script.
2014-03-14 Andreas SchuhMigrate unit tests to CMake/CTest. Fix preprocessor...
2014-03-14 Andreas SchuhIssue #73 Merge gflags_config.h into gflags_declare...
2014-03-14 Andreas SchuhIssue #73 Fix missing STL DLL export warnings of Visual...
2014-03-14 Andreas SchuhFix build on Windows using Visual Studio. Add gflags_co...
2014-03-14 Andreas SchuhAdd header files to add_library targets so they show...
2013-11-27 Andreas SchuhMerge pull request #5 from Photonios/master
2013-11-27 Swen KooijRenamed projects in VS2003 solution file to match the...
2013-11-27 Swen KooijRenamed projects in VS2012 solution file to match the...
2013-11-22 PhotoniosAdded configuration options for x64 to vs2010 solution...
2013-11-22 PhotoniosAdded Git ignore file to prevent build files being...
2013-11-06 Andreas SchuhMinor update of README.
2013-11-05 Andreas SchuhIgnore .DS_Store files of OS X.
2013-11-05 Andreas SchuhBe more specific about what to ignore.
2013-11-05 Andreas SchuhMerge pull request #3 from dominichamon/cmake-migration
2013-11-05 Andreas SchuhMerge pull request #4 from daniperez/cmake-migration
2013-10-22 Dani Perezexporting binary tree to CMake registry
2013-09-20 Dominic HamonAdding gitignore for generated files
2013-08-01 Andreas SchuhRemove reference to README_windows.
2013-08-01 Andreas SchuhDocument finding and linking to gflags using CMake.
2013-08-01 Andreas SchuhAdd negative compilation tests.
2013-08-01 Andreas SchuhAdd gflags library which is built with NO_THREADS defin...
2013-08-01 Andreas SchuhAdd missing unittest2 and unittest3 executables.
2013-08-01 Andreas SchuhEnable build and execution of tests again using CTest.
2013-08-01 Andreas SchuhInstall Bash completion script.
2013-07-31 Andreas SchuhGive basic CMake based build instructions in INSTALL...
2013-07-31 Andreas SchuhSet PACKAGE_VERSION_EXACT to FALSE if major.minor versi...
2013-07-31 Andreas SchuhMove definition of configure_sources CMake function...
2013-07-31 Andreas SchuhUse gflags as target name instead of PACKAGE_NAME to...
next