<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/swig.git/Examples/python/callback, branch builtin-hashable</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>Remove use of preinst-swig script</title>
<updated>2015-08-21T21:43:17+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2015-08-20T05:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=8e2bc595c67b57a2bd58661b08dc2d7585090e37'/>
<id>8e2bc595c67b57a2bd58661b08dc2d7585090e37</id>
<content type='text'>
Complete the prototype removal in ca1431.

The script prevents SWIGTOOL=gdb from working as gdb can't be used to
debug a shell script, it requires a binary.

Add support for SWIGTOOL in all the examples.

SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles.

See issue #473.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Complete the prototype removal in ca1431.

The script prevents SWIGTOOL=gdb from working as gdb can't be used to
debug a shell script, it requires a binary.

Add support for SWIGTOOL in all the examples.

SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles.

See issue #473.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'yazug-python_examples_pep8_whitespace_cleanup'</title>
<updated>2015-05-10T17:43:37+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2015-05-10T17:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=21aef52194dd5fbecba8b9d7cd7c239663c9a0a8'/>
<id>21aef52194dd5fbecba8b9d7cd7c239663c9a0a8</id>
<content type='text'>
* yazug-python_examples_pep8_whitespace_cleanup:
  Fixup 2 additional whitespace warnings pep8 found
  Add pep8 check for Examples/python
  autopep8 cleanup of Examples/python whitespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* yazug-python_examples_pep8_whitespace_cleanup:
  Fixup 2 additional whitespace warnings pep8 found
  Add pep8 check for Examples/python
  autopep8 cleanup of Examples/python whitespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused std_string.i from callback examples</title>
<updated>2015-05-10T10:49:28+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2015-05-10T10:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=b4c441f62ee434f5428be03162add4d20cf42471'/>
<id>b4c441f62ee434f5428be03162add4d20cf42471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autopep8 cleanup of Examples/python whitespace</title>
<updated>2015-05-08T12:46:06+00:00</updated>
<author>
<name>Jon Schlueter</name>
<email>jon.schlueter@gmail.com</email>
</author>
<published>2015-05-08T12:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=77707154574f1852f56ed552bab832249c80bbfc'/>
<id>77707154574f1852f56ed552bab832249c80bbfc</id>
<content type='text'>
automated cleanup only of the Examples/python example code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
automated cleanup only of the Examples/python example code
</pre>
</div>
</content>
</entry>
<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>Whitespace cleanup of Example Makefiles</title>
<updated>2014-04-16T10:06:02+00:00</updated>
<author>
<name>Karl Wette</name>
<email>karl.wette@ligo.org</email>
</author>
<published>2014-04-16T10:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=3aacde4f5fd10b2504845f6b86171d9950671e17'/>
<id>3aacde4f5fd10b2504845f6b86171d9950671e17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assorted comment and documentation typos</title>
<updated>2014-02-23T04:15:22+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2014-02-23T03:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=2f3bf144c685585dab7d4d8ae1ae805dda0edab8'/>
<id>2f3bf144c685585dab7d4d8ae1ae805dda0edab8</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>Merge https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-vmiklos/</title>
<updated>2009-07-22T11:08:29+00:00</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2009-07-22T11:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=0249eea38995dfc6689c78cde861b7ec2b6b4af2'/>
<id>0249eea38995dfc6689c78cde861b7ec2b6b4af2</id>
<content type='text'>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11434 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@11434 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</pre>
</div>
</content>
</entry>
<entry>
<title>Snip nonsensical comment left over from cut and paste from other examples.</title>
<updated>2009-05-19T11:54:40+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2009-05-19T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=d2c38bb56991f56ceabb8c1d5915515d9e48f024'/>
<id>d2c38bb56991f56ceabb8c1d5915515d9e48f024</id>
<content type='text'>
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11215 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@11215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
</pre>
</div>
</content>
</entry>
</feed>
