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

Side by Side Diff: third_party/swig/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/sqlite/README.chromium ('k') | third_party/talloc/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: swig 1 Name: Simplified Wrapper and Interface Generator (SWIG)
2 Short Name: swig
2 URL: http://www.swig.org/download.html 3 URL: http://www.swig.org/download.html
3 Version: 1.3.40 4 Version: 1.3.40
4 5
5 Description: 6 Description:
6 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler 7 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
7 that connects programs written in C and C++ with scripting languages such as 8 that connects programs written in C and C++ with scripting languages such as
8 Perl, Python, Ruby, and Tcl. It works by taking the declarations found in 9 Perl, Python, Ruby, and Tcl. It works by taking the declarations found in
9 C/C++ header files and using them to generate the wrapper code that scripting 10 C/C++ header files and using them to generate the wrapper code that scripting
10 languages need to access the underlying C/C++ code. 11 languages need to access the underlying C/C++ code.
11 12
12 Local Modifications: 13 Local Modifications:
13 - Removed all non-python bindings from Lib/. 14 - Removed all non-python bindings from Lib/.
14 - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to 15 - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to
15 avoid requiring python<ver>_d.lib since we do not intend to debug python. Also 16 avoid requiring python<ver>_d.lib since we do not intend to debug python. Also
16 disable a MSVC warning about mixing headers with and without _DEBUG. 17 disable a MSVC warning about mixing headers with and without _DEBUG.
17 18
OLDNEW
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | third_party/talloc/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698