<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/rbutil/ipodpatcher, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>ipodpatcher: remove external ddk/ntddscsi.h dependency</title>
<updated>2017-06-19T00:00:30+00:00</updated>
<author>
<name>Cástor Muñoz</name>
<email>cmvidal@gmail.com</email>
</author>
<published>2017-05-06T00:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=cf168d4636b81e414f11ef2c69b1430302d33c3b'/>
<id>cf168d4636b81e414f11ef2c69b1430302d33c3b</id>
<content type='text'>
Change-Id: Ib614f4181fe29ef04fcf64f90e37edc3a064270a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib614f4181fe29ef04fcf64f90e37edc3a064270a
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't add LIBSOURCES to SOURCES.</title>
<updated>2016-12-16T18:46:07+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2016-12-16T18:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6f4beaa52c33737f8ffd9047af2d9fe2fb168a1e'/>
<id>6f4beaa52c33737f8ffd9047af2d9fe2fb168a1e</id>
<content type='text'>
Split source files for library and stand-alone binary and use library as
dependency when building the stand-alone binary. This avoids dependencies
getting added multiple times.

Remove outdated RBARCH handling, we always create fat binaries on OS X these
days.

Change-Id: Ia15a731296edcbe90869a1bf66dda2c3d6c7e317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split source files for library and stand-alone binary and use library as
dependency when building the stand-alone binary. This avoids dependencies
getting added multiple times.

Remove outdated RBARCH handling, we always create fat binaries on OS X these
days.

Change-Id: Ia15a731296edcbe90869a1bf66dda2c3d6c7e317
</pre>
</div>
</content>
</entry>
<entry>
<title>OS X: change include paths to use actual paths.</title>
<updated>2014-03-20T21:26:23+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2014-03-08T17:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=56a925558360e5c83cce48a462f6f3f6b3ed4132'/>
<id>56a925558360e5c83cce48a462f6f3f6b3ed4132</id>
<content type='text'>
The old include path is actually a symlink for compatibility. Newer SDK
versions remove that symlink to the include breaks.

Change-Id: I74317557840f1886cebc1ce099e103dc415eabc0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old include path is actually a symlink for compatibility. Newer SDK
versions remove that symlink to the include breaks.

Change-Id: I74317557840f1886cebc1ce099e103dc415eabc0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ipodpatcher on OS X.</title>
<updated>2013-04-05T18:03:45+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-04-05T18:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=703bc407b4565736eb1c40f85887c84c33e37696'/>
<id>703bc407b4565736eb1c40f85887c84c33e37696</id>
<content type='text'>
Fix a typo and update CC handling for OS X.

Change-Id: Icde3cb5956ffe45ee1d610ff34957ed7b17f3f02
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a typo and update CC handling for OS X.

Change-Id: Icde3cb5956ffe45ee1d610ff34957ed7b17f3f02
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the use of uname to get the build output.</title>
<updated>2013-04-05T17:49:04+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-04-05T17:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ea0bfe7520742ac5dec97c6ac4cdc54d2410445c'/>
<id>ea0bfe7520742ac5dec97c6ac4cdc54d2410445c</id>
<content type='text'>
Using uname has a couple of problems, especially when cross compiling. Instead
check the defines set by the preprocessor to figure the type of binaries it
produces. This improves support for cross compiling as it allows to (1) select
the correct default target and (2) makes it possible to use separate build
folders for different targets.

Change-Id: I69a32904dab97755034f2f0d63f8402309d479d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using uname has a couple of problems, especially when cross compiling. Instead
check the defines set by the preprocessor to figure the type of binaries it
produces. This improves support for cross compiling as it allows to (1) select
the correct default target and (2) makes it possible to use separate build
folders for different targets.

Change-Id: I69a32904dab97755034f2f0d63f8402309d479d2
</pre>
</div>
</content>
</entry>
<entry>
<title>Put resource object into object folder.</title>
<updated>2013-04-04T20:42:22+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-04-01T19:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b3ef8c8e5bb85ea5186156b75fc009f1c6831cb6'/>
<id>b3ef8c8e5bb85ea5186156b75fc009f1c6831cb6</id>
<content type='text'>
Use correct path for windres output. Fixes windres running even if no changes
are present.

Change-Id: I2841113bab9b38f2a03ba2f168b3d8bdb5c102df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use correct path for windres output. Fixes windres running even if no changes
are present.

Change-Id: I2841113bab9b38f2a03ba2f168b3d8bdb5c102df
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary all target.</title>
<updated>2013-04-04T20:42:22+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-04-01T19:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=86d46b626b347463c688206dc49ec3a716a444c3'/>
<id>86d46b626b347463c688206dc49ec3a716a444c3</id>
<content type='text'>
The target all is set in libtools.make. Setting it here breaks make knowing
about the correct default target when cross compiling.

Change-Id: Icdd022094d28e4dcd442e48bb6acd1fd8f9a6ad6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The target all is set in libtools.make. Setting it here breaks make knowing
about the correct default target when cross compiling.

Change-Id: Icdd022094d28e4dcd442e48bb6acd1fd8f9a6ad6
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 64bit warning by using C99 fixed width format specifier.</title>
<updated>2013-01-13T18:51:48+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-01-13T18:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d24c220d04876a886b0ae3bdef23309c9e29c1c0'/>
<id>d24c220d04876a886b0ae3bdef23309c9e29c1c0</id>
<content type='text'>
Change-Id: I7fecca91acb61461f6696e0bf28bdd6c1bdf6f3c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7fecca91acb61461f6696e0bf28bdd6c1bdf6f3c
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide dealloc function to ipodpatcher.</title>
<updated>2013-01-01T14:06:41+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-01-01T10:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b63d429c8f2c68994600d98bfaddf59ca16fc889'/>
<id>b63d429c8f2c68994600d98bfaddf59ca16fc889</id>
<content type='text'>
On Windows the sector buffer is allocated using VirtualAlloc, thus releasing
this buffer should be done using VirtualFree. Provide an additional function
for deallocating the buffer so users of ipodpatcher do not need to know about
this.

Change-Id: Ibb0fc575a185148a389e63935e86a392bf8d180d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows the sector buffer is allocated using VirtualAlloc, thus releasing
this buffer should be done using VirtualFree. Provide an additional function
for deallocating the buffer so users of ipodpatcher do not need to know about
this.

Change-Id: Ibb0fc575a185148a389e63935e86a392bf8d180d
</pre>
</div>
</content>
</entry>
<entry>
<title>ipodpatcher: move sectorbuf pointer into ipod_t structure.</title>
<updated>2013-01-01T14:05:52+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2012-12-23T22:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=24e37ddf57bac6a1c9786d50abbe3a1982930382'/>
<id>24e37ddf57bac6a1c9786d50abbe3a1982930382</id>
<content type='text'>
The ipod_t structure holds all relevant information for ipodpatcher. Put the
global ipod_sectorbuf pointer into it as well. Allows the Rockbox Utility Ipod
class to be instanciated multiple times since each instance can now have its
own buffer.

Change-Id: Ie319cbadbc20c367ceadba9a46b4dc34b57a79a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ipod_t structure holds all relevant information for ipodpatcher. Put the
global ipod_sectorbuf pointer into it as well. Allows the Rockbox Utility Ipod
class to be instanciated multiple times since each instance can now have its
own buffer.

Change-Id: Ie319cbadbc20c367ceadba9a46b4dc34b57a79a7
</pre>
</div>
</content>
</entry>
</feed>
