aboutsummaryrefslogtreecommitdiff
path: root/src/gflags.cc
AgeCommit message (Expand)Author
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
2011-03-02 * Update acx_pthread.m4 for nostdlib (liujisi)Craig Silverstein
2011-01-14 * Remove reference to InitGoogle (csilvers)Craig Silverstein
2010-09-16 * Reduce .o size by decomposing switches (jyrki)Craig Silverstein
2010-05-07 * Added a contentful NEWS file (csilvers)Craig Silverstein
2010-01-05Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com>Craig Silverstein
2009-11-10 * PORTING: Add windows (MSVC) support (csilvers)Craig Silverstein
2009-09-11Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com>Craig Silverstein
2009-04-15Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com>Craig Silverstein
2008-09-19Thu Sep 18 12:58:05 2008 Google Inc. <opensource@google.com>Craig Silverstein
2008-08-21Tue Aug 19 16:15:48 2008 Google Inc. <opensource@google.com>Craig Silverstein
2008-07-22Mon Jul 21 23:01:38 2008 Google Inc. <opensource@google.com>Craig Silverstein
2008-03-27Wed Mar 26 15:20:18 2008 Google Inc. <opensource@google.com>Craig Silverstein
2007-10-18Thu Oct 18 11:33:20 2007 Google Inc. <opensource@google.com>Craig Silverstein
2007-08-15Wed Aug 15 07:35:51 2007 Google Inc. <opensource@google.com>Craig Silverstein
2007-06-12Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com>Craig Silverstein