summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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.dead2-47/+92
2016-07-20Merge pull request #156 from dreamer-dead/fix-flag-value-typenameAndreas Schuh1-1/+1
2016-07-20Fix uint32 type name.dreamer.dead1-1/+1
2016-07-18Add missing reference symbol to a function parameter.dreamer.dead1-2/+2
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. Bazinet4-5/+46
2016-02-29fix: Add missing include guards to gflags/config.hAndreas Schuh1-0/+7
2016-02-29#51 #138 Use std::string instead const char * for global "constants"Andreas Schuh1-33/+24
2016-02-19#51 Use static StringFlagDestructor to destruct string objects allocated by p...Andreas Schuh1-0/+21
2016-02-18Add bazel supportRob Earhart1-1/+0
2015-12-31Fix some compilation warnings with MSVC 2015Sergey Sharybin2-4/+4
2015-12-31Resolve several missing declarations warningsSergey Sharybin1-0/+2
2015-10-28#125 Fix unused typedef/variable warning for static assertionAndreas Schuh1-2/+3
2015-10-27#124 Remove using namespace from mutex.hAndreas Schuh2-3/+3
2015-05-19support for msvs 2015Kjell Schubert1-0/+4
2014-07-17fix: Include guard of alternative "gflags" namespace header.Andreas Schuh1-3/+3
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh2-0/+105
2014-05-02Define GFLAGS_NAMESPACE in public headers.Andreas Schuh3-18/+20
2014-03-26Replace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflags_declare.h (Fixes iss...Andreas Schuh1-3/+3
2014-03-20Change mode of text file.Andreas Schuh1-0/+0
2014-03-20Enable packaging of library using CPack.Andreas Schuh1-2/+4
2014-03-19Add link dependency on shlwapi.lib during build configuration instead of #pra...Andreas Schuh1-3/+2
2014-03-19Use strtoll as defined by windows_port.h for strto64.Andreas Schuh1-5/+2
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh5-7/+10
2014-03-19Remove GFLAGS_NAMESPACE and version macros from public headers again.Andreas Schuh3-34/+18
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh5-67/+27
2014-03-19No need to export CommandLineFlagInfo data only structure from DLL.Andreas Schuh1-10/+3
2014-03-19Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on...Andreas Schuh1-1/+2
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh5-205/+209
2014-03-17Add missing errno.h include statement and use int instead of errno_t.Andreas Schuh1-1/+2
2014-03-17Fix up use of SafeFOpen.Andreas Schuh1-1/+1
2014-03-17Create temporary directory for unit tests in specified --test_tmpdir if possi...Andreas Schuh1-4/+17
2014-03-17Use _strtoi64 and _strtoui64 on Windows.Andreas Schuh1-1/+4
2014-03-17Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.Andreas Schuh2-12/+22
2014-03-17Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.Andreas Schuh5-28/+77
2014-03-17Fix preprocessor conditions to use new GFLAGS_* defines.Andreas Schuh1-2/+2
2014-03-15Check if pthread_rwlock_t is available and use it if so.Andreas Schuh2-1/+4
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh9-118/+137
2014-03-14Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflag...Andreas Schuh5-73/+64
2014-03-14Issue #73 Fix missing STL DLL export warnings of Visual Studio according to K...Andreas Schuh2-0/+18
2014-03-14Fix build on Windows using Visual Studio. Add gflags_config.h.Andreas Schuh5-66/+73
2013-05-22Add missing windows portability definitions.Andreas Schuh3-2/+185
2013-04-21Move public header files to src/ subdirectory. Copy them to <prefix>/include/...Andreas Schuh8-16/+869
2013-04-21Add CMakeLists.txt and adapt source files accordingly.Andreas Schuh6-129/+103
2013-04-21Move public header files to separate subdirectory.Andreas Schuh3-812/+0