index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
include
Age
Commit message (
Expand
)
Author
2013-07-07
buflib: Change buflib_available() and add buflib_allocatable().
Thomas Martitz
2013-06-27
Move load_firmware() to separate file
Marcin Bukat
2013-04-26
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
2013-04-10
Move fixedpoint.h to be accessible in /firmware.
Michael Sevakis
2012-07-31
Fix database tool.
Thomas Martitz
2012-05-19
Add support for cp1252 (Western European) codepage.
Dominik Riebeling
2012-05-08
Fix fat test program not compiling (FS#12646).
Marcin Bukat
2012-05-02
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2012-04-26
Add a NO_INLINE attribute to gcc_extensions.
Michael Sevakis
2012-03-04
Add RKW firmware file format loader
Marcin Bukat
2012-03-03
Fix __PCTOOL__ dependencies on SIMULATOR
Frank Gevaerts
2012-03-03
Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.
Frank Gevaerts
2012-03-03
Don't redirect file IO to app_* for __PCTOOLS__ builds.
Frank Gevaerts
2012-02-17
Fix lua unused-variable warning by introducing UNUSED_ATTR.
Thomas Martitz
2011-12-24
Initial commit of the Samsung YP-R0 port.
Thomas Martitz
2011-12-19
Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.
Boris Gjenero
2011-12-16
Remove USB time sync code when there's no RTC.
Boris Gjenero
2011-12-15
Remove conditional added around set_day_of_week in r31301.
Boris Gjenero
2011-12-15
Add conditionals around functions that are only needed when RTC is present.
Boris Gjenero
2011-12-09
Introduce USED_ATTR wrapper for __attribute__((used)).
Boris Gjenero
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-10-22
Finish r30818 revert
Fred Bauer
2011-10-21
Change lru from double to single linked list. Only the font cache uses LRU an...
Fred Bauer
2011-10-16
font_cache.c: Optimize and simplify cache search. ~25% font rendering boost
Fred Bauer
2011-10-05
core_alloc: Provide a tiny test allocation, which can be freed for debug purp...
Thomas Martitz
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
2011-09-09
Buflib: Stop caching the first unallocated block. It has little benefit but i...
Thomas Martitz
2011-09-07
Buflib: Clarification about invalid handles
Thomas Martitz
2011-08-30
Dircache: Allow dircache to be enabled without reboot.
Thomas Martitz
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-07-18
Revert "Introduce bsearch() and use it in tagtree.c."
Thomas Martitz
2011-07-18
Introduce bsearch() and use it in tagtree.c.
Thomas Martitz
2011-06-21
Try to handle dircache rebuild event properly. Playlist should now
Miika Pekkarinen
2011-06-20
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
2011-06-20
Dircache: Move struct maindata declaration to dircache.c and actually check f...
Thomas Martitz
2011-06-20
Dircache: Change internal cache layout.
Thomas Martitz
2011-06-20
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
2011-06-20
Dircache: Remove dircache_entry::name_len.
Thomas Martitz
2011-06-20
Move buffer.h to firmware/include.h to replace a useless malloc header.
Thomas Martitz
2011-05-24
FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...
Nils Wallménius
2011-05-08
Fix tabs in .c and .h files in firmware/
Bertrik Sikken
2011-02-27
RaaA: Add initial Pandora support
Thomas Jarosch
2011-02-27
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
2011-02-08
Initial maemo platform support
Thomas Jarosch
2010-12-29
Also PREFIX() other filesystem functions. I hope I got them all now...
Frank Gevaerts
2010-12-23
RaaA: Improve tagcache search to make the database built.
Thomas Martitz
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-09-20
format() (and its alias vuprintf) return values are uncheck -> void
Rafaël Carré
[next]