summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-21Remove build tool related files, operating system packages, and move unit tes...Andreas Schuh16-3296/+0
2013-04-20Add DEFINE_validator macro for convenient registration of a flag validator.Andreas Schuh2-7/+7
2013-01-14Use static_cast to avoid comparison of signed and unsigned integer warning in...Andreas Schuh1-1/+1
2012-11-20Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution fi...Andreas Schuh1-3/+8
2012-11-11Use project name (gflags) within include guards to avoid conflict with gperft...Andreas Schuh3-9/+9
2012-05-29Fix "invalid suffix on literal; C++11 requires a space between literal and id...Andreas Schuh1-3/+3
2012-01-25Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>Craig Silverstein1-1/+1
2011-12-01Clarify thread-safety comment for FlagSaver.Craig Silverstein2-2/+8
2011-11-03The last bit of rolling back commandlineflag categories:Craig Silverstein2-2/+0
2011-11-03Get rid of the old FlagRegisterer constructor.Craig Silverstein3-33/+0
2011-11-03Starting the rollback of flag categories.Craig Silverstein6-125/+79
2011-11-03Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current stor...Craig Silverstein4-0/+16
2011-11-03Now I can get rid of the old constructor!Craig Silverstein3-31/+2
2011-11-03http://code.google.com/p/google-gflags/issues/detail?id=45Craig Silverstein1-0/+1
2011-11-03Report category names via the xml help output (but not, yet,Craig Silverstein2-0/+3
2011-11-03Add back in a backwards-compatible constructor forCraig Silverstein3-0/+29
2011-11-03NOTE: I'm checking this in just to have a record in source control of the ide...Craig Silverstein4-49/+126
2011-08-18Clean up the 'GFLAGS_DLL_DECL' stuff better: reduce use outside of windows/ d...Craig Silverstein6-63/+17
2011-08-04Fix a bug in StringPrintf() that caused it to not print large strings properly.Craig Silverstein1-1/+1
2011-08-04Add a new unittest case, that tests the --help output for aCraig Silverstein2-0/+16
2011-07-30It turns out we don't want all this dll-decl stuff for mingw.Craig Silverstein4-4/+6
2011-07-29mingw fixes:Craig Silverstein4-32/+36
2011-07-29Some reorganization that results from a new method I'm moving to toCraig Silverstein21-780/+1138
2011-05-19Update the windows version of the .h's to match the unix version.Craig Silverstein2-6/+15