<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xenia/xenia-build, branch texsplit</title>
<subtitle>Xbox 360 emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/'/>
<entry>
<title>Use the same python as the currently executing python to run scripts</title>
<updated>2018-04-29T01:15:16+00:00</updated>
<author>
<name>Dr. Chat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2018-04-29T01:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=efc36e50be201225a419bd30e2f549985e6bef9f'/>
<id>efc36e50be201225a419bd30e2f549985e6bef9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup 360 support</title>
<updated>2018-04-04T00:02:49+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2018-04-04T00:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=14abe1a4076c52a30e0391356b8b2bd2938aeb55'/>
<id>14abe1a4076c52a30e0391356b8b2bd2938aeb55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix genspirv command</title>
<updated>2017-12-21T22:11:35+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-12-21T22:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=4ce774576bb2fafabdee22e6cc45167aab0b622a'/>
<id>4ce774576bb2fafabdee22e6cc45167aab0b622a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support -j flag in xenia-build</title>
<updated>2017-12-20T01:25:25+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-12-20T01:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=0efb08ad7462c09b7002e5571b058cb5f757d580'/>
<id>0efb08ad7462c09b7002e5571b058cb5f757d580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly decode git information before printing it into version.h</title>
<updated>2017-12-16T05:43:27+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-12-16T05:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=3d1a1c2519d0ea5fa2c14090be048e1cc931cb92'/>
<id>3d1a1c2519d0ea5fa2c14090be048e1cc931cb92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 support (#755)</title>
<updated>2017-09-21T21:42:57+00:00</updated>
<author>
<name>Kriskras99</name>
<email>Kriskras99@users.noreply.github.com</email>
</author>
<published>2017-09-21T21:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=882f01533d3932dfa7cda259882f3df75db97391'/>
<id>882f01533d3932dfa7cda259882f3df75db97391</id>
<content type='text'>
* Python 3 support

* Fix import_vs_environment in xenia-build

* Drop support for Python 2

* Fix CIs and xb.bat

* Require Python3.4+ because of Ubuntu Trusty

* popen.communicate returns bytes instead of string

* Useful info in travis

* universal_newlines should be True

* Changed shebang to python 3

* Python 3 shebang fix

* Clang python 3 shebang fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Python 3 support

* Fix import_vs_environment in xenia-build

* Drop support for Python 2

* Fix CIs and xb.bat

* Require Python3.4+ because of Ubuntu Trusty

* popen.communicate returns bytes instead of string

* Useful info in travis

* universal_newlines should be True

* Changed shebang to python 3

* Python 3 shebang fix

* Clang python 3 shebang fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #697 from Kriskras99/patch-1</title>
<updated>2017-05-11T20:17:31+00:00</updated>
<author>
<name>Justin Moore</name>
<email>DrChat@users.noreply.github.com</email>
</author>
<published>2017-05-11T20:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=f5e3b59c42139c6ecaef8902f1bfa196671ed704'/>
<id>f5e3b59c42139c6ecaef8902f1bfa196671ed704</id>
<content type='text'>
Specify python2 in xenia-build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specify python2 in xenia-build</pre>
</div>
</content>
</entry>
<entry>
<title>Last stretch to get PPC native tests working</title>
<updated>2017-05-11T20:09:43+00:00</updated>
<author>
<name>Dr. Chat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-05-11T20:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=737b78ad49bbfd9b4cc3d74c3a828bae053d0f36'/>
<id>737b78ad49bbfd9b4cc3d74c3a828bae053d0f36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify python2 in xenia-build</title>
<updated>2017-05-02T16:54:03+00:00</updated>
<author>
<name>Kriskras99</name>
<email>Kriskras99@users.noreply.github.com</email>
</author>
<published>2017-05-02T16:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=e6d1a3a302d0c3f6fc456aefa0b98ed415f396d5'/>
<id>e6d1a3a302d0c3f6fc456aefa0b98ed415f396d5</id>
<content type='text'>
Otherwise it breaks on Arch Linux</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise it breaks on Arch Linux</pre>
</div>
</content>
</entry>
<entry>
<title>Update premake to support vs2017.</title>
<updated>2017-04-24T03:02:43+00:00</updated>
<author>
<name>Dr. Chat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-04-24T03:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=8c16f91b7b91edec479d654f53767ca157078edb'/>
<id>8c16f91b7b91edec479d654f53767ca157078edb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
