platform/upstream/gflags.git
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-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...
2013-07-31 Andreas SchuhFix relative path to installation prefix in CMake confi...
2013-07-31 Andreas SchuhInstall CMake config file inside lib/ directory on...
2013-07-31 Andreas SchuhConfigure and install CMake package configuration file...
2013-05-22 Andreas SchuhFix configuration on Windows and add src directory...
2013-05-21 Andreas SchuhAdd missing windows portability definitions.
2013-04-21 Andreas SchuhMove public header files to src/ subdirectory. Copy...
2013-04-21 Andreas SchuhSet CMAKE_BUILD_TYPE to Release by default. Require...
2013-04-21 Andreas SchuhAdd CMakeLists.txt and adapt source files accordingly.
2013-04-20 Andreas SchuhMove public header files to separate subdirectory.
2013-04-20 Andreas SchuhRemove build tool related files, operating system packa...
2013-04-20 Andreas SchuhUpdate NEWS: Git repository hosted on GitHub.
2013-04-20 Andreas SchuhTest commit via git-svn, only adding blank lines to...
2013-04-20 Andreas SchuhAdd DEFINE_validator macro for convenient registration...
2013-01-14 Andreas SchuhUse static_cast to avoid comparison of signed and unsig...
2012-11-20 Andreas SchuhFix deprecation warnings of VC++ regarding strdup and...
2012-11-11 Andreas SchuhAdd "build/" subdirectory to ignore list.
2012-11-11 Andreas SchuhUse project name (gflags) within include guards to...
2012-05-29 Andreas SchuhFix "invalid suffix on literal; C++11 requires a space...
2012-02-02 Craig SilversteinFixed a typo in the email address.
2012-01-25 Craig SilversteinWed Jan 25 15:09:14 2012 Google Inc. <google-gflags...
2011-12-21 Craig SilversteinTue Dec 20 19:48:57 2011 Google Inc. <opensource@googl...
2011-12-01 Craig SilversteinClarify thread-safety comment for FlagSaver.
2011-11-03 Craig SilversteinThe last bit of rolling back commandlineflag categories:
2011-11-03 Craig SilversteinGet rid of the old FlagRegisterer constructor.
2011-11-03 Craig SilversteinStarting the rollback of flag categories.
2011-11-03 Craig SilversteinAdd a 'flag_ptr' field to CommandLineFlagInfo that...
2011-11-03 Craig SilversteinA user reported a bug that configure should die when...
2011-11-03 Craig SilversteinNow I can get rid of the old constructor!
2011-11-03 Craig Silversteincode.google.com/p/google-gflags/issues/detail?id=45
2011-11-03 Craig SilversteinReport category names via the xml help output (but...
2011-11-03 Craig SilversteinAdd back in a backwards-compatible constructor for
2011-11-03 Craig SilversteinNOTE: I'm checking this in just to have a record in...
2011-08-18 Craig SilversteinClean up the 'GFLAGS_DLL_DECL' stuff better: reduce...
2011-08-04 Craig SilversteinFix a bug in StringPrintf() that caused it to not print...
2011-08-04 Craig SilversteinAdd a new unittest case, that tests the --help output...
next