<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/firmware/test/memory, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>removing all that stuff permanently.</title>
<updated>2002-04-21T12:21:14+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-21T12:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b7cf0602fd08f6a367d42f0b6adadb8322b3d35d'/>
<id>b7cf0602fd08f6a367d42f0b6adadb8322b3d35d</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@159 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@159 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>small explanation of algorithm used for memory-page.</title>
<updated>2002-04-17T17:01:55+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T17:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=1caca5f58597257e22c2fa8a3d8e1f528df90181'/>
<id>1caca5f58597257e22c2fa8a3d8e1f528df90181</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@129 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@129 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>I hope it is the last one i commit them</title>
<updated>2002-04-17T15:16:59+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T15:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=98d5df6fa71e04e424162f6254207dc06e87e072'/>
<id>98d5df6fa71e04e424162f6254207dc06e87e072</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@128 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@128 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>some fixes</title>
<updated>2002-04-17T15:11:03+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T15:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a95347a3f95009cfc577419ed0a9c3e4827b03d2'/>
<id>a95347a3f95009cfc577419ed0a9c3e4827b03d2</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@127 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@127 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Now memory-page and memory-misc compile fine (others are in stage-development)</title>
<updated>2002-04-17T15:00:28+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T15:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c25510f944553681d7898e5b9d8e132f6e3c431b'/>
<id>c25510f944553681d7898e5b9d8e132f6e3c431b</id>
<content type='text'>
Conventions :
* Public headers :
    memory.h,config.h,defines.h,inlines.h,types.h,functions.h

* Private headers :
    memory-page.h,memory-slab.h (here you can find
    prototypes functions or structures we want to share
    only between memory-page.c, memory-slab.c,
    memory-block.c, memory-misc.c).

* Public or private codes in :
    memory-page.c,memory-slab.c,memory-block.c,memory-misc.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@126 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conventions :
* Public headers :
    memory.h,config.h,defines.h,inlines.h,types.h,functions.h

* Private headers :
    memory-page.h,memory-slab.h (here you can find
    prototypes functions or structures we want to share
    only between memory-page.c, memory-slab.c,
    memory-block.c, memory-misc.c).

* Public or private codes in :
    memory-page.c,memory-slab.c,memory-block.c,memory-misc.c


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@126 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Id: lines</title>
<updated>2002-04-17T13:36:07+00:00</updated>
<author>
<name>Björn Stenberg</name>
<email>bjorn@haxx.se</email>
</author>
<published>2002-04-17T13:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5254710e63f8fb119d88bc37e19ce3aa6d90afe1'/>
<id>5254710e63f8fb119d88bc37e19ce3aa6d90afe1</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@120 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@120 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Please don't try to compile them... they need to be fixed</title>
<updated>2002-04-17T13:01:09+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T13:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e0ae9dc0081033be009d3e60b043e89e1e8d243f'/>
<id>e0ae9dc0081033be009d3e60b043e89e1e8d243f</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@118 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@118 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>remove it since all code is now in a .h file of the same filename</title>
<updated>2002-04-17T12:21:19+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T12:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=50698f98c7f7f44c8d2702350f7241bd73d803ec'/>
<id>50698f98c7f7f44c8d2702350f7241bd73d803ec</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@114 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@114 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic changes and additions :</title>
<updated>2002-04-17T12:20:41+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T12:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0256fdf30b44395d9695a5306d8b1d5485e602db'/>
<id>0256fdf30b44395d9695a5306d8b1d5485e602db</id>
<content type='text'>
* now we have seperate private headers files
  containing private and static or public functions
  in memory-* files.
* there is only one .c file of the same name the library.

Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile.

* most structures and codes are now private.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@113 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* now we have seperate private headers files
  containing private and static or public functions
  in memory-* files.
* there is only one .c file of the same name the library.

Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile.

* most structures and codes are now private.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@113 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic changes and additions :</title>
<updated>2002-04-17T12:13:43+00:00</updated>
<author>
<name>Alan Korr</name>
<email>alkorr@rockbox.org</email>
</author>
<published>2002-04-17T12:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=08dada2df506405d7fa7dc57a19d4a283f51162d'/>
<id>08dada2df506405d7fa7dc57a19d4a283f51162d</id>
<content type='text'>
* now we have seperate private headers files
  containing private and static or public functions
  in memory-* files.
* there is only one .c file of the same name the library.

Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile.

* most structures and codes are now private.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* now we have seperate private headers files
  containing private and static or public functions
  in memory-* files.
* there is only one .c file of the same name the library.

Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile.

* most structures and codes are now private.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@112 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
