Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Side by Side Diff: third_party/gflags/README.webrtc

Issue 1679263002: Switch third_party/gflags to use updated GitHub repo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add myself to owners Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/gflags/OWNERS ('k') | third_party/gflags/gen/posix/include/gflags/gflags.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 URL: http://code.google.com/p/gflags/ 1 URL: https://github.com/gflags/gflags
2 Version: 2.0 2 Version: 2.1.2
3 License: New BSD 3 License: New BSD
4 License File: LICENSE 4 License File: LICENSE
5 5
6 Description: 6 Description:
7 The gflags package contains a library that implements commandline 7 The gflags package contains a library that implements commandline
8 flags processing. As such it's a replacement for getopt(). It has 8 flags processing. As such it's a replacement for getopt(). It has
9 increased flexibility, including built-in support for C++ types like 9 increased flexibility, including built-in support for C++ types like
10 string, and the ability to define flags in the source file in which 10 string, and the ability to define flags in the source file in which
11 they're used. 11 they're used.
12 12
13 Local Modifications: None 13 Local Modifications: None
14 14
15 15
16 How to update platform configuration files: 16 How to update platform configuration files:
17 The gen/ directory contains pre-generated configuration header files. 17 The gen/ directory contains pre-generated configuration header files.
18 Historically, all operating systems and architectures have generated 18 Historically, all operating systems and architectures have generated
19 similar configurations except for Windows. This is why there's only 19 similar configurations except for Windows. This is why there's only
20 posix and win directories below gen/. 20 posix and win directories below gen/.
21 When rolling gflags to a newer version, it's a good idea to check if 21 When rolling gflags to a newer version, it's a good idea to check if
22 new configuration files needs to be generated as well. 22 new configuration files needs to be generated as well.
23 Do this by running ./configure in the newly checked out version of 23 Do this by running cmake in the newly checked out version of
24 gflags. Then diff the generated files with the ones below gen/. 24 gflags. Then diff the generated files with the ones below gen/.
25 If you notice a diff, update the files with the updated ones. 25 If you notice a diff, update the files with the updated ones.
26 If you suspect platform dependend changes other than Windows, you'll 26 If you suspect platform dependend changes other than Windows, you'll
27 have to checkout gflags on the other platforms as well and run 27 have to checkout gflags on the other platforms as well and run
28 ./configure there too. 28 cmake there too.
OLDNEW
« no previous file with comments | « third_party/gflags/OWNERS ('k') | third_party/gflags/gen/posix/include/gflags/gflags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698