fix: Remove obsolete and unused CleanFileName code
[platform/upstream/gflags.git] / src /
2017-07-13 Andreas Schuhfix: Remove obsolete and unused CleanFileName code
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-12 Mmanu ChaturvediFix static initialization order fiasco caused by global...
2017-05-06 Arkady ShapkinFix statically linked gflags library with MSVC
2017-03-29 Dan MinorMark single argument constructors in mutex.h as explicit.
2016-11-26 Andreas Schuhfix: Remove unused program_name variable
2016-11-25 Andreas Schuhenh: Bazel BUILD, add WORKSPACE file (#192)
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 Schuhenh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
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-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 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-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 Schuhfix: Change SOVERSION to <major>.<minor> for 2.x releas...
2016-02-29 Andreas Schuhfix: Add missing include guards to gflags/config.h
2016-02-29 Andreas SchuhMerge pull request #126 from hevy-CC4477/master
2016-02-29 Andreas Schuh#51 #138 Use std::string instead const char * for globa...
2016-02-19 Andreas Schuh#51 Use static StringFlagDestructor to destruct string...
2016-02-19 Andreas SchuhMerge pull request #133 from earhart/master
2016-02-19 Rob EarhartAdd bazel support
2016-01-12 Andreas SchuhMerge pull request #129 from Nazg-Gul/master
2015-12-31 Sergey SharybinFix some compilation warnings with MSVC 2015
2015-12-31 Sergey SharybinResolve several missing declarations warnings
2015-10-28 Andreas Schuh#125 Fix unused typedef/variable warning for static...
2015-10-27 Andreas Schuh#124 Remove using namespace from mutex.h
2015-05-19 Andreas SchuhMerge pull request #116 from KjellSchubert/vs2015
2015-05-19 Kjell Schubertsupport for msvs 2015
2015-03-24 Andreas SchuhMerge branch 'master' of github.com:schuhschuh/gflags...
2015-03-24 Andreas SchuhMerge branch 'feature/#83-alternative-namespace'
2014-07-17 Andreas Schuhfix: Include guard of alternative "gflags" namespace...
2014-05-02 Andreas SchuhSupport alternative namespaces in GFLAGS_NAMESPACE...
2014-05-02 Andreas SchuhDefine GFLAGS_NAMESPACE in public headers.
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/release'
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/develop' into...
2014-03-27 Andreas SchuhMerge branch 'develop' of github.com:schuhschuh/gflags...
2014-03-27 Andreas SchuhMerge branch 'refs/heads/bugfix/#77-@GFLAGS_IS_A_DLL...
2014-03-26 Andreas SchuhReplace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflag...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-20 Andreas SchuhMerge branch 'refs/heads/feature/cpack-package-generati...
2014-03-20 Andreas SchuhChange mode of text file.
2014-03-20 Andreas SchuhEnable packaging of library using CPack.
2014-03-19 Andreas SchuhAdd link dependency on shlwapi.lib during build configu...
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 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 DLL build on Windows and use PathMatchSpec instead...
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 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 SchuhFix preprocessor conditions to use new GFLAGS_* defines.
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 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...
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 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 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 SchuhUse project name (gflags) within include guards to...
2012-05-29 Andreas SchuhFix "invalid suffix on literal; C++11 requires a space...
2012-01-25 Craig SilversteinWed Jan 25 15:09:14 2012 Google Inc. <google-gflags...
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 SilversteinNow I can get rid of the old constructor!
2011-11-03 Craig Silversteincode.google.com/p/google-gflags/issues/detail?id=45
next