mirror of
https://github.com/gflags/gflags.git
synced 2025-04-07 22:40:52 +00:00
git-svn-id: https://gflags.googlecode.com/svn/trunk@7 6586e3c6-dcc4-952a-343f-ff74eb82781d
8 lines
388 B
Text
8 lines
388 B
Text
Wed Dec 13 12:37:19 2006 Google Inc. <opensource@google.com>
|
|
|
|
* google-gflags: initial release:
|
|
The gflags package contains a library that implements commandline
|
|
flags processing. As such it's a replacement for getopt(). It
|
|
has increased flexibility, including built-in support for C++
|
|
types like string, and the ability to define flags in the source
|
|
file in which they're used.
|