Age | Commit message (Expand) | Author |
2008-11-20 | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg |
2008-10-29 | Adding non-existing files in SOURCES no longer causes strange sysfont.h error... | Björn Stenberg |
2008-09-24 | Limit the buil-in font to ASCII for bootloaders. | Jens Arnold |
2008-09-02 | Font cleanup step 3 - The Big Shuffle: Renamed all fonts to a consistent nami... | Jens Arnold |
2008-09-02 | Font cleanup step 1: * alt8x8 - completely broken encoding. * atari-small - A... | Jens Arnold |
2007-01-18 | Prevent sysfont.h being regenerated during every build. | Dave Chapman |
2007-01-17 | Make the build system create a sysfont.h which includes font information for ... | Barry Wardell |
2006-10-27 | Next step of Makefile tuning: * Use 'make' internal commands for printing mes... | Jens Arnold |
2006-10-23 | Consistent style of 'make' messages. Always use ranlib after ar. | Jens Arnold |
2006-03-07 | Add the target directory tree to the include path, and set the TARGET_TREE ma... | Linus Nielsen Feltzing |
2006-02-24 | prevent rockbox from using the wrong includes | Marcoen Hirschberg |
2006-02-09 | Various build sytem cleanups | Brandon Low |
2005-09-06 | For targets without an RTC, use the rockbox build date as the start date in t... | Jens Arnold |
2005-06-30 | The firmware/fonts directory is now removed, and we now use fonts/rockbox_def... | Linus Nielsen Feltzing |
2005-05-07 | Fixed makefiles for autoconf.g include. | Daniel Stenberg |
2005-03-06 | Use the new generic SRC build "macro" in tools/makesrc.inc to process the | Daniel Stenberg |
2005-02-18 | Unified build system to use SOURCES for sim builds too, a single Makefile-look | Daniel Stenberg |
2004-11-15 | The tools are to be built with the native compiler | Linus Nielsen Feltzing |
2004-10-04 | new SOURCES file that specifies which files to build in each dir, use | Daniel Stenberg |
2004-09-22 | 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-09 | build system updated to include Ondio option | Jörg Hohensohn |
2004-09-06 | rombox support: building and zip | Daniel Stenberg |
2004-03-18 | patch #917153: faster memset()/memcpy() | Jörg Hohensohn |
2003-10-12 | patch #785885 by Magnus Holmgren: way faster rolo, with assembler | Jörg Hohensohn |
2003-07-10 | Added dependency to the tools dir, so it's automatically built with the rest.... | Björn Stenberg |
2003-04-22 | 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-03-04 | if MEM is not set, set it to 2 | Daniel Stenberg |
2003-03-03 | export MEM variable in firmware and apps | Uwe Freese |
2003-02-07 | Include File Cleanup And Move-Around Party 2003. | Daniel Stenberg |
2002-10-02 | Bill Napier's more elegant fix to disallow running make in apps and firmware. | Björn Stenberg |
2002-09-30 | Crude kludge to prevent people from running 'make' in the apps and firmware d... | Björn Stenberg |
2002-09-21 | Removed old font issues | Björn Stenberg |
2002-09-20 | New full ISO-8859-1 system font. | Björn Stenberg |
2002-08-28 | Reverted back to monospace again. Let's not rock the boat until people can ch... | Björn Stenberg |
2002-08-27 | Made LCD_PROPFONTS default on recorder | Björn Stenberg |
2002-08-20 | 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-15 | Fixed font target for loadable fonts | Björn Stenberg |
2002-08-15 | tags target added for emacs-etags power | Daniel Stenberg |
2002-08-13 | Gained about 128 KB buffer space by removing malloc() and the heap | Björn Stenberg |
2002-08-11 | First version of loadable fonts patch by Alex Gitelman | Björn Stenberg |
2002-06-17 | add our "libc header directory" to the include path | Daniel Stenberg |
2002-05-24 | .S files should be compiled with gcc, not gas | Björn Stenberg |
2002-05-24 | corrected clean target | Daniel Stenberg |
2002-05-23 | 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 |