<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xenia/premake5.lua, branch linux</title>
<subtitle>Xbox 360 emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/'/>
<entry>
<title>Disable "deprecated-register" warning</title>
<updated>2017-12-15T01:32:29+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-12-15T01:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=bef9cbf252c9b9518f541400a48c3c5f4bddd0b4'/>
<id>bef9cbf252c9b9518f541400a48c3c5f4bddd0b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'linux' of git://github.com/dougvj/xenia into linux</title>
<updated>2017-12-15T01:20:02+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-12-15T01:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=02e37be4e559428b3e7d21853eb4c7255143c2c8'/>
<id>02e37be4e559428b3e7d21853eb4c7255143c2c8</id>
<content type='text'>
# Conflicts:
#	.travis.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	.travis.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix travis BUILD</title>
<updated>2017-09-20T21:28:56+00:00</updated>
<author>
<name>scribam</name>
<email>scribam@users.noreply.github.com</email>
</author>
<published>2017-09-20T17:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=fa3edace6a91fdd03f272993b1a30d762ee1221b'/>
<id>fa3edace6a91fdd03f272993b1a30d762ee1221b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UI: Very basic dynamic DPI support</title>
<updated>2017-08-04T00:13:51+00:00</updated>
<author>
<name>DrChat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-08-04T00:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=aeb0e2557cdf6173d1b4aab583f37480f98ea220'/>
<id>aeb0e2557cdf6173d1b4aab583f37480f98ea220</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add C++ lib linker for clang on Linux</title>
<updated>2017-07-11T17:47:25+00:00</updated>
<author>
<name>Doug Johnson</name>
<email>dougvj@gmail.com</email>
</author>
<published>2017-07-10T09:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=a7671fa2cdf0699508a1ee3dd568a8ef77f189fc'/>
<id>a7671fa2cdf0699508a1ee3dd568a8ef77f189fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Add XCB/Xlib interaction and X11 specific GTK headers/includes</title>
<updated>2017-07-11T17:47:24+00:00</updated>
<author>
<name>Doug Johnson</name>
<email>dougvj@gmail.com</email>
</author>
<published>2017-07-09T22:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=1c40e46cd1c2ccae264a119af06274e3a02a0ce8'/>
<id>1c40e46cd1c2ccae264a119af06274e3a02a0ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable premake linkgroups when building Linux applications</title>
<updated>2017-07-11T17:47:24+00:00</updated>
<author>
<name>sephiroth99</name>
<email>sephiroth99@gmail.com</email>
</author>
<published>2017-04-26T06:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=c43845842616f529dfaa7c21d092c1a15fae18a7'/>
<id>c43845842616f529dfaa7c21d092c1a15fae18a7</id>
<content type='text'>
The linkgroups option is a convenience option that makes it
possible to specify all the libraries required to build an
application (console or GUI) in any order. It also prevents
circular dependency issues between libraries.

Basically, it surrounds the list of libraries with the
start-group/end-group options when calling the linker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The linkgroups option is a convenience option that makes it
possible to specify all the libraries required to build an
application (console or GUI) in any order. It also prevents
circular dependency issues between libraries.

Basically, it surrounds the list of libraries with the
start-group/end-group options when calling the linker.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compile and link flags for Linux platform (X11, vulkan, gtk, etc)</title>
<updated>2017-07-10T01:21:00+00:00</updated>
<author>
<name>Doug Johnson</name>
<email>dougvj@gmail.com</email>
</author>
<published>2017-07-08T08:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=fb8d83b9b5e983eaa419a469be99e77d9059191d'/>
<id>fb8d83b9b5e983eaa419a469be99e77d9059191d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(WIP) Add a native PowerPC testing frontend</title>
<updated>2017-05-09T03:21:43+00:00</updated>
<author>
<name>Dr. Chat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-05-09T03:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=ccd6d4b199f1e52612ab4c8b894411f4ae1f46ba'/>
<id>ccd6d4b199f1e52612ab4c8b894411f4ae1f46ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Premake: Fix a few issues (using deprecated functionality, hard to change toolset, disable lzcnt)</title>
<updated>2017-05-07T21:21:44+00:00</updated>
<author>
<name>Dr. Chat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2017-05-07T21:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/xenia/commit/?id=99078fffbd5a967bebf8d833bbe37742f56f5e28'/>
<id>99078fffbd5a967bebf8d833bbe37742f56f5e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
