aboutsummaryrefslogtreecommitdiff
path: root/src/gflags.cc
AgeCommit message (Expand)Author
2018-11-09fix: Build with _UNICODE support on WindowsAndreas Schuh
2018-10-15fix: PVS Studio warningsAndreas Schuh
2018-09-28fix: Indentation, use spaces instead of real tabsAndreas Schuh
2018-09-28Fix V728 excessive checkdrillsar
2017-10-08Removed unused functions.Sumit Gupta
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-12Fix static initialization order fiasco caused by global registry lock (#215)Mmanu Chaturvedi
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-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-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-20Fix uint32 type name.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-29#51 #138 Use std::string instead const char * for global "constants"Andreas Schuh
2015-10-27#124 Remove using namespace from mutex.hAndreas Schuh
2014-03-20Change mode of text file.Andreas Schuh
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh
2014-03-17Fix up use of SafeFOpen.Andreas Schuh
2014-03-17Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.Andreas Schuh
2014-03-17Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.Andreas Schuh
2014-03-17Fix preprocessor conditions to use new GFLAGS_* defines.Andreas Schuh
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh
2014-03-14Fix build on Windows using Visual Studio. Add gflags_config.h.Andreas Schuh
2013-04-21Move public header files to src/ subdirectory. Copy them to <prefix>/include/...Andreas Schuh
2013-04-21Add CMakeLists.txt and adapt source files accordingly.Andreas Schuh
2012-05-29Fix "invalid suffix on literal; C++11 requires a space between literal and id...Andreas Schuh
2011-11-03Get rid of the old FlagRegisterer constructor.Craig Silverstein
2011-11-03Starting the rollback of flag categories.Craig Silverstein
2011-11-03Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current stor...Craig Silverstein
2011-11-03Now I can get rid of the old constructor!Craig Silverstein
2011-11-03http://code.google.com/p/google-gflags/issues/detail?id=45Craig Silverstein
2011-11-03Add back in a backwards-compatible constructor forCraig Silverstein
2011-11-03NOTE: I'm checking this in just to have a record in source control of the ide...Craig Silverstein
2011-07-29Some reorganization that results from a new method I'm moving to toCraig Silverstein
2011-03-03Add support for specifying a version number (SetVersionString()),Craig Silverstein