aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
Commit message (Expand)AuthorAgeFilesLines
* qemu: Multimode supportJaime Lopez2010-10-081-1/+1
* Don't prepend ccache if it's already thereYing Wang2010-10-081-1/+5
* Cleanup warnings in the standalone UI buildVladimir Chtchetkine2010-10-081-5/+3
* Build standalone UI program (emulator-ui).David 'Digit' Turner2010-10-081-4/+101
* Make core initialization replying to the UI at the end of initialization.Vladimir Chtchetkine2010-10-081-0/+1
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-0/+5
* Remove duplicate rules for generated source file.David 'Digit' Turner2010-09-201-15/+0
* Fix Makefile by adding mandatory user tags.David 'Digit' Turner2010-09-201-0/+1
* upstream: console changes.David Turner2010-09-131-0/+1
* upstream: console changes.David Turner2010-09-131-0/+2
* upstream: osdep changes + fix mingw build.David Turner2010-09-131-0/+1
* upstream: monitor.hDavid Turner2010-09-131-0/+2
* upstream: move timer management code to qemu-timer.cDavid Turner2010-09-131-3/+5
* Add android_port initialization in the core.Vladimir Chtchetkine2010-09-011-1/+1
* Add a PulseAudio audio backend for Linux.David 'Digit' Turner2010-08-271-1/+12
* Fix build breakVladimir Chtchetkine2010-08-261-1/+65
* Cleaned up build script from rebuilding locally generated sourcesVladimir Chtchetkine2010-08-251-65/+1
* Move memchecker initialization from main.c to vl-android.c (core)Vladimir Chtchetkine2010-08-091-1/+1
* Added -android-hw optionVladimir Chtchetkine2010-08-061-3/+3
* Fix Darwin build.David 'Digit' Turner2010-07-281-0/+3
* Added qemu-android build target which will build bare (UI-stripped) emulatorVladimir Chtchetkine2010-07-271-44/+225
* Better separation of UI and Core sources for framebuffer emulation.David 'Digit' Turner2010-07-271-0/+1
* Moved dependency on android_ui_set_window_scale to ui-core-protocol.hVladimir Chtchetkine2010-07-161-2/+4
* Move net-related routines from main.c to net-android.cVladimir Chtchetkine2010-07-151-4/+4
* Finished shuffling files.Vladimir Chtchetkine2010-07-141-32/+41
* Shuffle some more files.Vladimir Chtchetkine2010-07-091-21/+29
* Removed hw-control dependency from the UI.Vladimir Chtchetkine2010-07-081-5/+5
* Move key event generation out of the UI realm into neutral space.Vladimir Chtchetkine2010-07-071-3/+9
* Add ui_core_protocol.* to simulate UI->Core exchange.Vladimir Chtchetkine2010-06-291-1/+3
* Combine UI sources under one variable.Vladimir Chtchetkine2010-06-231-10/+15
* Move list of source files used to build emulator core to a separate variableVladimir Chtchetkine2010-06-221-43/+65
* Pass core-specific options to emulator core as cmd-line options.Vladimir Chtchetkine2010-06-151-1/+5
* Fix -sdcard option by reverting previous commit.David 'Digit' Turner2010-06-151-27/+16
* Moved BLOCK and some hw/* files to emulator core libraryVladimir Chtchetkine2010-06-141-16/+27
* Remove debug tracesDavid 'Digit' Turner2010-06-101-3/+0
* Fix the windows build.David 'Digit' Turner2010-06-101-1/+14
* Defined EMULATOR_CORE_CFLAGS, and EMULATOR_UI_CFLAGSVladimir Chtchetkine2010-06-101-47/+19
* Separate emulator build into three parts: core lib, UI lib, and the executable.Vladimir Chtchetkine2010-06-101-42/+105
* Make the emulator build on Snow Leopard.Jeff Hamilton2010-06-031-17/+12
* Add small user-event abstraction interface.David 'Digit' Turner2010-05-251-0/+5
* Fix Mac build by using prebuilt SDL library for OS XDavid 'Digit' Turner2010-05-201-0/+3
* Build SDL from sources directly.David 'Digit' Turner2010-05-181-7/+43
* Moved android_emulation_setup from android/main.c to android/qemu-setup.cVladimir Chtchetkine2010-05-141-0/+1
* Upstream: HAVE_IOVEC => CONFIG_IOVECDavid 'Digit' Turner2010-05-111-1/+1
* Upstream: Misc integration - includes qobject.h and related sourcesDavid 'Digit' Turner2010-05-111-1/+11
* Moved QEmulator out of main.cVladimir Chtchetkine2010-05-111-0/+1
* Upstream: Move ioport code to ioport.[hc]David 'Digit' Turner2010-05-111-0/+1
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-101-1/+0
* Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSDDavid 'Digit' Turner2010-05-101-1/+1
* Separate audio stack and SDLVladimir Chtchetkine2010-05-041-1/+1