<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/utils/common, branch wolf3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>update deploy.py to recognize and use Qt5</title>
<updated>2016-01-17T17:38:28+00:00</updated>
<author>
<name>Cástor Muñoz</name>
<email>cmvidal@gmail.com</email>
</author>
<published>2016-01-11T02:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=2ae94318c634a98bac508fb93708f0a838128e10'/>
<id>2ae94318c634a98bac508fb93708f0a838128e10</id>
<content type='text'>
Change-Id: Ied8c9d153a34bd8b689a34e45708262cede5348d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ied8c9d153a34bd8b689a34e45708262cede5348d
</pre>
</div>
</content>
</entry>
<entry>
<title>Append build date when building dev version from local foler.</title>
<updated>2015-06-07T20:19:54+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-06-07T20:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8360937ac255b871cd759fe6914a3803795e3128'/>
<id>8360937ac255b871cd759fe6914a3803795e3128</id>
<content type='text'>
Change-Id: I1172cb0c4910f1d49b6a5d1125a809491a5aba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1172cb0c4910f1d49b6a5d1125a809491a5aba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Make revision handling work when building from local folder.</title>
<updated>2015-05-30T16:40:40+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-05-30T16:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e5320303cca1d2dc0ea41f45c0321e1c039e7c7f'/>
<id>e5320303cca1d2dc0ea41f45c0321e1c039e7c7f</id>
<content type='text'>
Change-Id: I8e6cc0eb8a5bff722bf5278ffa7685436c3d846a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8e6cc0eb8a5bff722bf5278ffa7685436c3d846a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix path creation for zip file names in current folder.</title>
<updated>2015-05-30T16:21:32+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-05-30T16:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5f5d7f608a01a682b3416dc576ac897b2714e55f'/>
<id>5f5d7f608a01a682b3416dc576ac897b2714e55f</id>
<content type='text'>
When building in the current tree (i.e. buildfolder ending up as '.') creating
the filename to use in the zip file stripped all '.' characters. Use a
different way to create the filename to avoid this.

Change-Id: I139c404d5e83a8bcb028a9a22b125f238911e405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building in the current tree (i.e. buildfolder ending up as '.') creating
the filename to use in the zip file stripped all '.' characters. Use a
different way to create the filename to avoid this.

Change-Id: I139c404d5e83a8bcb028a9a22b125f238911e405
</pre>
</div>
</content>
</entry>
<entry>
<title>Update findversion for change version.h format.</title>
<updated>2015-05-30T15:59:50+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-05-30T15:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=2af2a1253cc557eb7a845132e65e68e14cfd2a4a'/>
<id>2af2a1253cc557eb7a845132e65e68e14cfd2a4a</id>
<content type='text'>
version.h doesn't store the version number as string anymore. Update
findversion to use the individual values instead.

Change-Id: I6bf0fdd4420d41279b44cffd22b42febbfc778ce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version.h doesn't store the version number as string anymore. Update
findversion to use the individual values instead.

Change-Id: I6bf0fdd4420d41279b44cffd22b42febbfc778ce
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework langstat.</title>
<updated>2013-06-09T14:54:59+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-06-08T21:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6b3c4beba4135681f0484d41ac096e1599939bd4'/>
<id>6b3c4beba4135681f0484d41ac096e1599939bd4</id>
<content type='text'>
- Generally improve code and make it compliant to PEP8.
- Make it work with Python3 as well.

Change-Id: I9e99999c59dc501664c36dd38fcb85fb60d6d9e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Generally improve code and make it compliant to PEP8.
- Make it work with Python3 as well.

Change-Id: I9e99999c59dc501664c36dd38fcb85fb60d6d9e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the tarball generation tool handle spaces in filenames</title>
<updated>2013-03-05T21:37:27+00:00</updated>
<author>
<name>Frank Gevaerts</name>
<email>frank@gevaerts.be</email>
</author>
<published>2013-03-05T21:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3e4be68f8b596cf3467f993dc9a210a3d901ca1c'/>
<id>3e4be68f8b596cf3467f993dc9a210a3d901ca1c</id>
<content type='text'>
&lt;insert opinion on such filenames here&gt;

Change-Id: Ie1b5fac97eea93c9ac934ffb8bf6c0d9a0559339
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;insert opinion on such filenames here&gt;

Change-Id: Ie1b5fac97eea93c9ac934ffb8bf6c0d9a0559339
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2012-05-14T21:02:21+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-05-14T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=972b8945b8d67666199cb32470fd1ab1c092bb93'/>
<id>972b8945b8d67666199cb32470fd1ab1c092bb93</id>
<content type='text'>
Change-Id: I358add5df8971bc3eab4c4cf71d2e792e51979d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I358add5df8971bc3eab4c4cf71d2e792e51979d1
</pre>
</div>
</content>
</entry>
<entry>
<title>gitscraper: Provide way to get timestamps for files.</title>
<updated>2012-04-29T09:48:07+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-04-29T09:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=91cf4a77687e650ff92e8129424955cea692d875'/>
<id>91cf4a77687e650ff92e8129424955cea692d875</id>
<content type='text'>
When scraping files from the repository allow passing an additional list of
files for which the timestamp of the last change is retrieved. Since this is
slow (the log needs to be traversed, since a blob doesn't know about commits
its referenced by) only specified files get this retrieved.

Change-Id: I61a2ef812ac18ffb5898c01ce070046d4ca00a15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When scraping files from the repository allow passing an additional list of
files for which the timestamp of the last change is retrieved. Since this is
slow (the log needs to be traversed, since a blob doesn't know about commits
its referenced by) only specified files get this retrieved.

Change-Id: I61a2ef812ac18ffb5898c01ce070046d4ca00a15
</pre>
</div>
</content>
</entry>
<entry>
<title>Add codecs to librbcodec.</title>
<updated>2012-04-25T20:13:20+00:00</updated>
<author>
<name>Sean Bartell</name>
<email>wingedtachikoma@gmail.com</email>
</author>
<published>2011-06-26T01:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f40bfc9267b13b54e6379dfe7539447662879d24'/>
<id>f40bfc9267b13b54e6379dfe7539447662879d24</id>
<content type='text'>
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius &lt;nils@rockbox.org&gt;
Tested-by: Nils Wallménius &lt;nils@rockbox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97
Reviewed-on: http://gerrit.rockbox.org/137
Reviewed-by: Nils Wallménius &lt;nils@rockbox.org&gt;
Tested-by: Nils Wallménius &lt;nils@rockbox.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
