summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Fix database tool.Thomas Martitz1-1/+1
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling1-0/+2
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat1-7/+5
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-0/+6
2012-04-26Add a NO_INLINE attribute to gcc_extensions.Michael Sevakis1-0/+5
2012-03-04Add RKW firmware file format loaderMarcin Bukat1-0/+27
2012-03-03Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts2-3/+1
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.Frank Gevaerts1-1/+1
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds.Frank Gevaerts1-1/+1
2012-02-17Fix lua unused-variable warning by introducing UNUSED_ATTR.Thomas Martitz1-0/+7
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-1/+1
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero1-1/+2
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero1-1/+1
2011-12-15Remove conditional added around set_day_of_week in r31301.Boris Gjenero1-1/+1
2011-12-15Add conditionals around functions that are only needed when RTC is present.Boris Gjenero1-0/+2
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-0/+9
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero1-38/+0
2011-10-22Finish r30818 revertFred Bauer1-1/+1
2011-10-21Change lru from double to single linked list. Only the font cache uses LRU an...Fred Bauer1-1/+1
2011-10-16font_cache.c: Optimize and simplify cache search. ~25% font rendering boostFred Bauer1-0/+2
2011-10-05core_alloc: Provide a tiny test allocation, which can be freed for debug purp...Thomas Martitz1-0/+4
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+7
2011-09-09Buflib: Stop caching the first unallocated block. It has little benefit but i...Thomas Martitz1-1/+0
2011-09-07Buflib: Clarification about invalid handlesThomas Martitz1-4/+7
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-0/+2
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2-0/+355
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2-14/+7
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz1-28/+0
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz1-0/+28
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen1-0/+1
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz1-19/+7
2011-06-20Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz1-10/+0
2011-06-20Dircache: Change internal cache layout.Thomas Martitz1-1/+2
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz1-1/+1
2011-06-20Dircache: Remove dircache_entry::name_len.Thomas Martitz1-1/+0
2011-06-20Move buffer.h to firmware/include.h to replace a useless malloc header.Thomas Martitz2-26/+46
2011-05-24FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...Nils Wallménius1-0/+7
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken1-1/+1
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch2-2/+2
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann1-2/+2
2011-02-08Initial maemo platform supportThomas Jarosch2-2/+2
2010-12-29Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts1-0/+5
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz1-0/+1
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz3-27/+59
2010-09-20format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré1-2/+2
2010-09-06Fix sdl application buildThomas Martitz2-3/+1
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz1-0/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz4-22/+29
2010-08-27Fix checkwps.Thomas Martitz1-2/+2
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-20/+9