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

Side by Side Diff: third_party/talloc/README.chromium

Issue 6610030: Cleaning up third_party readmes and adding a template for future use.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « third_party/swig/README.chromium ('k') | third_party/tcmalloc/README.chromium » ('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: talloc 1 Name: talloc
2 URL: http://talloc.samba.org/talloc/doc/html/index.html 2 URL: http://talloc.samba.org/talloc/doc/html/index.html
3 Version: 2.0.1
3 4
4 The talloc library is only being used by a portion of the Mesa 5 The talloc library is only being used by a portion of the Mesa
5 software renderer, in ../mesa/MesaLib, and is only linked in to the 6 software renderer, in ../mesa/MesaLib, and is only linked in to the
6 OSMesa shared library. 7 OSMesa shared library.
7 8
8 This is version 2.0.1 of talloc, with the following modifications (see 9 This is version 2.0.1 of talloc, with the following modifications (see
9 chromium.patch): 10 chromium.patch):
10 11
11 - #include "replace.h" was commented out in talloc.c. 12 - #include "replace.h" was commented out in talloc.c.
12 - "bool malloced" was changed to "int malloced" in talloc.c. 13 - "bool malloced" was changed to "int malloced" in talloc.c.
13 - #include string.h, and conditional #include of stdint.h, were added 14 - #include string.h, and conditional #include of stdint.h, were added
14 to talloc.h. 15 to talloc.h.
15 - Uses of the "inline" keyword were made conditional and disabled on 16 - Uses of the "inline" keyword were made conditional and disabled on
16 Windows. 17 Windows.
17 - A "min_size" inline function was used in place of the MIN macro. 18 - A "min_size" inline function was used in place of the MIN macro.
18 - An implementation of strnlen was provided for platforms not 19 - An implementation of strnlen was provided for platforms not
19 supporting it (in particular, Mac OS X). 20 supporting it (in particular, Mac OS X).
20 - A use of ssize_t was changed to size_t on Windows. 21 - A use of ssize_t was changed to size_t on Windows.
OLDNEW
« no previous file with comments | « third_party/swig/README.chromium ('k') | third_party/tcmalloc/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698