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/talloc/README.chromium

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 3 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/talloc/NEWS ('k') | third_party/talloc/aclocal.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: talloc
2 URL: http://talloc.samba.org/talloc/doc/html/index.html
3 Version: 2.0.1
4 License: LGPL v3
5 Security Critical: yes
6
7 The talloc library is only being used by a portion of the Mesa
8 software renderer, in ../mesa/MesaLib, and is only linked in to the
9 OSMesa shared library.
10
11 This is version 2.0.1 of talloc, with the following modifications (see
12 chromium.patch):
13
14 - #include "replace.h" was commented out in talloc.c.
15 - "bool malloced" was changed to "int malloced" in talloc.c.
16 - #include string.h, and conditional #include of stdint.h, were added
17 to talloc.h.
18 - Uses of the "inline" keyword were made conditional and disabled on
19 Windows.
20 - A "min_size" inline function was used in place of the MIN macro.
21 - An implementation of strnlen was provided for platforms not
22 supporting it (in particular, Mac OS X).
23 - A use of ssize_t was changed to size_t on Windows.
24 - a call to vsnprintf() querying the required buffer size was changed to use
25 ptr NULL size 0 in order to satisfy MSVC
OLDNEW
« no previous file with comments | « third_party/talloc/NEWS ('k') | third_party/talloc/aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698