0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tue Dec 20 19:48:57 2011 Google Inc. <[email protected]> More... over 12 years ago
Clarify thread-safety comment for FlagSaver. More... over 12 years ago
The last bit of rolling back commandlineflag categories: remove the 'categories' field from CommandLineFlagInfo. (Note the code to fill this field was removed from FillComandLineFlagInfo previously, so it's been an empty string for some time now.) More... over 12 years ago
Get rid of the old FlagRegisterer constructor. More... over 12 years ago
Starting the rollback of flag categories. More... over 12 years ago
Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current storage of the flag (i.e. &FLAGS_foo). More... over 12 years ago
A user reported a bug that configure should die when g++ isn't installed, but wasn't: http://code.google.com/p/google-perftools/issues/detail?id=217 More... over 12 years ago
Now I can get rid of the old constructor! More... over 12 years ago
http://code.google.com/p/google-gflags/issues/detail?id=45 reports that the error isn't always getting flushed on cygwin. So do that explicitly. More... over 12 years ago
Report category names via the xml help output (but not, yet, during 'normal' help output). More... over 12 years ago
Add back in a backwards-compatible constructor for FlagRegisterer. More... over 12 years ago
NOTE: I'm checking this in just to have a record in source control of the idea. We've decided for now it doesn't make sense to go forward with flag categories -- and the __VA_ARGS__ for macros has caused lots of problems with uncaught accidental commas, already -- so a future commit will back this out. (Actually, it's all a series of commits, for annoying technical reasons.) More... over 12 years ago
Clean up the 'GFLAGS_DLL_DECL' stuff better: reduce use outside of windows/ directory. More... over 12 years ago
Fix a bug in StringPrintf() that caused it to not print large strings properly. More... over 12 years ago
Add a new unittest case, that tests the --help output for a really long helpstring. Opensource gflags had a bug where we were cutting off the output too soon; this test should protect against such a thing. More... over 12 years ago
Ready to release gflags 1.6! More... over 12 years ago
It turns out we don't want all this dll-decl stuff for mingw. So make the #ifdef correct for mscv-but-not-mingw. More... over 12 years ago
mingw fixes: More... over 12 years ago
A few autotools files that it loosk like aren't needed by the latest version of autotools (taht we're using now). Get rid of them to clean up the svn tree. Also get rid of the 'python' file -- I don't know what that is, but it's been a long time since the python version of gflags has moved to its own project. More... over 12 years ago
Some reorganization that results from a new method I'm moving to to maintaining this opensource tree. Some of this reorganization is entirely a result of reorganization: blank lines in a few different places, etc. Here are the others: More... over 12 years ago
Update to automake 1.10.1 (from 1.9), and downdate to autoconf 2.62 (from 2.65). I'm moving to a new system for maintaining the opensource version, which involves using a 'hermetic' version of autotools, and those are the versions installed in the hermetic system. There shouldn't be a user-noticeable change here. More... over 12 years ago
* Minor correction for doc of shorthelp (soerenme, mecarson) * Fix a bug where we were leaving out a required $(top_srcdir) More... over 12 years ago
Update the windows version of the .h's to match the unix version. More... almost 13 years ago
* Split up flag declares into its own file (jyrki) * Add --version support (csilvers) * Fix doc typo (sudit) * Update the README instructions for gflags with static libs (csilvers) More... almost 13 years ago
Add support for specifying a version number (SetVersionString()), which is then displayed in --version. More... about 13 years ago
* Update acx_pthread.m4 for nostdlib (liujisi) * Typo fix in docs (bogdand) * Change ReparseCommandLineFlags to return void (csilvers) More... about 13 years ago
Mon Jan 24 16:11:35 2011 Google Inc. <[email protected]> More... about 13 years ago
* Remove reference to InitGoogle (csilvers) * Remove superfluous friend declaration (mec) * Better reporting of current vs default value (handler) * Allow cleaning up of memory at program-exit (jmarantz) * Put CompileAssert in correct namespace (csilvers) More... about 13 years ago
* Use our own string typedef so macro is never confused (csilvers) * Set up configure.ac to give proper library version numbers (csilvers) * Update from autoconf 2.64 to 2.65. Also hermeticize libtool a bit More... over 13 years ago
Wed Oct 13 17:40:12 2010 Google Inc. <[email protected]> More... over 13 years ago