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

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

Issue 30113003: Update swig to work correctly with Mac OS X 10.9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with rev Created 7 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 | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Simplified Wrapper and Interface Generator (SWIG) 1 Name: Simplified Wrapper and Interface Generator (SWIG)
2 Short Name: swig 2 Short Name: swig
3 URL: http://www.swig.org/download.html 3 URL: http://www.swig.org/download.html
4 Version: 1.3.40 4 Version: 1.3.40
5 License: MIT 5 License: MIT
6 Security Critical: no 6 Security Critical: no
7 7
8 Description: 8 Description:
9 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler 9 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
10 that connects programs written in C and C++ with scripting languages such as 10 that connects programs written in C and C++ with scripting languages such as
11 Perl, Python, Ruby, and Tcl. It works by taking the declarations found in 11 Perl, Python, Ruby, and Tcl. It works by taking the declarations found in
12 C/C++ header files and using them to generate the wrapper code that scripting 12 C/C++ header files and using them to generate the wrapper code that scripting
13 languages need to access the underlying C/C++ code. 13 languages need to access the underlying C/C++ code.
14 14
15 Local Modifications: 15 Local Modifications:
16 - Removed all non-python bindings from Lib/. 16 - Removed all non-python bindings from Lib/.
17 - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to 17 - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to
18 avoid requiring python<ver>_d.lib since we do not intend to debug python. Also 18 avoid requiring python<ver>_d.lib since we do not intend to debug python. Also
19 disable a MSVC warning about mixing headers with and without _DEBUG. 19 disable a MSVC warning about mixing headers with and without _DEBUG.
20 20 - Edit Lib/python/pyruntime.swg to include <Python/Python.h> rather than
21 <Python.h> on the Mac.
22 http://crbug.com/305277 https://sourceforge.net/p/swig/bugs/1346/
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698