1. 4948c16 Remove prebuilt static library "libthreaded_app.a". by David 'Digit' Turner · 14 years ago
  2. 98b2c35 Copy over updated NDK APIs and follow other API changes. by Dianne Hackborn · 14 years ago
  3. 52705bb Add initial gamepad support. by Jeff Brown · 14 years ago
  4. 5ef6b2f ndk sample hello-neon: use $(call import-module) to access the 'cpufeatures' library by David 'Digit' Turner · 14 years ago
  5. 29534f6 Update for improved glue. by Dianne Hackborn · 14 years ago
  6. 1aa3218 Add new native-plasma sample code. by Dianne Hackborn · 14 years ago
  7. f68d6af ndk: Add a test to check that prebuilt libraries work as expected. by David 'Digit' Turner · 14 years ago
  8. 11a89ea Update native_activity sample to use new glue code. by Dianne Hackborn · 14 years ago
  9. d15a18b Merge "Remove C++ headers from the platform directories." into gingerbread by David 'Digit' Turner · 14 years ago
  10. 2708f19 Merge "Update API level 9 sysroot to allow static C++ destructors to be called on dlclose()." into gingerbread by David 'Digit' Turner · 14 years ago
  11. 74ff674 Remove C++ headers from the platform directories. by David 'Digit' Turner · 14 years ago
  12. 02215b3 Update to use new looper API. by Dianne Hackborn · 14 years ago
  13. 2c5db16 Merge "Stub code no longer needed." into gingerbread by Dianne Hackborn · 14 years ago
  14. a32bac1 Stub code no longer needed. by Dianne Hackborn · 14 years ago
  15. 2b352d7 Native activity now draws! by Dianne Hackborn · 14 years ago
  16. 8851048 Update native_activity sample code to use ANativeWindow. by Dianne Hackborn · 14 years ago
  17. bbdfd7c Update to new native activity APIs. by Dianne Hackborn · 14 years ago
  18. d155de2 Update API level 9 sysroot to allow static C++ destructors to be called on dlclose(). by David 'Digit' Turner · 14 years ago
  19. 5468d76 Update native APIs for events. by Dianne Hackborn · 14 years ago
  20. fcefaf8 Add a sample to demonstrate module exports in the NDK. by David 'Digit' Turner · 14 years ago
  21. d616e8b Fix build by David 'Digit' Turner · 14 years ago
  22. c817c52 Copy platforms and samples from ndk/ source tree. by David 'Digit' Turner · 14 years ago
  23. 7e203f1 Delete NDK. by Jean-Baptiste Queru · 15 years ago
  24. d05de76 merge from open-source master by The Android Open Source Project · 15 years ago
  25. fb0b04d Merge "Add missing headers to the x86 android-5 headers (GLES/GLES2/log)" by David 'Digit' Turner · 15 years ago
  26. a161c4f Remove problematic headers from x86 android-5 headers. by David 'Digit' Turner · 15 years ago
  27. 0573b37 Add missing headers to the x86 android-5 headers (GLES/GLES2/log) by David 'Digit' Turner · 15 years ago
  28. 3750d3a android-5 platform files for IA by Bruce Beare · 15 years ago
  29. a74f317 Allow the build-toolchain.sh script to apply source packages. by David 'Digit' Turner · 15 years ago
  30. 1b0f275 am 528c8fa1: am 4653cb89: cpufeatures license is BSD, no Apache 2.0 by David 'Digit' Turner · 15 years ago
  31. 4653cb8 cpufeatures license is BSD, no Apache 2.0 by David 'Digit' Turner · 15 years ago
  32. a166abb am fda2f438: am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon by David 'Digit' Turner · 15 years ago
  33. 693ad65 Add missing copyright disclaimers to cpufeatures and hello-neon by David 'Digit' Turner · 15 years ago
  34. 7b23f86 am ec0ff012: am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection. by David 'Digit' Turner · 15 years ago
  35. f4efa04 Update hello-gl2 sample to properly implement EGL Config selection. by David 'Digit' Turner · 15 years ago
  36. 6052fa2 am 7ab10f9f: am 92210fe1: Update documentation + simplify make-release.sh script by David 'Digit' Turner · 15 years ago
  37. 65352de am 142eafac: am 93369c24: Add the \'hello-neon\' sample app to demonstrate cpufeatures and ARM Neon usage. by David 'Digit' Turner · 15 years ago
  38. 92210fe Update documentation + simplify make-release.sh script by David 'Digit' Turner · 15 years ago
  39. 93369c2 Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage. by David 'Digit' Turner · 15 years ago
  40. 8789080 am e3af8ae5: am e6aa4229: Merge "Add NEON support to the NDK build system + docs" into eclair by David Turner · 15 years ago
  41. da4b831 Add NEON support to the NDK build system + docs by David 'Digit' Turner · 15 years ago
  42. bf7419b am e52f44d9: am 3b712fda: Merge "Add \'cpufeatures\' library to perform runtime CPU family/features detection." into eclair by David Turner · 15 years ago
  43. 4380991 Add 'cpufeatures' library to perform runtime CPU family/features detection. by David 'Digit' Turner · 15 years ago
  44. 3c2d9cd am 1921f03a: am 50c5ce01: Merge "Force ARMv7 builds to use only 16 FP registers." into eclair by David Turner · 15 years ago
  45. 1466504 Force ARMv7 builds to use only 16 FP registers. by David 'Digit' Turner · 15 years ago
  46. 1ee57af am a84a9656: am 23d8ded2: Merge "Update documentation for OpenGL ES 1.0 / 1.1 / 2.0" into eclair by David Turner · 15 years ago
  47. eef791e Update documentation for OpenGL ES 1.0 / 1.1 / 2.0 by David 'Digit' Turner · 15 years ago
  48. 74192ea Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  49. a13e890 Update documentation to indicate EGL ES 2.0 isn't supported in the emulator. by David 'Digit' Turner · 15 years ago
  50. 6b913ab Fix toolchain scripts for Darwin and Cygwin. by David 'Digit' Turner · 15 years ago
  51. cb96cdd Cleanup installed binaries before the NDK build begins. by David 'Digit' Turner · 15 years ago
  52. f5862d8 Add support for armeabi-v7a to the NDK. by David 'Digit' Turner · 15 years ago
  53. 69eeb8a Update the build-toolchain.sh script. by David 'Digit' Turner · 15 years ago
  54. e4df0ea Merge change I8d8b5816 into eclair by Android (Google) Code Review · 15 years ago
  55. 37e84c2 Update build-toolchain.sh to be able to build gcc 4.4.0 by David 'Digit' Turner · 15 years ago
  56. af40404 Add a script to download and package the toolchain sources. by David 'Digit' Turner · 15 years ago
  57. 27ad1ef Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functions by David 'Digit' Turner · 15 years ago
  58. 9eff6cb Add OpenGL 2.0 headers and libraries to the NDK. by David 'Digit' Turner · 15 years ago
  59. 975491c Add android-5 platform to the NDK. by David 'Digit' Turner · 15 years ago
  60. b48ab64 Allow applications to target future API levels by David 'Digit' Turner · 15 years ago
  61. 31f23a0 Remove build/platforms/android-*/common directories. by David 'Digit' Turner · 15 years ago
  62. f7aa22a Remove bash-ism from build-ndk-sysroot.sh by David 'Digit' Turner · 15 years ago
  63. 898b43f Refresh NDK C library headers for all platforms by David 'Digit' Turner · 15 years ago
  64. 1db4662 Remove bash-ism from build-toolchain.sh by David 'Digit' Turner · 15 years ago
  65. 854f820 Add --prebuilt-ndk=FILE and --no-git options to build/tools/make-release.sh script. by David 'Digit' Turner · 15 years ago
  66. cc230ba Ensure the version of 'awk' detected by host-setup.sh is used during the build by David 'Digit' Turner · 15 years ago
  67. a78a775 Remove bash-specific operator from build/host-setup.sh. by David 'Digit' Turner · 15 years ago
  68. 1dbeeca Fix NDK usage of libgcc.a when building shared libraries by David 'Digit' Turner · 15 years ago
  69. 902706a Bump release version to android-1.6_r1 by David 'Digit' Turner · 15 years ago
  70. eee1675 Look for Android.mk in $(APP_PROJECT_PATH)/jni by default. by David 'Digit' Turner · 15 years ago
  71. 197a8fe Add sample "san-angeles" program to demo OpenGL ES from native code. by David 'Digit' Turner · 15 years ago
  72. d7e5aae Add OpenGL ES headers to the android-4 platform/stable APIs. by David 'Digit' Turner · 15 years ago
  73. 5c767bb Add android-4 sysroot and use project's default.properties to get the right target. by David 'Digit' Turner · 15 years ago
  74. 73aaee4 Add host check for nawk/gawk in build/host-setup.sh by David 'Digit' Turner · 15 years ago
  75. 4ddb784 Add a "unit-tests" sample application to perform unit testing. by David 'Digit' Turner · 15 years ago
  76. 747294c Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system. by David 'Digit' Turner · 15 years ago
  77. fdc5ea2 Rename ndk/build/platforms/android-1.5 into android-3 to match API levels by David 'Digit' Turner · 15 years ago
  78. 1715a1f Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation. by David 'Digit' Turner · 15 years ago
  79. 7ec528c Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script by David 'Digit' Turner · 15 years ago
  80. 7f0688d Fix compilation of assembly files (e.g. foo.S), by removing a typo. by David 'Digit' Turner · 15 years ago
  81. 4f6f740 Remove problematic case-insensitive duplicate files. by David 'Digit' Turner · 15 years ago
  82. b968aa1 Bump release version number and speed up make-release.sh script by David 'Digit' Turner · 15 years ago
  83. 6c01aba Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system. by David 'Digit' Turner · 15 years ago
  84. 67d8edd Add support for LOCAL_ARM_MODE and .arm source file name suffix. by David 'Digit' Turner · 15 years ago
  85. a046aad Fix several typos in the NDK build system that caused quite a few bugs: by David 'Digit' Turner · 15 years ago
  86. d6ec172 Fix build/host-setup.sh to run as a Bourne shell script and add better host detection: by David 'Digit' Turner · 15 years ago
  87. 629daab Remove individual .gitignore files and move their content to a single top-level one by David 'Digit' Turner · 15 years ago
  88. fadee81 Fix build/host-setup.sh in various ways by David 'Digit' Turner · 15 years ago
  89. 66620a8 Merge change 2831 into donut by Android (Google) Code Review · 15 years ago
  90. 3e035af Add docs/SYSTEM-ISSUES.TXT to list important system issues that NDK developers should be aware of by David 'Digit' Turner · 15 years ago
  91. 58bbcd6 Fix ChangeLog, since we're rebuilding 1.5_r1, no need to list previous changes. by David 'Digit' Turner · 15 years ago
  92. 82ae6d6 Add docs/HOWTO.TXT to list a few important tips for NDK users by David 'Digit' Turner · 15 years ago
  93. e19766e Merge change 2813 into donut by Android (Google) Code Review · 15 years ago
  94. a9e8d43 Add docs/STABLE-APIS.TXT which contains the list of exposed frozen APIs in the NDK. by David 'Digit' Turner · 15 years ago
  95. c6f15d3 Remove the jni-tips.html document. It contains too many swear words :-) by David 'Digit' Turner · 15 years ago
  96. d21c809 Expose <android/log.h> which contains the declaration of /system/lib/liblog.so. by David 'Digit' Turner · 15 years ago
  97. 5ad95c5 Force the use of 32-bit toolchain binaries on 64-bit systems. by David 'Digit' Turner · 15 years ago
  98. 3a39e9c Merge change 2078 into donut by Android (Google) Code Review · 15 years ago
  99. 93a4147 This fixes the build to always define the ANDROID macro, and remove an empty -I from the compiler options. by David 'Digit' Turner · 15 years ago
  100. 979c98c Add simple change log to the NDK documentation. by David 'Digit' Turner · 15 years ago