aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-06-08Merge "ndk-build: On Windows, check that a Cygwin-compatible GNU Make is bein...David 'Digit' Turner
2010-06-08ndk-build: On Windows, check that a Cygwin-compatible GNU Make is being used.David 'Digit' Turner
2010-06-08Fix simple doc typo (LOCAL_DEFAULT_CPP_EXTENSION => LOCAL_CPP_EXTENSION)David 'Digit' Turner
2010-06-07Set optimization mode to 'debug' automatically for debuggable applications.David 'Digit' Turner
2010-06-04ndk-gdb: fix to work properly with OS X's BSD awkDavid 'Digit' Turner
2010-06-02Warn about unsupported source file extensions in LOCAL_SRC_FILES.David 'Digit' Turner
2010-06-01Place generated binaries under $PROJECT/obj/ndk/ instead of $PROJECT/bin/ndk/David 'Digit' Turner
2010-06-01Make the AndroidManifest.xml optional when using ndk-build.David 'Digit' Turner
2010-06-01ndk-gdb: check target device API level + proper filtering of adb shell output.David 'Digit' Turner
2010-06-01ndk/build/tools: fix improper mktemp usageDavid 'Digit' Turner
2010-05-14Fix C headers for all platforms.David 'Digit' Turner
2010-05-10Move samples from apps/<name>/project to samples/<name>android-sdk-2.2_r1David 'Digit' Turner
2010-05-07Fix windows NDK build - add runtime check for Cygwin 1.5David 'Digit' Turner
2010-05-06Clarify Windows requirements for the NDK release.David 'Digit' Turner
2010-05-03Enable the NX (No Execute) security feature for all NDK-generated machine cod...David 'Digit' Turner
2010-05-03Add <android/bitmap.h> / libjnigraphics.so to it.David 'Digit' Turner
2010-05-01Add android-8 sysroot to the NDK. For now, this is a simple copy of android-5.David 'Digit' Turner
2010-04-29Add --start, --launch=<name> and --launch-list options to ndk-gdb.David 'Digit' Turner
2010-04-27Support .s raw assembly source files in LOCAL_SRC_FILES too.David 'Digit' Turner
2010-04-26Rework toolchain binaries build scripts.David 'Digit' Turner
2010-04-26Add ndk-gdb script to the NDK.David 'Digit' Turner
2010-04-15Simplify build system with the 'ndk-build' script.David 'Digit' Turner
2010-04-09Make APP_MODULES optional in Application.mk.David 'Digit' Turner
2010-04-08Remove annoying compiler warning when building C++ sources using va_list types.David 'Digit' Turner
2010-04-08Perform auto-detection of host platform in build scripts.David 'Digit' Turner
2010-04-05Fix APP parsing.David Turner
2010-04-02Remove obsolete script from NDK build process.David 'Digit' Turner
2010-04-02Fix location of <fenv.h> in the NDK C library headers.David 'Digit' Turner
2010-04-02build/host-setup.sh will panic if the NDK installation root contains a space.David 'Digit' Turner
2010-04-01Mention and define the 'x86' ABI in the documentation.David 'Digit' Turner
2010-03-31Allow toolchain source patching in build-toolchain.shDavid 'Digit' Turner
2010-03-31download-toolchain-source.sh: use 'master' branch instead of 'eclair' by defa...David 'Digit' Turner
2010-03-31Doc fix: document <dlfcn.h> and libdl.so as supported stable ABIs.David 'Digit' Turner
2010-02-12Update documentation + simplify make-release.sh scriptDavid 'Digit' Turner
2010-02-12Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.David 'Digit' Turner
2010-02-09Add NEON support to the NDK build system + docsDavid 'Digit' Turner
2010-02-05Add 'cpufeatures' library to perform runtime CPU family/features detection.David 'Digit' Turner
2010-01-28Force ARMv7 builds to use only 16 FP registers.David 'Digit' Turner
2010-01-13Update documentation for OpenGL ES 1.0 / 1.1 / 2.0David 'Digit' Turner
2009-12-09Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.David 'Digit' Turner
2009-11-23Cleanup installed binaries before the NDK build begins.David 'Digit' Turner
2009-11-20Add support for armeabi-v7a to the NDK.David 'Digit' Turner
2009-10-22Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functionsDavid 'Digit' Turner
2009-10-21Add OpenGL 2.0 headers and libraries to the NDK.David 'Digit' Turner
2009-10-20Remove bash-ism from build-ndk-sysroot.shDavid 'Digit' Turner
2009-10-20Refresh NDK C library headers for all platformsDavid 'Digit' Turner
2009-10-15Remove bash-ism from build-toolchain.shDavid 'Digit' Turner
2009-10-14Add --prebuilt-ndk=FILE and --no-git options to build/tools/make-release.sh s...David 'Digit' Turner
2009-10-01Ensure the version of 'awk' detected by host-setup.sh is used during the buildDavid 'Digit' Turner
2009-10-01Remove bash-specific operator from build/host-setup.sh.David 'Digit' Turner