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

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

Issue 1559022: Pass tools/licenses.py for a few more directories. (Closed)
Patch Set: Created 10 years, 8 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
OLDNEW
1 Name: swig
1 URL: http://www.swig.org/download.html 2 URL: http://www.swig.org/download.html
2 Version: 1.3.40 3 Version: 1.3.40
3 License: BSD
4 License File: LICENSE
5 4
6 Description: 5 Description:
7 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler 6 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
8 that connects programs written in C and C++ with scripting languages such as 7 that connects programs written in C and C++ with scripting languages such as
9 Perl, Python, Ruby, and Tcl. It works by taking the declarations found in 8 Perl, Python, Ruby, and Tcl. It works by taking the declarations found in
10 C/C++ header files and using them to generate the wrapper code that scripting 9 C/C++ header files and using them to generate the wrapper code that scripting
11 languages need to access the underlying C/C++ code. 10 languages need to access the underlying C/C++ code.
12 11
13 Local Modifications: 12 Local Modifications:
14 - Removed all non-python bindings from Lib/. 13 - Removed all non-python bindings from Lib/.
15 - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to 14 - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to
16 avoid requiring python<ver>_d.lib since we do not intend to debug python. 15 avoid requiring python<ver>_d.lib since we do not intend to debug python.
17 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698