platform/upstream/gflags.git
2018-01-07 Rob EarhartUse += for appends master
2018-01-07 Rob EarhartAdd Bazel-on-Windows support
2017-11-03 Silver Chanrepair wrong namespace problem
2017-10-08 Sumit GuptaRemoved unused functions.
2017-09-01 Yi WangRemove using ::fLS::clstring;
2017-09-01 Andreas Schuhenh: Move CMake defines to separate header, unused...
2017-08-29 Siddhartha... Fix typo in BUILD
2017-07-13 Andreas Schuhfix: Remove obsolete and unused CleanFileName code
2017-07-11 Jason Juangcmake: Add convenience uninstall target (#221)
2017-07-11 Andreas SchuhRelease v2.2.1
2017-07-11 Andreas Schuhenh: AppVeyor builds with different toolchains (copied...
2017-07-11 Andreas Schuhfix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older...
2017-07-11 Andreas Schuhgit: Ignore symbolic links created by Bazel build tool
2017-07-11 Andreas Schuhfix: Static code analyzer error regarding strncmp with...
2017-05-16 Ben VanikUse inttypes.h on VC++ 2013 and up
2017-05-16 randomguy3Fix CMake macro special variable usage (#216)
2017-05-12 Mmanu ChaturvediFix static initialization order fiasco caused by global...
2017-05-11 Arkady ShapkinInstall dll's to correct path (#213)
2017-05-06 Arkady ShapkinFix statically linked gflags library with MSVC
2017-03-29 Dan MinorMark single argument constructors in mutex.h as explicit.
2017-01-06 Geoffrey LalondeChanged include directory in bazel build
2016-11-29 Andreas Schuhenh: Link to online documentation in README
2016-11-26 Andreas Schuhfix: Enable language C for older CMake versions when...
2016-11-26 Andreas Schuhfix: Remove unused program_name variable
2016-11-26 Andreas Schuhfix: Include utils by file instead of CMAKE_MODULE_PATH...
2016-11-25 Andreas SchuhRelease v2.2.0
2016-11-25 Andreas Schuhdoc: //external:gflags_nothreads Bazel target
2016-11-25 Andreas Schuhgit: Ignore builds/ subdirectory
2016-11-25 Andreas Schuhdoc: Update use of gflags with Bazel documentation
2016-11-25 Andreas Schuhenh: Bazel BUILD, add WORKSPACE file (#192)
2016-11-25 Andreas Schuhadd: Bazel WORKSPACE file
2016-11-25 Andreas Schuhenh: Refactored Bazel BUILD rules
2016-11-25 Andreas SchuhRevert "enh: Rename private sources, include public...
2016-11-25 Andreas Schuhenh: Rename private sources, include public headers...
2016-11-25 Andreas Schuhfix: Add -lpthread to link Bazel BUILD options (#189)
2016-11-25 Andreas Schuhenh: Configure and install pkg-config .pc file
2016-11-25 Andreas Schuhenh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
2016-11-24 Andreas Schuhfix: Ensure installation path uses forward slashes
2016-11-24 Andreas Schuhenh: Add option to add installation to CMake’s package...
2016-11-24 Andreas Schuhfix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags targe...
2016-11-24 Andreas Schuhenh: Avoid use of install(EXPORTS) FILE option
2016-11-22 Todd LipconConvert dashes to underscores for unknown flags (#177)
2016-10-05 David LamFix error messages to not truncate to 255 characters...
2016-09-17 Andreas Schuhfix: Validate modified flags only once (#173)
2016-08-31 田欧fix make error for lacking namespace (#170)
2016-08-24 Aaryaman SagarFix unsigned comparison error in gflags_reporting.cc...
2016-08-03 DreamerFix Windows linker errors and warnings. (#166)
2016-08-03 DreamerAdd shared library build to the AppVeyor CI config...
2016-08-02 DreamerRemove filter for excluded tests from AppVeyor config...
2016-08-02 Andreas Schuhtest: Travis CI build static+shared in Release+Debug...
2016-08-02 Andreas Schuhfix: Run strip_flags_binary test only for release confi...
2016-08-02 Dreamertest: Run AppVeyor build via cmake --build and run...
2016-08-02 Andreas Schuhfix: Typo in gflags_strip_flags_test.cmake script
2016-08-01 Andreas Schuhdoc: Add AppVeyor status badge to README
2016-08-01 DreamerAdd initial AppVeyor config. (#161)
2016-08-01 Andreas Schuhdoc: Add Travis CI status badge to README
2016-08-01 DreamerEnable Travis CI for Linux and OSX builds (#160)
2016-08-01 Andreas SchuhMerge pull request #158 from dreamer-dead/use-type...
2016-08-01 dreamer.deadFix wrong type comparison and outdated OfType() usage.
2016-08-01 dreamer.deadFix indentation and remove outdated assert.
2016-08-01 dreamer.deadExtract common code from FlagRegisterer to reduce size.
2016-08-01 dreamer.deadChange template FlagValue::OfType() to Type() getter.
2016-07-29 dreamer.deadDo not pass flag type as a char literal when registerin...
2016-07-20 Andreas SchuhMerge pull request #156 from dreamer-dead/fix-flag...
2016-07-20 dreamer.deadFix unittests expectations related to uint32.
2016-07-20 dreamer.deadFix uint32 type name.
2016-07-18 Andreas SchuhMerge pull request #155 from dreamer-dead/add-missing...
2016-07-18 dreamer.deadAdd missing reference symbol to a function parameter.
2016-06-28 Andreas SchuhMerge pull request #152 from Liuchang0812/master
2016-06-28 liuchang0812fix bug about LRLF
2016-06-01 Andreas Schuhfix #151: Ubuntu package name in INSTALL instructions
2016-05-10 Andreas SchuhMerge pull request #150 from LuminateWireless/fix-bazel...
2016-05-10 Ming ZhaoAdd gendir to the include path so that building with...
2016-04-26 Andreas SchuhMerge pull request #149 from hevy-CC4477/master
2016-04-26 FARBOS Arnaudfix test compilation
2016-04-06 Andreas SchuhMerge pull request #147 from bazineta/master
2016-04-05 Allan L. BazinetCorrect FV_MAX_INDEX
2016-04-05 Allan L. BazinetSupport uint32 as flag type
2016-03-04 Andreas SchuhMerge PR #137 with change of SOVERSION to <major>....
2016-03-04 Andreas Schuhfix: Change SOVERSION to <major>.<minor> for 2.x releas...
2016-03-02 Andreas SchuhMerge pull request #143 from schuhschuh/fix-bazel-bulid-osx
2016-03-02 Andreas Schuhfix #133: Use awk instead of sed which would require...
2016-03-01 Andreas SchuhMerge pull request #142 from schuhschuh/master
2016-03-01 Andreas Schuhmod: Update doc with new find_package COMPONENTS or...
2016-03-01 Andreas SchuhMerge pull request #141 from schuhschuh/master
2016-03-01 Andreas SchuhMerge branch 'master' of github.com:gflags/gflags
2016-03-01 Andreas Schuhfix: Include order of config.h and gflags.h in unit...
2016-03-01 Andreas SchuhMerge pull request #140 from schuhschuh/enh-#117-gflags...
2016-03-01 Andreas Schuhcmake: Rename targets to gflags[_nothreads]_(static...
2016-03-01 Andreas Schuhcmake: Require CMake 2.8.12 in NC tests
2016-03-01 Andreas Schuhcmake: Change CMake package configuration variable...
2016-03-01 Andreas Schuhcmake: Add CMake variable to cache only when gflags...
2016-03-01 Andreas Schuhgit: Add CMakeLists.txt.user Qt Creator configuration...
2016-03-01 Andreas SchuhMerge pull request #139 from schuhschuh/master
2016-03-01 Andreas Schuhfix: Require CMake version 2.8.12 in test project
2016-03-01 Andreas Schuhfix: Include private config.h in gflags_unittest.cc
2016-03-01 Andreas Schuhfix: Package URLs
2016-02-29 Andreas SchuhRevert "#136 Move test binaries to Testing/bin"
2016-02-29 Andreas Schuhfix: DLL import/export defines for unit tests, remove...
2016-02-29 Andreas Schuhfix: Add missing include guards to gflags/config.h
next