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

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

Issue 657883003: Disable /analyze for the libexif and yasm projects to hack around internal compiler errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrapping comments at column 80 Created 6 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/libexif/libexif.gyp » ('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: libexif 1 Name: libexif
2 URL: http://libexif.sourceforge.net/ 2 URL: http://libexif.sourceforge.net/
3 Version: 0.6.21 3 Version: 0.6.21
4 License: LGPL 2.1 4 License: LGPL 2.1
5 License File: sources/COPYING 5 License File: sources/COPYING
6 Date: 2012-06-04 6 Date: 2012-06-04
7 Security Critical: yes 7 Security Critical: yes
8 8
9 Description: 9 Description:
10 libexif is a library for parsing, editing, and saving EXIF data. Many maker 10 libexif is a library for parsing, editing, and saving EXIF data. Many maker
11 notes from Canon, Casio, Epson, Fuji, Nikon, Olympus, Pentax and Sanyo cameras 11 notes from Canon, Casio, Epson, Fuji, Nikon, Olympus, Pentax and Sanyo cameras
12 are also supported. 12 are also supported.
13 13
14 Local Modifications: 14 Local Modifications:
15 - Added license header to exif-mem.c. Please refer to chromium.patch. 15 - Added license header to exif-mem.c. Please refer to chromium.patch.
16 - config.h and _stdint.h has been modified to build on all platforms. Please 16 - config.h and _stdint.h has been modified to build on all platforms. Please
17 refer to chromium.patch. 17 refer to chromium.patch.
18 - Added BIND_TEXTDOMAIN macro to conditionally bind the text domain to locale 18 - Added BIND_TEXTDOMAIN macro to conditionally bind the text domain to locale
19 directory. Please refer to chromium.patch. 19 directory. Please refer to chromium.patch.
20 - Removed ABOUT-NLS, *.m4, *-m4, binary, ChangeLog, config*, contrib, depcomp, 20 - Removed ABOUT-NLS, *.m4, *-m4, binary, ChangeLog, config*, contrib, depcomp,
21 INSTALL, install-sh, Makefile-files, *.sym, *.am, *.in, *.pc.in, *.spec, *.sh 21 INSTALL, install-sh, Makefile-files, *.sym, *.am, *.in, *.pc.in, *.spec, *.sh
22 and *.txt files. 22 and *.txt files.
23 - Removed "doc", "po", "NEWS", "mkinstalldirs", "missing", "nls" folders. 23 - Removed "doc", "po", "NEWS", "mkinstalldirs", "missing", "nls" folders.
24 - Removed inline from exif_tag_table_count function in exif_tag.c, to build 24 - Removed inline from exif_tag_table_count function in exif-tag.c, to build
25 cleanly with MSVC's non-standard inline rules. 25 cleanly with MSVC's non-standard inline rules.
OLDNEW
« no previous file with comments | « no previous file | third_party/libexif/libexif.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698