<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/utils/regtools/lib, branch 2048sp5</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>regtools/socdesc: update library with a field useful functions</title>
<updated>2014-12-15T21:53:57+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-10-22T15:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6cb861137d40c91782042764c591ceb995f345fa'/>
<id>6cb861137d40c91782042764c591ceb995f345fa</id>
<content type='text'>
Change-Id: Ib2891fe36b0594e8554bb354a29bc8b3485de20d
Reviewed-on: http://gerrit.rockbox.org/1018
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib2891fe36b0594e8554bb354a29bc8b3485de20d
Reviewed-on: http://gerrit.rockbox.org/1018
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools/socdesc: fix red</title>
<updated>2014-10-08T14:28:14+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-10-08T14:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=40a2ac4b5f93a08777387cfa71a5f19cd9826553'/>
<id>40a2ac4b5f93a08777387cfa71a5f19cd9826553</id>
<content type='text'>
Change-Id: If40c52168eb5cd2d194c90c3f65263d2b9da0451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If40c52168eb5cd2d194c90c3f65263d2b9da0451
</pre>
</div>
</content>
</entry>
<entry>
<title>qeditor: Implement clock analyzer for rk27xx</title>
<updated>2014-09-19T09:00:31+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2014-09-18T08:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b888743cac9c0af26632672796934fe9eaaa471d'/>
<id>b888743cac9c0af26632672796934fe9eaaa471d</id>
<content type='text'>
Change-Id: Ib8f53d32120893b6c1054299ed434a6650a0d7c2
Reviewed-on: http://gerrit.rockbox.org/971
Reviewed-by: Marcin Bukat &lt;marcin.bukat@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib8f53d32120893b6c1054299ed434a6650a0d7c2
Reviewed-on: http://gerrit.rockbox.org/971
Reviewed-by: Marcin Bukat &lt;marcin.bukat@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools/soc_desc: fix libxml2 misinit</title>
<updated>2014-09-16T10:16:55+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-09-16T10:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8855ce5a79dc43c7751c419c0f8af37f445ab9d8'/>
<id>8855ce5a79dc43c7751c419c0f8af37f445ab9d8</id>
<content type='text'>
The code did not call xmlInitParser() and would call xmlCleanupParser() each
time which is doubly wrong because 1) it's not init 2) all init/cleanup
must be done from the main thread. To ensure 2), call it from a static ctor.

Change-Id: I3d191bf3b8c0cfc51da78157e88c786636fd3ebf
Reviewed-on: http://gerrit.rockbox.org/966
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code did not call xmlInitParser() and would call xmlCleanupParser() each
time which is doubly wrong because 1) it's not init 2) all init/cleanup
must be done from the main thread. To ensure 2), call it from a static ctor.

Change-Id: I3d191bf3b8c0cfc51da78157e88c786636fd3ebf
Reviewed-on: http://gerrit.rockbox.org/966
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools: headergen can now output the description in the headers</title>
<updated>2014-05-11T17:56:50+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-05-11T17:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4c1eafc208426d4457660313314289a570287cb8'/>
<id>4c1eafc208426d4457660313314289a570287cb8</id>
<content type='text'>
This is useful to provide some documentation in the code.

Change-Id: Ib440363d82c47c36fffb9567a2e7f374eaaa5cbc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful to provide some documentation in the code.

Change-Id: Ib440363d82c47c36fffb9567a2e7f374eaaa5cbc
</pre>
</div>
</content>
</entry>
<entry>
<title>qeditor: add support for deletion of items</title>
<updated>2014-05-11T17:54:48+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-05-01T22:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=dc869e70acaadb7ef2d96101fe8e938d53f18e65'/>
<id>dc869e70acaadb7ef2d96101fe8e938d53f18e65</id>
<content type='text'>
Change-Id: I886e15585bd3bfed3303e4b845cd8960a9461277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I886e15585bd3bfed3303e4b845cd8960a9461277
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools: fix makefiles</title>
<updated>2014-05-01T17:34:58+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-05-01T16:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=cf93b33613a850e4a9f5568aa94051203763bc09'/>
<id>cf93b33613a850e4a9f5568aa94051203763bc09</id>
<content type='text'>
Change-Id: Ib69aac4e7510c99398130467b7fe0f10fc4897f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib69aac4e7510c99398130467b7fe0f10fc4897f7
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools: completely rework qeditor, improve soc desc library and tools</title>
<updated>2014-05-01T17:34:18+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-04-07T09:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4356666101e0e7985e65a19f86bc4a74519e93f9'/>
<id>4356666101e0e7985e65a19f86bc4a74519e93f9</id>
<content type='text'>
The graphical editor can now display and editor description files.
The library has been improved to provide more useful function.
The XML format has been slightly changed: only one soc is allowed per file
(this is was already de facto the case since &lt;soc&gt; was the root tag).
Also introduce a DTD to validate the files.

Change-Id: If70ba35b6dc0242bdb87411cf4baee9597798aac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The graphical editor can now display and editor description files.
The library has been improved to provide more useful function.
The XML format has been slightly changed: only one soc is allowed per file
(this is was already de facto the case since &lt;soc&gt; was the root tag).
Also introduce a DTD to validate the files.

Change-Id: If70ba35b6dc0242bdb87411cf4baee9597798aac
</pre>
</div>
</content>
</entry>
<entry>
<title>regtools: update soc desc parser/header to include desc fields</title>
<updated>2014-05-01T17:32:01+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-04-04T13:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3754624edc48539c5cc5acbf426ce909477e87d8'/>
<id>3754624edc48539c5cc5acbf426ce909477e87d8</id>
<content type='text'>
Change-Id: I32374784d17f4352905f15e404df23b01338235b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I32374784d17f4352905f15e404df23b01338235b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix red</title>
<updated>2014-02-12T12:14:02+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2014-02-12T12:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c35e4a4b7d7c4da06f0f38f6f669f05d04f4537a'/>
<id>c35e4a4b7d7c4da06f0f38f6f669f05d04f4537a</id>
<content type='text'>
Change-Id: Ib64eb3539e33d4336c298612b4508c4611b80c9e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib64eb3539e33d4336c298612b4508c4611b80c9e
</pre>
</div>
</content>
</entry>
</feed>
