| Commit message (Expand) | Author |
| 2008-11-20 | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg |
| 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-09-02 | settings.h includs button.h that includes target-button.h so we need to make | Daniel Stenberg |
| 2006-02-24 | prevent rockbox from using the wrong includes | Marcoen Hirschberg |
| 2006-01-18 | Profiling support, tools and documentation. | Brandon Low |
| 2005-12-05 | Codec makefile cleanup: remove redundant things, don't generate dependency fi... | Magnus Holmgren |
| 2005-10-29 | Remove generic M4A parsing code from libalac and create a libm4a - so it can ... | Dave Chapman |
| 2005-10-27 | Support for a colon-separated path in APPEXTRA | 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-03-03 | Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles | Linus Nielsen Feltzing |
| 2005-03-02 | Handle .S files in the codec Makefiles | Linus Nielsen Feltzing |
| 2005-03-01 | Correct dependencies for codec builds | Linus Nielsen Feltzing |
| 2005-02-26 | Cleanup | Jens Arnold |
| 2005-02-26 | Show compiled source files | Jens Arnold |
| 2005-02-16 | Correct typo - liba52 is in apps/codecs, not apps/plugins | Dave Chapman |
| 2005-02-16 | Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of ... | Dave Chapman |
| 2005-02-04 | CFLAGS is set (target-specific) in the root makefile, don't fiddle with them | Daniel Stenberg |
| 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-15 | Makefile Fix: plugin lib includes for Ondio | Jens Arnold |
| 2004-09-06 | rombox support: building and zip | Daniel Stenberg |
| 2004-07-23 | Removed the simulator build option | Linus Nielsen Feltzing |
| 2004-07-08 | Added the apps/recorder dir to the include path for recorder builds | Linus Nielsen Feltzing |
| 2004-06-20 | on request, set the SIMULATOR define when building for the sim | Daniel Stenberg |
| 2004-06-15 | The plugin lib now works in the win32 simulator | Linus Nielsen Feltzing |
| 2004-05-18 | Further adjustments for the plugin library | Linus Nielsen Feltzing |
| 2004-05-18 | This makefile builds one single libplugin.a library by linking together | 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 |