1. 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
  2. 35cd408 Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 by Björn Stenberg · 13 years ago
  3. 986a92f Pandora port: Automate rockbox.pnd (=binary archive) build by Thomas Jarosch · 13 years ago
  4. c3cf8bc Add build dependency to zip by Björn Stenberg · 13 years ago
  5. fc68a0d Android: rework r29929 AndroidManifest.xml version handling. by Dominik Riebeling · 13 years ago
  6. bc3f9c1 Add source tree version into AndroidManifest.xml by Dominik Riebeling · 13 years ago
  7. 0b92c0f Android: remove rockbox.apk when doing 'make clean' by Maurus Cuelenaere · 14 years ago
  8. 36d98fa *really* don't automatically build convttf by Frank Gevaerts · 14 years ago
  9. 9edd6d4 Anti-Aliased Fonts support. by Thomas Martitz · 14 years ago
  10. 376c9f3 FS#11966 - use separate modelnames and config files for RaaA. This adds an APPLICATION define that can be used in Makefiles, and target-name defines (-DSDLAPP, -DANDROID, -DNOKIAN8XX and -DNOKIAN900) for use elsewhere. LCD size is now hard-coded for the Nokia builds in their config files. A new --app parameter is passed to buildzip.pl to explicitly state that this is an application build - it was previously derived from the model name. by Dave Chapman · 14 years ago
  11. d0a0d02 Forgot to add the help text for make elfzip. by Alex Parker · 14 years ago
  12. 745406a Add "elfzip" target to make which creates a zip of all elf files, as mapzip does for map files. by Alex Parker · 14 years ago
  13. 5d849a9 Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. by Andree Buschmann · 14 years ago
  14. a448d8b Android build tweaks. by Antoine Cellerier · 14 years ago
  15. 1f06ca4 Added the symlinkinstall make target. See #11825 by Michael Stummvoll · 14 years ago
  16. 0bf1bd1 Redo r28026 so that all .S files get the __ASSEMBLER__ define. by Thomas Martitz · 14 years ago
  17. a994401 Extend make clean for android zu also cleanup the compiled java classes and apks (and everything else generated during build process). by Thomas Martitz · 14 years ago
  18. f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
  19. 46454ac Move setjmp to lib and add setjmp for sh (imported from newlib) and compile it as separate library. by Thomas Martitz · 14 years ago
  20. 27c509f makefiles by Rafaël Carré · 14 years ago
  21. c6bcd91 Fix message output for make install and make fullinstall by Michael Chicoine · 14 years ago
  22. 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
  23. 2d31d77 FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. by Jonathan Gordon · 14 years ago
  24. a2029a7 Revert r27550 : we don't want to generate dependancies for firmware/ by Rafaël Carré · 14 years ago
  25. f1140dc include firmware.make unconditionally by Rafaël Carré · 14 years ago
  26. 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 14 years ago
  27. b8286d4 Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in older gcc output when not linking by Frank Gevaerts · 14 years ago
  28. 94aa0d7 Change "features" and "genlang-features" targets to no longer use multiple targets in one rule. by Frank Gevaerts · 14 years ago
  29. 936e673 Moved libskin_parser to lib. Added it to link line. by Björn Stenberg · 14 years ago
  30. 8676723 bininstall: works for PREFIX directories with spaces by Rafaël Carré · 14 years ago
  31. 89eb19d make bininstall rule depend on the binary by Rafaël Carré · 14 years ago
  32. 53367ba new bininstall rule to install rockbox binary only by Rafaël Carré · 14 years ago
  33. 23f1821 don't parse features.txt when not needed by Rafaël Carré · 14 years ago
  34. 1da9b71 make clean: delete lib/ directory by Rafaël Carré · 14 years ago
  35. ccaec76 Added skin_parser library to build system. by Björn Stenberg · 14 years ago
  36. 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
  37. eef14e3 Filter out -g in PPCFLAGS. Some (older?) gcc versions add a comment when building dependency files and -g is present. The proper solution would be to make addtargetdir.pl handle (strip) comment lines. by Jens Arnold · 15 years ago
  38. ec39c05 tools/database: build process updates. by Yoshihisa Uchida · 15 years ago
  39. 1920462 Fix parallel building by Maurus Cuelenaere · 15 years ago
  40. 651b554 make veryclean: remove tools/iaudio_bl_flash.[ch] by Maurus Cuelenaere · 15 years ago
  41. a9e2a71 *.link: depends on config file where plugin buffer size is set by Rafaël Carré · 15 years ago
  42. 4c01e05 Do not try to generate dependencies of lua files by Rafaël Carré · 15 years ago
  43. 48430bf Move mktccboot from tools/ to rbutil/mktccboot/ - inspired by FS#10728 but with no functional changes to code. by Dave Chapman · 15 years ago
  44. 6e11572 Make the database tool buildable from configure. by Frank Gevaerts · 15 years ago
  45. 022463b Repair build-all.sh and clean-all.sh. by Thomas Martitz · 15 years ago
  46. ffaf246 Fixed checkwps build warnings. Updated checkwps makefile to be closer to main. by Björn Stenberg · 15 years ago
  47. 8bff564 Forgot a file by Maurus Cuelenaere · 15 years ago
  48. ef0c9da Don't mention having to run 'make reconf' when you're runing 'make reconf' by Antoine Cellerier · 15 years ago
  49. 668a769 Add new asmdefs mechanism for exporting information only available to the C compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. by Andrew Mahone · 15 years ago
  50. 7ed1a5f Second try for make install for normal builds. Now differentiate better between "PREFIX not set" and "PREFIX not set, but also not needed". Also, recreate the PREFIX when running make reconf. by Thomas Martitz · 15 years ago
  51. a2008f9 Revert r20687 since it breaks make zip. by Jonas Häggqvist · 15 years ago
  52. ac0722d Fix 'make fullinstall' by Jens Arnold · 15 years ago
  53. 7e67dc6 "make (full)install" for normal builds, specifiy the installation destination with PREFIX (e.g. PREFIX=/mnt/my_dap ../tools/configure). PREFIX not needed for sims, as it defaults to simdisk although PREFIX can override simdisk/. Use zip -r0 for install, and -r9 for for actual zips. by Thomas Martitz · 15 years ago
  54. 64f4b87 Let make bin create rockbox-info.txt too. by Thomas Martitz · 16 years ago
  55. cf31386 Commit FS#9614 by Yoshihisa Uchida: fix 'make tools' by Maurus Cuelenaere · 16 years ago
  56. 08f51a5 Don't rebuild the dependency file on 'make reconf'. Build type and target won't change, and there are some build types where the .dep file isn't needed at all, e.g. voice. by Jens Arnold · 16 years ago
  57. 4fb5864 Move generated lang-related files to their own directory in preparation of localizable plugins. by Tom Ross · 16 years ago
  58. 2e6d604 Stop hiding errors by redirecting stderr to /dev/null. If we really need to do re-introduce somewhere we should rather make it dependent on the V variable so that make V=1 would still show the error and only "normal" builds would hide it. by Daniel Stenberg · 16 years ago
  59. e8da447 Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW by Maurus Cuelenaere · 16 years ago
  60. 31c8eee FS#9763 - Sansa Clip modified WPS. This modified wps avoids wps elements getting split over the yellow/cyan by Bertrik Sikken · 16 years ago
  61. 6d871d5 Don't rerun configure automatically, just inform that you should do it. by Björn Stenberg · 16 years ago
  62. fc53725 Automatically rerun tools/configure if it is newer than Makefile. by Björn Stenberg · 16 years ago
  63. 4ef890e 'make reconf' is now a first stab at re-running configure with the same setup by Daniel Stenberg · 16 years ago
  64. 89b4157 Add another missing file to 'clean' target. by Jens Arnold · 16 years ago
  65. 34332cf Don't generate dependencies for make targets that don't need them. by Björn Stenberg · 16 years ago
  66. a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
  67. ad8d603 Added support for configurable rockbox directory. FS#9567 by Alex Bennee. by Björn Stenberg · 16 years ago
  68. 819378b Renamed simulator disk directory from 'archos' to 'simdisk'. by Björn Stenberg · 16 years ago
  69. 046776c Added rombox.ucl to target 'clean'. Added some newlines. by Björn Stenberg · 16 years ago
  70. fea1874 Stop overwriting rockbox.map (depending on build order). Should fix jumping size report for rombox targets. by Jens Arnold · 16 years ago
  71. 6b96270 Added LANG_O to simulators as well. by Björn Stenberg · 16 years ago
  72. 6640978 Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin. by Björn Stenberg · 16 years ago
  73. 8a7c4af Added a proper rule for rockbox-info.txt by Björn Stenberg · 16 years ago
  74. d834a0c Bootbox needs --gc-sections. by Björn Stenberg · 16 years ago
  75. a3864b0 Disabled input section garbage collection in linker for now. This makes sansas boot again. by Björn Stenberg · 16 years ago
  76. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago