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

Side by Side Diff: third_party/getopt/README.crashpad

Issue 1439113002: win: Compile getopt as C++ and wrap in crashpad namespace (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/getopt/getopt.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 Name: Gregory Pietsch getopt 1 Name: Gregory Pietsch getopt
2 Short Name: getopt 2 Short Name: getopt
3 URL: https://sourceware.org/ml/newlib/2005/msg00758.html 3 URL: https://sourceware.org/ml/newlib/2005/msg00758.html
4 License: Public domain 4 License: Public domain
5 License File: LICENSE 5 License File: LICENSE
6 Security Critical: no 6 Security Critical: no
7 7
8 Description: 8 Description:
9 A public domain implementation of getopt. 9 A public domain implementation of getopt.
10 10
11 Local Modifications: 11 Local Modifications:
12 - Minor compilation fixes applied for Windows. 12 - Minor compilation fixes applied for Windows.
13 - Add copy of copyright (Public domain) to the top of both files for Chromium's 13 - Add copy of copyright (Public domain) to the top of both files for Chromium's
14 checklicenses step. 14 checklicenses step.
15 - Compiled as .cc, and wrapped in namespace crashpad.
OLDNEW
« no previous file with comments | « no previous file | third_party/getopt/getopt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698