1. 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
  2. 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago
  3. 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
  4. 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
  5. 8d3dbb8 make the sim build the skin lib also by Jonathan Gordon · 15 years ago
  6. 59d2603 Move target-simulating specific keymaps out of button-sdl.c into a file per by Thomas Martitz · 15 years ago
  7. 279ce89 uisimulator/sdl only contains bitmaps, rename to 'bitmaps' by Rafaël Carré · 15 years ago
  8. 3d0cee8 - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. by Thomas Martitz · 15 years ago
  9. 23e505b Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix as I don't know a better solution yet) :/ by Thomas Martitz · 16 years ago
  10. a7f4e1f Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. by Thomas Martitz · 16 years ago
  11. 6421f94 Silence warning from 'ar' if the archive had to be created. by Jens Arnold · 16 years ago
  12. 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
  13. a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
  14. 7f00ad0 Removed duplicate LANG_O... by Björn Stenberg · 16 years ago
  15. 6b96270 Added LANG_O to simulators as well. by Björn Stenberg · 16 years ago
  16. 7bdf9a3 Remove .a files before running ar, to avoid problems with renamed files remaining in the library. by Björn Stenberg · 16 years ago
  17. 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