aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-05-19support for msvs 2015Kjell Schubert
2014-07-17fix: Include guard of alternative "gflags" namespace header.Andreas Schuh
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh
2014-05-02Define GFLAGS_NAMESPACE in public headers.Andreas Schuh
2014-03-26Replace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflags_declare.h (Fixes iss...Andreas Schuh
2014-03-20Change mode of text file.Andreas Schuh
2014-03-20Enable packaging of library using CPack.Andreas Schuh
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh
2014-03-19Use strtoll as defined by windows_port.h for strto64.Andreas Schuh
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh
2014-03-19Remove GFLAGS_NAMESPACE and version macros from public headers again.Andreas Schuh
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh
2014-03-19No need to export CommandLineFlagInfo data only structure from DLL.Andreas Schuh
2014-03-19Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on...Andreas Schuh
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh
2014-03-17Add missing errno.h include statement and use int instead of errno_t.Andreas Schuh
2014-03-17Fix up use of SafeFOpen.Andreas Schuh
2014-03-17Create temporary directory for unit tests in specified --test_tmpdir if possi...Andreas Schuh
2014-03-17Use _strtoi64 and _strtoui64 on Windows.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-15Check if pthread_rwlock_t is available and use it if so.Andreas Schuh
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh
2014-03-14Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflag...Andreas Schuh
2014-03-14Issue #73 Fix missing STL DLL export warnings of Visual Studio according to K...Andreas Schuh
2014-03-14Fix build on Windows using Visual Studio. Add gflags_config.h.Andreas Schuh
2013-05-22Add missing windows portability definitions.Andreas Schuh