Merge pull request #142 from schuhschuh/master
[platform/upstream/gflags.git] / src /
2016-02-29 Andreas Schuhfix: Add missing include guards to gflags/config.h
2016-02-29 Andreas SchuhMerge pull request #126 from hevy-CC4477/master
2016-02-29 Andreas Schuh#51 #138 Use std::string instead const char * for globa...
2016-02-19 Andreas Schuh#51 Use static StringFlagDestructor to destruct string...
2016-02-19 Andreas SchuhMerge pull request #133 from earhart/master
2016-02-19 Rob EarhartAdd bazel support
2016-01-12 Andreas SchuhMerge pull request #129 from Nazg-Gul/master
2015-12-31 Sergey SharybinFix some compilation warnings with MSVC 2015
2015-12-31 Sergey SharybinResolve several missing declarations warnings
2015-10-28 Andreas Schuh#125 Fix unused typedef/variable warning for static...
2015-10-27 Andreas Schuh#124 Remove using namespace from mutex.h
2015-05-19 Andreas SchuhMerge pull request #116 from KjellSchubert/vs2015
2015-05-19 Kjell Schubertsupport for msvs 2015
2015-03-24 Andreas SchuhMerge branch 'master' of github.com:schuhschuh/gflags...
2015-03-24 Andreas SchuhMerge branch 'feature/#83-alternative-namespace'
2014-07-17 Andreas Schuhfix: Include guard of alternative "gflags" namespace...
2014-05-02 Andreas SchuhSupport alternative namespaces in GFLAGS_NAMESPACE...
2014-05-02 Andreas SchuhDefine GFLAGS_NAMESPACE in public headers.
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/release'
2014-03-30 Andreas SchuhMerge remote-tracking branch 'google/develop' into...
2014-03-27 Andreas SchuhMerge branch 'develop' of github.com:schuhschuh/gflags...
2014-03-27 Andreas SchuhMerge branch 'refs/heads/bugfix/#77-@GFLAGS_IS_A_DLL...
2014-03-26 Andreas SchuhReplace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflag...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-20 Andreas SchuhMerge branch 'refs/heads/feature/cpack-package-generati...
2014-03-20 Andreas SchuhChange mode of text file.
2014-03-20 Andreas SchuhEnable packaging of library using CPack.
2014-03-19 Andreas SchuhAdd link dependency on shlwapi.lib during build configu...
2014-03-19 Andreas SchuhUse strtoll as defined by windows_port.h for strto64.
2014-03-19 Andreas SchuhUse OS_WINDOWS #define instead of _WIN32 and WINDOWS.
2014-03-19 Andreas SchuhMerge remote-tracking branch 'github/cmake-migration'
2014-03-19 Andreas SchuhRemove GFLAGS_NAMESPACE and version macros from public...
2014-03-19 Andreas SchuhReplace GFLAGS_HAVE_* #defines by HAVE_* again.
2014-03-19 Andreas SchuhNo need to export CommandLineFlagInfo data only structu...
2014-03-19 Andreas SchuhFix bug in SafeFOpen showing up in Cygwin. Errno only...
2014-03-18 Andreas SchuhFix DLL build on Windows and use PathMatchSpec instead...
2014-03-17 Andreas SchuhAdd missing errno.h include statement and use int inste...
2014-03-17 Andreas SchuhFix up use of SafeFOpen.
2014-03-17 Andreas SchuhCreate temporary directory for unit tests in specified...
2014-03-17 Andreas SchuhUse _strtoi64 and _strtoui64 on Windows.
2014-03-17 Andreas SchuhFix VS linker warning regarding locally defined FLAGS_t...
2014-03-17 Andreas SchuhFix VS security warnings using SafeGetEnv and SafeFOpen...
2014-03-17 Andreas SchuhFix preprocessor conditions to use new GFLAGS_* defines.
2014-03-15 Andreas SchuhCheck if pthread_rwlock_t is available and use it if so.
2014-03-15 Andreas SchuhFix build with Xcode 5, system checks, set LANGUAGE...
2014-03-14 Andreas SchuhIssue #73 Merge gflags_config.h into gflags_declare...
2014-03-14 Andreas SchuhIssue #73 Fix missing STL DLL export warnings of Visual...
2014-03-14 Andreas SchuhFix build on Windows using Visual Studio. Add gflags_co...
2013-05-21 Andreas SchuhAdd missing windows portability definitions.
2013-04-21 Andreas SchuhMove public header files to src/ subdirectory. Copy...
2013-04-21 Andreas SchuhAdd CMakeLists.txt and adapt source files accordingly.
2013-04-20 Andreas SchuhMove public header files to separate subdirectory.
2013-04-20 Andreas SchuhRemove build tool related files, operating system packa...
2013-04-20 Andreas SchuhAdd DEFINE_validator macro for convenient registration...
2013-01-14 Andreas SchuhUse static_cast to avoid comparison of signed and unsig...
2012-11-20 Andreas SchuhFix deprecation warnings of VC++ regarding strdup and...
2012-11-11 Andreas SchuhUse project name (gflags) within include guards to...
2012-05-29 Andreas SchuhFix "invalid suffix on literal; C++11 requires a space...
2012-01-25 Craig SilversteinWed Jan 25 15:09:14 2012 Google Inc. <google-gflags...
2011-12-01 Craig SilversteinClarify thread-safety comment for FlagSaver.
2011-11-03 Craig SilversteinThe last bit of rolling back commandlineflag categories:
2011-11-03 Craig SilversteinGet rid of the old FlagRegisterer constructor.
2011-11-03 Craig SilversteinStarting the rollback of flag categories.
2011-11-03 Craig SilversteinAdd a 'flag_ptr' field to CommandLineFlagInfo that...
2011-11-03 Craig SilversteinNow I can get rid of the old constructor!
2011-11-03 Craig Silversteincode.google.com/p/google-gflags/issues/detail?id=45
2011-11-03 Craig SilversteinReport category names via the xml help output (but...
2011-11-03 Craig SilversteinAdd back in a backwards-compatible constructor for
2011-11-03 Craig SilversteinNOTE: I'm checking this in just to have a record in...
2011-08-18 Craig SilversteinClean up the 'GFLAGS_DLL_DECL' stuff better: reduce...
2011-08-04 Craig SilversteinFix a bug in StringPrintf() that caused it to not print...
2011-08-04 Craig SilversteinAdd a new unittest case, that tests the --help output...
2011-07-30 Craig SilversteinIt turns out we don't want all this dll-decl stuff...
2011-07-29 Craig Silversteinmingw fixes:
2011-07-29 Craig SilversteinSome reorganization that results from a new method...
2011-05-19 Craig SilversteinUpdate the windows version of the .h's to match the...
2011-04-21 Craig Silverstein * Split up flag declares into its own file (jyrki)
2011-03-03 Craig SilversteinAdd support for specifying a version number (SetVersion...
2011-03-02 Craig Silverstein * Update acx_pthread.m4 for nostdlib (liujisi)
2011-01-25 Craig SilversteinMon Jan 24 16:11:35 2011 Google Inc. <opensource@googl...
2011-01-14 Craig Silverstein * Remove reference to InitGoogle (csilvers)
2010-11-16 Craig Silverstein * Use our own string typedef so macro is never confuse...
2010-10-14 Craig SilversteinWed Oct 13 17:40:12 2010 Google Inc. <opensource@googl...
2010-09-16 Craig Silverstein * Reduce .o size by decomposing switches (jyrki)
2010-05-07 Craig Silverstein * Added a contentful NEWS file (csilvers)
2010-03-10 Craig Silverstein * Get rid of unnecessary c++ aliasing violation (csilvers)
2010-01-05 Craig SilversteinMon Jan 4 18:09:30 2010 Google Inc. <opensource@googl...
2009-11-10 Craig Silverstein * PORTING: Add windows (MSVC) support (csilvers)
2009-09-11 Craig SilversteinThu Sep 10 12:53:04 2009 Google Inc. <opensource@googl...
2009-07-17 Craig SilversteinOops, I accidentally left this out of SVN! See
2009-04-15 Craig SilversteinTue Apr 14 12:35:25 2009 Google Inc. <opensource@googl...
2008-09-19 Craig SilversteinThu Sep 18 12:58:05 2008 Google Inc. <opensource@googl...
2008-08-21 Craig SilversteinTue Aug 19 16:15:48 2008 Google Inc. <opensource@googl...
2008-07-22 Craig SilversteinMon Jul 21 23:01:38 2008 Google Inc. <opensource@googl...
2008-03-27 Craig SilversteinWed Mar 26 15:20:18 2008 Google Inc. <opensource@googl...
2007-10-18 Craig SilversteinThu Oct 18 11:33:20 2007 Google Inc. <opensource@googl...
2007-08-15 Craig SilversteinWed Aug 15 07:35:51 2007 Google Inc. <opensource@googl...
2007-06-12 Craig SilversteinTue Jun 12 15:23:42 2007 Google Inc. <opensource@googl...
2007-04-20 Craig SilversteinThu Apr 19 15:15:07 2007 Google Inc. <opensource@googl...
2007-03-28 Craig SilversteinWed Mar 28 12:15:56 2007 Google Inc. <opensource@googl...
next