index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
export
/
debug.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-01-21
Hosted: Merge debugf() implementations. Cleanup debug.h.
Thomas Martitz
2011-02-27
RaaA: Add initial Pandora support
Thomas Jarosch
2011-02-08
Initial maemo platform support
Thomas Jarosch
2010-09-20
Fix typo
Thomas Martitz
2010-09-20
Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.
Thomas Martitz
2010-09-01
Revert an accidentaly change to debug.h that prevent simulator+debug build
Amaury Pouly
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz
2010-07-25
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
2010-05-18
don't let logf() and DEBUGF() be empty statements
Rafaël Carré
2010-01-03
Final removal of tabs in firmware path
Andree Buschmann
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
2006-11-10
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
2006-02-04
Added GDB API - a way to call stub procedures from a DEBUG build.
Tomasz Malesinski
2004-08-18
Const policed pointer arguments to functions, part 4
Jens Arnold
2003-02-07
Include File Cleanup And Move-Around Party 2003.
Daniel Stenberg
2002-10-21
ldebugf() is only present in SIMULATOR, we set LDEBUGF to be the normal
Daniel Stenberg
2002-10-20
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
Björn Stenberg
2002-09-12
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
Daniel Stenberg
2002-07-15
Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).
Björn Stenberg
2002-07-02
debug_ports()
Linus Nielsen Feltzing
2002-06-04
output debugf() nicely for simulator builds too
Daniel Stenberg
2002-05-17
Added gdb stub serial port setup
Björn Stenberg
2002-05-14
Changed from gcc extension to C99 varargs macros
Björn Stenberg
2002-05-06
missing #define for VC++
Stefan Meyer
2002-05-02
Changed debug to DEBUGF and panic to panicf.
Björn Stenberg
2002-04-20
First commit
Linus Nielsen Feltzing
2002-04-15
First check in
Björn Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg