<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/swig.git/Examples/python/class, branch coverity-scan</title>
<subtitle>github.com: swig/swig.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/'/>
<entry>
<title>Allow examples and test-suite to be built out of source tree</title>
<updated>2014-05-11T21:21:10+00:00</updated>
<author>
<name>Karl Wette</name>
<email>karl.wette@ligo.org</email>
</author>
<published>2014-05-11T21:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=f574a34155e4ede49b1b023494e0a1637ab89f8f'/>
<id>f574a34155e4ede49b1b023494e0a1637ab89f8f</id>
<content type='text'>
- Examples/Makefile.in rules use SRCDIR as the relative source directory

- ./config.status replicates Examples/ source directory tree in build
  directory, and copies each Makefile to build directory, prefixed with
  a header which sets SRCDIR to source directory

- Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir

- Examples/test-suite/errors/Makefile.in needs to filter out source
  directory from SWIG error messages

- Lua: embedded interpreters are passed location of run-time test

- Python: copy run-time scripts to build directory because of 2to3
  conversion; import_packages example copies __init__.py from source
  directory; test-suite sets SCRIPTDIR to location of run-time tests

- Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir
  can be substituted with SRCDIR; removed './' from require() statements
  so that NODE_PATH can be used to point Node.js to build directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Examples/Makefile.in rules use SRCDIR as the relative source directory

- ./config.status replicates Examples/ source directory tree in build
  directory, and copies each Makefile to build directory, prefixed with
  a header which sets SRCDIR to source directory

- Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir

- Examples/test-suite/errors/Makefile.in needs to filter out source
  directory from SWIG error messages

- Lua: embedded interpreters are passed location of run-time test

- Python: copy run-time scripts to build directory because of 2to3
  conversion; import_packages example copies __init__.py from source
  directory; test-suite sets SCRIPTDIR to location of run-time tests

- Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir
  can be substituted with SRCDIR; removed './' from require() statements
  so that NODE_PATH can be used to point Node.js to build directory
</pre>
</div>
</content>
</entry>
<entry>
<title>Further cleaning up of class examples</title>
<updated>2014-02-23T21:10:24+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2014-02-23T21:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=0de4cf13a8aa4612ddead85b2680694fa1bf585e'/>
<id>0de4cf13a8aa4612ddead85b2680694fa1bf585e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the class example for several languages.</title>
<updated>2014-02-23T05:24:51+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2014-02-23T05:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=34c97ffdbd528f4c53873ccc8f60238579c2a22d'/>
<id>34c97ffdbd528f4c53873ccc8f60238579c2a22d</id>
<content type='text'>
Fix numerous inaccuracies in index.html (where it exists) and eliminate
unnecessary differences between the example code being wrapped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix numerous inaccuracies in index.html (where it exists) and eliminate
unnecessary differences between the example code being wrapped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG =&gt; SWIG_PYTHON_INTERPRETER_NO_DEBUG</title>
<updated>2013-06-11T18:15:57+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2013-06-11T18:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=7f95c7bb3efe0f282833a71b50818cf46d80cc1a'/>
<id>7f95c7bb3efe0f282833a71b50818cf46d80cc1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python Debug dll</title>
<updated>2013-06-11T07:22:21+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2013-06-11T07:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=5cdfc503e18e1f5b8895516c591332fda371d879'/>
<id>5cdfc503e18e1f5b8895516c591332fda371d879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python examples makefiles clean target fixed and use RUNPIPE and tidyup</title>
<updated>2013-04-19T21:47:26+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2013-04-13T20:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=cc4ac0a9e93104ee435b50b9532dc1ca1a84bf03'/>
<id>cc4ac0a9e93104ee435b50b9532dc1ca1a84bf03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Visual Studio examples to work when SWIG is unzipped into a directory containing spaces.</title>
<updated>2013-01-15T07:18:20+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2013-01-15T07:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=78cd350fe98581d1353425eb9898a1e0a1d5ef6e'/>
<id>78cd350fe98581d1353425eb9898a1e0a1d5ef6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert 11743 - accidental checkin</title>
<updated>2010-01-23T22:24:45+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2010-01-23T22:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=4b1d7aa73dc1af2d5c137e762d603bfaa11a11fe'/>
<id>4b1d7aa73dc1af2d5c137e762d603bfaa11a11fe</id>
<content type='text'>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</pre>
</div>
</content>
</entry>
<entry>
<title>Add caveat about using percent in varargs example as per suggestion in bug #2106353</title>
<updated>2009-11-14T21:50:41+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2009-11-14T21:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=e0dd20350f434bce0edc5dfa5c4401c9b77f937c'/>
<id>e0dd20350f434bce0edc5dfa5c4401c9b77f937c</id>
<content type='text'>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</pre>
</div>
</content>
</entry>
<entry>
<title>invoke using swig.exe instead of just swig in Visual Studio project files</title>
<updated>2009-03-20T23:54:43+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2009-03-20T23:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=48203afbd0bac33a0ce8176d681ad33ff5c50217'/>
<id>48203afbd0bac33a0ce8176d681ad33ff5c50217</id>
<content type='text'>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</pre>
</div>
</content>
</entry>
</feed>
