- 0adc32d Use -Wl,--start-group and -Wl,--end-group for linking the simulator. by Frank Gevaerts · 12 years ago
- 4b56ee0 Refactor and unify objcopy calls in the build system. Also now properly handles DEBUG builds on hosted targets to keep debug symbols if necessary. by Thomas Martitz · 13 years ago
- 54e00c1 Fix sim/checkwps build failure. by Thomas Martitz · 13 years ago
- f269aa0 build system: unify/simplify library handling a bit. by Thomas Martitz · 13 years ago
- b5716df Build librbcodec with DSP and metadata. by Sean Bartell · 13 years ago
- b4eab59 Arm stack unwinder by Marcin Bukat · 13 years ago
- 6d19275 Hosted: Output map files after linking. by Thomas Martitz · 13 years ago
- 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
- 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago
- 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
- 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
- 8d3dbb8 make the sim build the skin lib also by Jonathan Gordon · 14 years ago
- 59d2603 Move target-simulating specific keymaps out of button-sdl.c into a file per by Thomas Martitz · 14 years ago
- 279ce89 uisimulator/sdl only contains bitmaps, rename to 'bitmaps' by Rafaël Carré · 14 years ago
- 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 · 14 years ago
- 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 · 15 years ago
- a7f4e1f Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. by Thomas Martitz · 15 years ago
- 6421f94 Silence warning from 'ar' if the archive had to be created. by Jens Arnold · 16 years ago
- 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
- a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
- 7f00ad0 Removed duplicate LANG_O... by Björn Stenberg · 16 years ago
- 6b96270 Added LANG_O to simulators as well. by Björn Stenberg · 16 years ago
- 7bdf9a3 Remove .a files before running ar, to avoid problems with renamed files remaining in the library. by Björn Stenberg · 16 years ago
- 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