aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-11fix: Use 'default' visibility for GCCAndreas Schuh
2018-11-09fix: Build with MinGW version after Nov 2016Andreas Schuh
2018-11-09fix: Build with _UNICODE support on WindowsAndreas Schuh
2018-10-15fix: PVS Studio warningsAndreas Schuh
2018-10-15fix: No extern template declaration for MSVC <12.0Andreas Schuh
2018-10-15fix: Declare FlagRegisterer c’tor explicit template instanations as extern ...Andreas Schuh
2018-10-14fix: Declare FALGS_no##name variables as staticAndreas Schuh
2018-09-28fix: Indentation, use spaces instead of real tabsAndreas Schuh
2018-09-28fix missing-field-initializers warnings on gccwuchenghui
2018-09-28Fix V728 excessive checkdrillsar
2018-09-28Fix build on some clang variantsMatt Hargett
2017-10-08Removed unused functions.Sumit Gupta
2017-09-01Remove using ::fLS::clstring;Yi Wang
2017-09-01enh: Move CMake defines to separate header, unused by BazelAndreas Schuh
2017-07-13fix: Remove obsolete and unused CleanFileName codeAndreas Schuh
2017-07-11fix: Static code analyzer error regarding strncmp with empty kRootDir stringAndreas Schuh
2017-05-16Use inttypes.h on VC++ 2013 and upBen Vanik
2017-05-12Fix static initialization order fiasco caused by global registry lock (#215)Mmanu Chaturvedi
2017-05-06Fix statically linked gflags library with MSVCArkady Shapkin
2017-03-29Mark single argument constructors in mutex.h as explicit.Dan Minor
2016-11-26fix: Remove unused program_name variableAndreas Schuh
2016-11-25enh: Refactored Bazel BUILD rulesAndreas Schuh
2016-11-25Revert "enh: Rename private sources, include public headers with rel path"Andreas Schuh
2016-11-25enh: Rename private sources, include public headers with rel pathAndreas Schuh
2016-11-25enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONSAndreas Schuh
2016-11-22Convert dashes to underscores for unknown flags (#177)Todd Lipcon
2016-10-05Fix error messages to not truncate to 255 characters (#175)David Lam
2016-09-17fix: Validate modified flags only once (#173)Andreas Schuh
2016-08-31fix make error for lacking namespace (#170)田欧
2016-08-24Fix unsigned comparison error in gflags_reporting.cc (#168)Aaryaman Sagar
2016-08-03Fix Windows linker errors and warnings. (#166)Dreamer
2016-08-01Fix wrong type comparison and outdated OfType() usage.dreamer.dead
2016-08-01Fix indentation and remove outdated assert.dreamer.dead
2016-08-01Extract common code from FlagRegisterer to reduce size.dreamer.dead
2016-08-01Change template FlagValue::OfType() to Type() getter.dreamer.dead
2016-07-29Do not pass flag type as a char literal when registering a new flag.dreamer.dead
2016-07-20Merge pull request #156 from dreamer-dead/fix-flag-value-typenameAndreas Schuh
2016-07-20Fix uint32 type name.dreamer.dead
2016-07-18Add missing reference symbol to a function parameter.dreamer.dead
2016-06-28fix bug about LRLFliuchang0812
2016-04-05Correct FV_MAX_INDEXAllan L. Bazinet
2016-04-05Support uint32 as flag typeAllan L. Bazinet
2016-02-29fix: Add missing include guards to gflags/config.hAndreas Schuh
2016-02-29#51 #138 Use std::string instead const char * for global "constants"Andreas Schuh
2016-02-19#51 Use static StringFlagDestructor to destruct string objects allocated by p...Andreas Schuh
2016-02-18Add bazel supportRob Earhart
2015-12-31Fix some compilation warnings with MSVC 2015Sergey Sharybin
2015-12-31Resolve several missing declarations warningsSergey Sharybin
2015-10-28#125 Fix unused typedef/variable warning for static assertionAndreas Schuh
2015-10-27#124 Remove using namespace from mutex.hAndreas Schuh