summaryrefslogtreecommitdiff
path: root/src/gflags.cc
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Convert dashes to underscores for unknown flags (#177)Todd Lipcon1-1/+6
2016-10-05Fix error messages to not truncate to 255 characters (#175)David Lam1-3/+1
2016-09-17fix: Validate modified flags only once (#173)Andreas Schuh1-8/+23
2016-08-03Fix Windows linker errors and warnings. (#166)Dreamer1-1/+2
2016-08-01Fix wrong type comparison and outdated OfType() usage.dreamer.dead1-2/+2
2016-08-01Fix indentation and remove outdated assert.dreamer.dead1-4/+3
2016-08-01Extract common code from FlagRegisterer to reduce size.dreamer.dead1-9/+21
2016-08-01Change template FlagValue::OfType() to Type() getter.dreamer.dead1-18/+16
2016-07-29Do not pass flag type as a char literal when registering a new flag.dreamer.dead1-42/+82
2016-07-20Fix uint32 type name.dreamer.dead1-1/+1
2016-06-28fix bug about LRLFliuchang08121-1/+5
2016-04-05Correct FV_MAX_INDEXAllan L. Bazinet1-1/+1
2016-04-05Support uint32 as flag typeAllan L. Bazinet1-5/+36
2016-02-29#51 #138 Use std::string instead const char * for global "constants"Andreas Schuh1-33/+24
2015-10-27#124 Remove using namespace from mutex.hAndreas Schuh1-0/+3
2014-03-20Change mode of text file.Andreas Schuh1-0/+0
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh1-3/+2
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh1-1/+1
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh1-4/+4
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh1-14/+10
2014-03-17Fix up use of SafeFOpen.Andreas Schuh1-1/+1
2014-03-17Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.Andreas Schuh1-2/+6
2014-03-17Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.Andreas Schuh1-18/+26
2014-03-17Fix preprocessor conditions to use new GFLAGS_* defines.Andreas Schuh1-2/+2
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh1-13/+9
2014-03-14Fix build on Windows using Visual Studio. Add gflags_config.h.Andreas Schuh1-1/+1
2013-04-21Move public header files to src/ subdirectory. Copy them to <prefix>/include/...Andreas Schuh1-11/+4
2013-04-21Add CMakeLists.txt and adapt source files accordingly.Andreas Schuh1-11/+12
2012-05-29Fix "invalid suffix on literal; C++11 requires a space between literal and id...Andreas Schuh1-3/+3
2011-11-03Get rid of the old FlagRegisterer constructor.Craig Silverstein1-19/+0
2011-11-03Starting the rollback of flag categories.Craig Silverstein1-13/+23
2011-11-03Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current stor...Craig Silverstein1-0/+2
2011-11-03Now I can get rid of the old constructor!Craig Silverstein1-19/+0
2011-11-03http://code.google.com/p/google-gflags/issues/detail?id=45Craig Silverstein1-0/+1
2011-11-03Add back in a backwards-compatible constructor forCraig Silverstein1-0/+19
2011-11-03NOTE: I'm checking this in just to have a record in source control of the ide...Craig Silverstein1-5/+14
2011-07-29Some reorganization that results from a new method I'm moving to toCraig Silverstein1-142/+129
2011-03-03Add support for specifying a version number (SetVersionString()),Craig Silverstein1-1/+15
2011-03-02 * Update acx_pthread.m4 for nostdlib (liujisi)Craig Silverstein1-4/+2
2011-01-14 * Remove reference to InitGoogle (csilvers)Craig Silverstein1-13/+35
2010-09-16 * Reduce .o size by decomposing switches (jyrki)Craig Silverstein1-33/+50
2010-05-07 * Added a contentful NEWS file (csilvers)Craig Silverstein1-2/+14
2010-01-05Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com>Craig Silverstein1-7/+7
2009-11-10 * PORTING: Add windows (MSVC) support (csilvers)Craig Silverstein1-2/+2
2009-09-11Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com>Craig Silverstein1-11/+21
2009-04-15Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com>Craig Silverstein1-146/+59
2008-09-19Thu Sep 18 12:58:05 2008 Google Inc. <opensource@google.com>Craig Silverstein1-1/+2
2008-08-21Tue Aug 19 16:15:48 2008 Google Inc. <opensource@google.com>Craig Silverstein1-116/+228
2008-07-22Mon Jul 21 23:01:38 2008 Google Inc. <opensource@google.com>Craig Silverstein1-226/+517
2008-03-27Wed Mar 26 15:20:18 2008 Google Inc. <opensource@google.com>Craig Silverstein1-17/+14