| Commit message (Expand) | Author | Age |
| * | Add the target directory tree to the include path, and set the TARGET_TREE ma... | Linus Nielsen Feltzing | 2006-03-07 |
| * | prevent rockbox from using the wrong includes | Marcoen Hirschberg | 2006-02-24 |
| * | Various build sytem cleanups | Brandon Low | 2006-02-09 |
| * | For targets without an RTC, use the rockbox build date as the start date in t... | Jens Arnold | 2005-09-06 |
| * | The firmware/fonts directory is now removed, and we now use fonts/rockbox_def... | Linus Nielsen Feltzing | 2005-06-30 |
| * | Fixed makefiles for autoconf.g include. | Daniel Stenberg | 2005-05-07 |
| * | Use the new generic SRC build "macro" in tools/makesrc.inc to process the | Daniel Stenberg | 2005-03-06 |
| * | Unified build system to use SOURCES for sim builds too, a single Makefile-look | Daniel Stenberg | 2005-02-18 |
| * | The tools are to be built with the native compiler | Linus Nielsen Feltzing | 2004-11-15 |
| * | new SOURCES file that specifies which files to build in each dir, use | Daniel Stenberg | 2004-10-04 |
| * | adjusted to work better in the new concept | Daniel Stenberg | 2004-09-22 |
| * | Rearranged makefiles again to move platform-specific stuff from the Makefiles | Daniel Stenberg | 2004-09-22 |
| * | build system updated to include Ondio option | Jörg Hohensohn | 2004-09-09 |
| * | rombox support: building and zip | Daniel Stenberg | 2004-09-06 |
| * | patch #917153: faster memset()/memcpy() | Jörg Hohensohn | 2004-03-18 |
| * | patch #785885 by Magnus Holmgren: way faster rolo, with assembler | Jörg Hohensohn | 2003-10-12 |
| * | Added dependency to the tools dir, so it's automatically built with the rest.... | Björn Stenberg | 2003-07-10 |
| * | better treatment if no toolsdir define was set, use the old one then | Daniel Stenberg | 2003-04-22 |
| * | use the TOOLSDIR as passed-in from the top-level Makefile, you need to | Daniel Stenberg | 2003-04-22 |
| * | if MEM is not set, set it to 2 | Daniel Stenberg | 2003-03-04 |
| * | export MEM variable in firmware and apps | Uwe Freese | 2003-03-03 |
| * | Include File Cleanup And Move-Around Party 2003. | Daniel Stenberg | 2003-02-07 |
| * | Bill Napier's more elegant fix to disallow running make in apps and firmware. | Björn Stenberg | 2002-10-02 |
| * | Crude kludge to prevent people from running 'make' in the apps and firmware d... | Björn Stenberg | 2002-09-30 |
| * | Removed old font issues | Björn Stenberg | 2002-09-21 |
| * | New full ISO-8859-1 system font. | Björn Stenberg | 2002-09-20 |
| * | Reverted back to monospace again. Let's not rock the boat until people can ch... | Björn Stenberg | 2002-08-28 |
| * | Made LCD_PROPFONTS default on recorder | Björn Stenberg | 2002-08-27 |
| * | Faster, 8-bit bitswap by Magnus Holmgren | Linus Nielsen Feltzing | 2002-08-20 |
| * | use the gcc option -ffreestanding: (quote from the gcc man page) | Daniel Stenberg | 2002-08-20 |
| * | Fixed font target for loadable fonts | Björn Stenberg | 2002-08-15 |
| * | tags target added for emacs-etags power | Daniel Stenberg | 2002-08-15 |
| * | Gained about 128 KB buffer space by removing malloc() and the heap | Björn Stenberg | 2002-08-13 |
| * | First version of loadable fonts patch by Alex Gitelman | Björn Stenberg | 2002-08-11 |
| * | add our "libc header directory" to the include path | Daniel Stenberg | 2002-06-17 |
| * | .S files should be compiled with gcc, not gas | Björn Stenberg | 2002-05-24 |
| * | corrected clean target | Daniel Stenberg | 2002-05-24 |
| * | take care of the assembler file too | Daniel Stenberg | 2002-05-23 |
| * | another attempt | Daniel Stenberg | 2002-05-23 |
| * | now supports the deps in the OBJDIR properly, still OBJDIR must be . for | Daniel Stenberg | 2002-05-23 |
| * | deps support, changed default action to support OBJDIR | Daniel Stenberg | 2002-05-23 |
| * | attempted OBJDIR support | Daniel Stenberg | 2002-05-23 |
| * | Removed -save-temps | Björn Stenberg | 2002-05-17 |
| * | Always optimize. No EXCLUDED_SRC anymore | Linus Nielsen Feltzing | 2002-05-17 |
| * | Added DEBUG option and made thread.o special | Linus Nielsen Feltzing | 2002-05-17 |
| * | Now creates librockbox.a instead of archos.mod | Björn Stenberg | 2002-05-14 |
| * | Added disk/partition handling | Björn Stenberg | 2002-05-03 |
| * | Changed debug to DEBUGF and panic to panicf. | Björn Stenberg | 2002-05-02 |
| * | Added Gary's snprintf() and changed all places to use it. | Björn Stenberg | 2002-05-02 |
| * | Added dependency generation | Björn Stenberg | 2002-04-28 |