1. be57246 Merge "Update prebuilt library test." into gingerbread by David 'Digit' Turner · 14 years ago
  2. 7012117 Unify NDK platform headers. by David 'Digit' Turner · 14 years ago
  3. 2068cc3 Update prebuilt library test. by David 'Digit' Turner · 14 years ago
  4. 9f44e97 Update NDK headers and samples to sync up with looper API changes. by Jeff Brown · 14 years ago
  5. d3d58cf Update to follow ALooper ident change. by Dianne Hackborn · 14 years ago
  6. 79b946e Some native activity sample code cleanup. by Dianne Hackborn · 14 years ago
  7. f4790e6 Separate platform files and samples by API level. by David 'Digit' Turner · 14 years ago
  8. ad77ed7 ndk: fix samples compilation by David 'Digit' Turner · 14 years ago
  9. 6d0ef0d ndk: handle --verbose option in tests/run-all.sh script by David 'Digit' Turner · 14 years ago
  10. e551875 Update NDK for pre-key-dispatching changes. by Dianne Hackborn · 14 years ago
  11. 3d81d6a Merge "ndk: add tests/run-all.sh to run all automated tests." into gingerbread by David 'Digit' Turner · 14 years ago
  12. d74329c ndk: add tests/run-all.sh to run all automated tests. by David 'Digit' Turner · 14 years ago
  13. 284e3ae Merge "NDK access to the Asset Manager" into gingerbread by Christopher Tate · 14 years ago
  14. 4948c16 Remove prebuilt static library "libthreaded_app.a". by David 'Digit' Turner · 14 years ago
  15. 956311c NDK access to the Asset Manager by Christopher Tate · 14 years ago
  16. 98b2c35 Copy over updated NDK APIs and follow other API changes. by Dianne Hackborn · 14 years ago
  17. 52705bb Add initial gamepad support. by Jeff Brown · 14 years ago
  18. 5ef6b2f ndk sample hello-neon: use $(call import-module) to access the 'cpufeatures' library by David 'Digit' Turner · 14 years ago
  19. 29534f6 Update for improved glue. by Dianne Hackborn · 14 years ago
  20. 1aa3218 Add new native-plasma sample code. by Dianne Hackborn · 14 years ago
  21. f68d6af ndk: Add a test to check that prebuilt libraries work as expected. by David 'Digit' Turner · 14 years ago
  22. 11a89ea Update native_activity sample to use new glue code. by Dianne Hackborn · 14 years ago
  23. d15a18b Merge "Remove C++ headers from the platform directories." into gingerbread by David 'Digit' Turner · 14 years ago
  24. 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
  25. 74ff674 Remove C++ headers from the platform directories. by David 'Digit' Turner · 14 years ago
  26. 02215b3 Update to use new looper API. by Dianne Hackborn · 14 years ago
  27. 2c5db16 Merge "Stub code no longer needed." into gingerbread by Dianne Hackborn · 14 years ago
  28. a32bac1 Stub code no longer needed. by Dianne Hackborn · 14 years ago
  29. 2b352d7 Native activity now draws! by Dianne Hackborn · 14 years ago
  30. 8851048 Update native_activity sample code to use ANativeWindow. by Dianne Hackborn · 14 years ago
  31. bbdfd7c Update to new native activity APIs. by Dianne Hackborn · 14 years ago
  32. d155de2 Update API level 9 sysroot to allow static C++ destructors to be called on dlclose(). by David 'Digit' Turner · 14 years ago
  33. 5468d76 Update native APIs for events. by Dianne Hackborn · 14 years ago
  34. fcefaf8 Add a sample to demonstrate module exports in the NDK. by David 'Digit' Turner · 14 years ago
  35. d616e8b Fix build by David 'Digit' Turner · 14 years ago
  36. c817c52 Copy platforms and samples from ndk/ source tree. by David 'Digit' Turner · 14 years ago
  37. 7e203f1 Delete NDK. by Jean-Baptiste Queru · 14 years ago
  38. d05de76 merge from open-source master by The Android Open Source Project · 14 years ago
  39. fb0b04d Merge "Add missing headers to the x86 android-5 headers (GLES/GLES2/log)" by David 'Digit' Turner · 14 years ago
  40. a161c4f Remove problematic headers from x86 android-5 headers. by David 'Digit' Turner · 14 years ago
  41. 0573b37 Add missing headers to the x86 android-5 headers (GLES/GLES2/log) by David 'Digit' Turner · 14 years ago
  42. 3750d3a android-5 platform files for IA by Bruce Beare · 14 years ago
  43. a74f317 Allow the build-toolchain.sh script to apply source packages. by David 'Digit' Turner · 14 years ago
  44. 1b0f275 am 528c8fa1: am 4653cb89: cpufeatures license is BSD, no Apache 2.0 by David 'Digit' Turner · 14 years ago
  45. 4653cb8 cpufeatures license is BSD, no Apache 2.0 by David 'Digit' Turner · 14 years ago
  46. a166abb am fda2f438: am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon by David 'Digit' Turner · 14 years ago
  47. 693ad65 Add missing copyright disclaimers to cpufeatures and hello-neon by David 'Digit' Turner · 14 years ago
  48. 7b23f86 am ec0ff012: am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection. by David 'Digit' Turner · 14 years ago
  49. f4efa04 Update hello-gl2 sample to properly implement EGL Config selection. by David 'Digit' Turner · 14 years ago
  50. 6052fa2 am 7ab10f9f: am 92210fe1: Update documentation + simplify make-release.sh script by David 'Digit' Turner · 15 years ago
  51. 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
  52. 92210fe Update documentation + simplify make-release.sh script by David 'Digit' Turner · 15 years ago
  53. 93369c2 Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage. by David 'Digit' Turner · 15 years ago
  54. 8789080 am e3af8ae5: am e6aa4229: Merge "Add NEON support to the NDK build system + docs" into eclair by David Turner · 15 years ago
  55. da4b831 Add NEON support to the NDK build system + docs by David 'Digit' Turner · 15 years ago
  56. bf7419b am e52f44d9: am 3b712fda: Merge "Add \'cpufeatures\' library to perform runtime CPU family/features detection." into eclair by David Turner · 15 years ago
  57. 4380991 Add 'cpufeatures' library to perform runtime CPU family/features detection. by David 'Digit' Turner · 15 years ago
  58. 3c2d9cd am 1921f03a: am 50c5ce01: Merge "Force ARMv7 builds to use only 16 FP registers." into eclair by David Turner · 15 years ago
  59. 1466504 Force ARMv7 builds to use only 16 FP registers. by David 'Digit' Turner · 15 years ago
  60. 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
  61. eef791e Update documentation for OpenGL ES 1.0 / 1.1 / 2.0 by David 'Digit' Turner · 15 years ago
  62. 74192ea Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  63. a13e890 Update documentation to indicate EGL ES 2.0 isn't supported in the emulator. by David 'Digit' Turner · 15 years ago
  64. 6b913ab Fix toolchain scripts for Darwin and Cygwin. by David 'Digit' Turner · 15 years ago
  65. cb96cdd Cleanup installed binaries before the NDK build begins. by David 'Digit' Turner · 15 years ago
  66. f5862d8 Add support for armeabi-v7a to the NDK. by David 'Digit' Turner · 15 years ago
  67. 69eeb8a Update the build-toolchain.sh script. by David 'Digit' Turner · 15 years ago
  68. e4df0ea Merge change I8d8b5816 into eclair by Android (Google) Code Review · 15 years ago
  69. 37e84c2 Update build-toolchain.sh to be able to build gcc 4.4.0 by David 'Digit' Turner · 15 years ago
  70. af40404 Add a script to download and package the toolchain sources. by David 'Digit' Turner · 15 years ago
  71. 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
  72. 9eff6cb Add OpenGL 2.0 headers and libraries to the NDK. by David 'Digit' Turner · 15 years ago
  73. 975491c Add android-5 platform to the NDK. by David 'Digit' Turner · 15 years ago
  74. b48ab64 Allow applications to target future API levels by David 'Digit' Turner · 15 years ago
  75. 31f23a0 Remove build/platforms/android-*/common directories. by David 'Digit' Turner · 15 years ago
  76. f7aa22a Remove bash-ism from build-ndk-sysroot.sh by David 'Digit' Turner · 15 years ago
  77. 898b43f Refresh NDK C library headers for all platforms by David 'Digit' Turner · 15 years ago
  78. 1db4662 Remove bash-ism from build-toolchain.sh by David 'Digit' Turner · 15 years ago
  79. 854f820 Add --prebuilt-ndk=FILE and --no-git options to build/tools/make-release.sh script. by David 'Digit' Turner · 15 years ago
  80. cc230ba Ensure the version of 'awk' detected by host-setup.sh is used during the build by David 'Digit' Turner · 15 years ago
  81. a78a775 Remove bash-specific operator from build/host-setup.sh. by David 'Digit' Turner · 15 years ago
  82. 1dbeeca Fix NDK usage of libgcc.a when building shared libraries by David 'Digit' Turner · 15 years ago
  83. 902706a Bump release version to android-1.6_r1 by David 'Digit' Turner · 15 years ago
  84. eee1675 Look for Android.mk in $(APP_PROJECT_PATH)/jni by default. by David 'Digit' Turner · 15 years ago
  85. 197a8fe Add sample "san-angeles" program to demo OpenGL ES from native code. by David 'Digit' Turner · 15 years ago
  86. d7e5aae Add OpenGL ES headers to the android-4 platform/stable APIs. by David 'Digit' Turner · 15 years ago
  87. 5c767bb Add android-4 sysroot and use project's default.properties to get the right target. by David 'Digit' Turner · 15 years ago
  88. 73aaee4 Add host check for nawk/gawk in build/host-setup.sh by David 'Digit' Turner · 15 years ago
  89. 4ddb784 Add a "unit-tests" sample application to perform unit testing. by David 'Digit' Turner · 15 years ago
  90. 747294c Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system. by David 'Digit' Turner · 15 years ago
  91. fdc5ea2 Rename ndk/build/platforms/android-1.5 into android-3 to match API levels by David 'Digit' Turner · 15 years ago
  92. 1715a1f Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation. by David 'Digit' Turner · 15 years ago
  93. 7ec528c Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script by David 'Digit' Turner · 15 years ago
  94. 7f0688d Fix compilation of assembly files (e.g. foo.S), by removing a typo. by David 'Digit' Turner · 15 years ago
  95. 4f6f740 Remove problematic case-insensitive duplicate files. by David 'Digit' Turner · 15 years ago
  96. b968aa1 Bump release version number and speed up make-release.sh script by David 'Digit' Turner · 15 years ago
  97. 6c01aba Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system. by David 'Digit' Turner · 15 years ago
  98. 67d8edd Add support for LOCAL_ARM_MODE and .arm source file name suffix. by David 'Digit' Turner · 15 years ago
  99. a046aad Fix several typos in the NDK build system that caused quite a few bugs: by David 'Digit' Turner · 15 years ago
  100. 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