<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/swig.git/Examples/python, 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>Eliminate trivial differences between the reference examples</title>
<updated>2014-11-07T02:34:43+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2014-11-04T21:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=ac1f067ce983e40591461f768df8914b01b5505d'/>
<id>ac1f067ce983e40591461f768df8914b01b5505d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bogus ; after } in examples</title>
<updated>2014-11-07T02:34:43+00:00</updated>
<author>
<name>Olly Betts</name>
<email>olly@survex.com</email>
</author>
<published>2014-11-04T21:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=37cd1474b563d413c3ae7df254d9d22b9c6086b8'/>
<id>37cd1474b563d413c3ae7df254d9d22b9c6086b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bypass Python exmples not supported by -builtin</title>
<updated>2014-10-07T19:58:41+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2014-10-07T19:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=808d4b4798685dbbc8515277faa573c7ce40fbc2'/>
<id>808d4b4798685dbbc8515277faa573c7ce40fbc2</id>
<content type='text'>
Builtin classes as exceptions not supported, so don't run these aspects
of the examples when using -builtin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Builtin classes as exceptions not supported, so don't run these aspects
of the examples when using -builtin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python swigrun example</title>
<updated>2014-10-07T19:58:41+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2014-10-07T19:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=da394fae800ce121fb51d9c0ef2880fdce2f1b63'/>
<id>da394fae800ce121fb51d9c0ef2880fdce2f1b63</id>
<content type='text'>
By default it doesn't work as it does not call the CEO's __del__ method
as indicated in the comments. __del__ is called with -builtin but
then the base class's __del__ is not available and so it errors out.
Python 3 and -builtin goes into an endless loop. So removing as
hopelessly broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default it doesn't work as it does not call the CEO's __del__ method
as indicated in the comments. __del__ is called with -builtin but
then the base class's __del__ is not available and so it errors out.
Python 3 and -builtin goes into an endless loop. So removing as
hopelessly broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display testname when running the import_packages Python examples</title>
<updated>2014-10-07T19:58:40+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2014-10-06T20:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=a9c6196f7120a12a6d3a46adef6814a2dc7a878d'/>
<id>a9c6196f7120a12a6d3a46adef6814a2dc7a878d</id>
<content type='text'>
For easier identification of what is running in these examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For easier identification of what is running in these examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python 3 import_packages/relativeimport2 example clean</title>
<updated>2014-10-07T19:58:40+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2014-10-06T20:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=9834a69c18478fdc3b78ba52faabf7c551aef531'/>
<id>9834a69c18478fdc3b78ba52faabf7c551aef531</id>
<content type='text'>
runme3.py files are generated and should not be checked in
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
runme3.py files are generated and should not be checked in
</pre>
</div>
</content>
</entry>
<entry>
<title>Small fixes to the relative import fix.</title>
<updated>2014-09-29T15:37:41+00:00</updated>
<author>
<name>Johan Hake</name>
<email>hake.dev@gmail.com</email>
</author>
<published>2014-09-29T15:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=de4f30bd3c45709143f557a12038c022ca42a683'/>
<id>de4f30bd3c45709143f557a12038c022ca42a683</id>
<content type='text'>
  -- Now the tests actually runs
  -- Corrected the syntax for the fix in the yacc file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  -- Now the tests actually runs
  -- Corrected the syntax for the fix in the yacc file
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with relative import when using single header file import.</title>
<updated>2014-08-12T19:48:26+00:00</updated>
<author>
<name>Johan Hake</name>
<email>hake.dev@gmail.com</email>
</author>
<published>2014-08-12T19:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=1dd297ad9df262c81ddcd1ebd4787b260e26313d'/>
<id>1dd297ad9df262c81ddcd1ebd4787b260e26313d</id>
<content type='text'>
  -- The commit propagates the package option to the newly create
     module node so it is recognized by SWIG
  -- Added a relativeimport test for this combination
     (in lack of py3 I was not able to test it with py3 but it
      "should just work")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  -- The commit propagates the package option to the newly create
     module node so it is recognized by SWIG
  -- Added a relativeimport test for this combination
     (in lack of py3 I was not able to test it with py3 but it
      "should just work")
</pre>
</div>
</content>
</entry>
<entry>
<title>Fully clean Python examples and test-suite</title>
<updated>2014-05-29T00:29:27+00:00</updated>
<author>
<name>Karl Wette</name>
<email>karl.wette@ligo.org</email>
</author>
<published>2014-05-28T21:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=cc0738bbda7d962b3d72479ac866bca4ab8867e9'/>
<id>cc0738bbda7d962b3d72479ac866bca4ab8867e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic -Wreturn-type</title>
<updated>2014-05-24T12:13:32+00:00</updated>
<author>
<name>William S Fulton</name>
<email>wsf@fultondesigns.co.uk</email>
</author>
<published>2014-05-23T23:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/swig.git/commit/?id=f39ed94419e4a30b8b2ba1d49c138fd245010262'/>
<id>f39ed94419e4a30b8b2ba1d49c138fd245010262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
