shaka-packager/third_party/gflags
Kongqun Yang cde567c14c Add gflags for commandline flags processing.
gflags configuration files are fetched from webrtc:
https://code.google.com/p/webrtc/source/browse/trunk/third_party/gflags
gflags source is cloned from https://github.com/schuhschuh/gflags

Change-Id: Ieb544990278b542decd2a25e6c24fc93cc5e3228
2014-01-10 02:38:18 +00:00
..
gen Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00
src Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00
LICENSE Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00
README.packager Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00
README.webrtc Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00
gflags.gyp Add gflags for commandline flags processing. 2014-01-10 02:38:18 +00:00

README.webrtc

URL: http://code.google.com/p/gflags/
Version: 2.0
License: New BSD
License File: LICENSE

Description:
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.

Local Modifications: None


How to update platform configuration files:
The gen/ directory contains pre-generated configuration header files.
Historically, all operating systems and architectures have generated
similar configurations except for Windows. This is why there's only
posix and win directories below gen/.
When rolling gflags to a newer version, it's a good idea to check if
new configuration files needs to be generated as well.
Do this by running ./configure in the newly checked out version of
gflags. Then diff the generated files with the ones below gen/.
If you notice a diff, update the files with the updated ones.
If you suspect platform dependend changes other than Windows, you'll
have to checkout gflags on the other platforms as well and run
./configure there too.