1. 13e07e5 am 28eeece2: am 755d75f4: Merge "ndk: Add missing update arm C library for android-9 platform." by David 'Digit' Turner · 13 years ago
  2. f76679f ndk: Add missing update arm C library for android-9 platform. by David 'Digit' Turner · 13 years ago
  3. ffb1368 am 957b0ebe: am bfdff660: Merge "ndk: x86: Update libc.so and libstdc++.so" by David 'Digit' Turner · 13 years ago
  4. 7e9db3d ndk: x86: Update libc.so and libstdc++.so by David 'Digit' Turner · 13 years ago
  5. 5aaf5c2 am 282bd952: am 9dacf7ee: Merge "Fix two incorrect <android/input.h> function declarations." by David 'Digit' Turner · 13 years ago
  6. 9d01360 Fix two incorrect <android/input.h> function declarations. by David 'Digit' Turner · 13 years ago
  7. a741497 am 799afe8a: am c5db1533: Merge "Fix pwrite() declaration in NDK platform headers." by David 'Digit' Turner · 13 years ago
  8. 9ad2878 Fix pwrite() declaration in NDK platform headers. by David 'Digit' Turner · 13 years ago
  9. b2c8dbe am 5ac5e8d7: Merge "ndk: Fix stdint.h definitions for C++" by David 'Digit' Turner · 13 years ago
  10. c7d8870 ndk: Fix stdint.h definitions for C++ by David 'Digit' Turner · 13 years ago
  11. c154871 am 9e17cec2: Merge "ndk: Fixes PTHREAD_RWLOCK_INITIALIZER definition." by David 'Digit' Turner · 13 years ago
  12. 114db2a ndk: Fixes PTHREAD_RWLOCK_INITIALIZER definition. by David 'Digit' Turner · 13 years ago
  13. a7a4a16 am 0b80c5e8: am d2454506: Merge "Move files to proper location in development/ndk/platforms" by David Turner · 13 years ago
  14. 0b80c5e am d2454506: Merge "Move files to proper location in development/ndk/platforms" by David Turner · 13 years ago
  15. 729ad21 am aa276460: ndk: Add headers and libraries for API level 11 (Honeycomb) by David 'Digit' Turner · 13 years ago
  16. aa27646 ndk: Add headers and libraries for API level 11 (Honeycomb) by David 'Digit' Turner · 13 years ago
  17. a9b5a9d Move files to proper location in development/ndk/platforms by Bruce Beare · 14 years ago
  18. 442064f am fd2d786d: am 3f33b7b7: Merge "native_app_glue: fix APP_CMD_TERM_WINDOW pre-hook" by David 'Digit' Turner · 14 years ago
  19. 95ae335 native_app_glue: fix APP_CMD_TERM_WINDOW pre-hook by David 'Digit' Turner · 14 years ago
  20. cbc7f69 ndk: Replace 'asm' with '__asm__' in <asm/byteorder.h> by David 'Digit' Turner · 14 years ago
  21. 80736a1 Use __asm__ instead of asm in public libc headers by Martin Storsjo · 14 years ago
  22. 9ddaf21 Add missing declarations to <netinet/in.h> by David 'Digit' Turner · 14 years ago
  23. 9088762 ndk: Update headers and libraries for API level 9 by David 'Digit' Turner · 14 years ago
  24. 1e7011f ndk: Add auto-generated <android/api-level.h> by David 'Digit' Turner · 14 years ago
  25. 809ec92 Native audio example by Glenn Kasten · 14 years ago
  26. 186ce6d Merge "NDK: Last cleanup of the platform headers" into gingerbread by David 'Digit' Turner · 14 years ago
  27. 3c7c38b NDK: Last cleanup of the platform headers by David 'Digit' Turner · 14 years ago
  28. cc5809b Merge "ndk: Use __ANDROID__ instead of ANDROID." into gingerbread by David 'Digit' Turner · 14 years ago
  29. fc187b1 Merge "update native_window.h ndk header" into gingerbread by David Turner · 14 years ago
  30. 3323f59 update native_window.h ndk header by Mathias Agopian · 14 years ago
  31. a99a3ff ndk: Use __ANDROID__ instead of ANDROID. by David 'Digit' Turner · 14 years ago
  32. 10795d8 Declare localeconv() in <locale.h> by David 'Digit' Turner · 14 years ago
  33. 793509c Greatly simplify sample code by using EGL_NATIVE_VISUAL_ID. by Mathias Agopian · 14 years ago
  34. f0c0112 simplify a bit the native-activity sample code by Mathias Agopian · 14 years ago
  35. a77c1bd Work on issue #3126018: No way to specify NativeActivity's native method by Dianne Hackborn · 14 years ago
  36. c2d70d2 Update native headers/library to match current platform. by Dianne Hackborn · 14 years ago
  37. 834eb60 Fix bug in native activity demo. by Dianne Hackborn · 14 years ago
  38. 0574dc4 Dummy java file in native-only apps is not needed anymore. by Xavier Ducrohet · 14 years ago
  39. 2e9b39e Merge "ndk: Add missing OpenSLES headers and libraries." into gingerbread by David 'Digit' Turner · 14 years ago
  40. 51bcfb7 ndk: Add missing OpenSLES headers and libraries. by David 'Digit' Turner · 14 years ago
  41. 3c72deb Merge "ndk: remove undefined symbols from system headers" into gingerbread by David 'Digit' Turner · 14 years ago
  42. 028c403 Merge "Update NDK with recent changes." into gingerbread by Jeff Brown · 14 years ago
  43. 7c2ba50 ndk: remove undefined symbols from system headers by David 'Digit' Turner · 14 years ago
  44. 3ec1cec Update NDK with recent changes. by Jeff Brown · 14 years ago
  45. 7c5623b ndk: Update platform system libraries. by David 'Digit' Turner · 14 years ago
  46. be57246 Merge "Update prebuilt library test." into gingerbread by David 'Digit' Turner · 14 years ago
  47. 7012117 Unify NDK platform headers. by David 'Digit' Turner · 14 years ago
  48. 2068cc3 Update prebuilt library test. by David 'Digit' Turner · 14 years ago
  49. 9f44e97 Update NDK headers and samples to sync up with looper API changes. by Jeff Brown · 14 years ago
  50. d3d58cf Update to follow ALooper ident change. by Dianne Hackborn · 14 years ago
  51. 79b946e Some native activity sample code cleanup. by Dianne Hackborn · 14 years ago
  52. f4790e6 Separate platform files and samples by API level. by David 'Digit' Turner · 14 years ago
  53. ad77ed7 ndk: fix samples compilation by David 'Digit' Turner · 14 years ago
  54. 6d0ef0d ndk: handle --verbose option in tests/run-all.sh script by David 'Digit' Turner · 14 years ago
  55. e551875 Update NDK for pre-key-dispatching changes. by Dianne Hackborn · 14 years ago
  56. 3d81d6a Merge "ndk: add tests/run-all.sh to run all automated tests." into gingerbread by David 'Digit' Turner · 14 years ago
  57. d74329c ndk: add tests/run-all.sh to run all automated tests. by David 'Digit' Turner · 14 years ago
  58. 284e3ae Merge "NDK access to the Asset Manager" into gingerbread by Christopher Tate · 14 years ago
  59. 4948c16 Remove prebuilt static library "libthreaded_app.a". by David 'Digit' Turner · 14 years ago
  60. 956311c NDK access to the Asset Manager by Christopher Tate · 14 years ago
  61. 98b2c35 Copy over updated NDK APIs and follow other API changes. by Dianne Hackborn · 14 years ago
  62. 52705bb Add initial gamepad support. by Jeff Brown · 14 years ago
  63. 5ef6b2f ndk sample hello-neon: use $(call import-module) to access the 'cpufeatures' library by David 'Digit' Turner · 14 years ago
  64. 29534f6 Update for improved glue. by Dianne Hackborn · 14 years ago
  65. 1aa3218 Add new native-plasma sample code. by Dianne Hackborn · 14 years ago
  66. f68d6af ndk: Add a test to check that prebuilt libraries work as expected. by David 'Digit' Turner · 14 years ago
  67. 11a89ea Update native_activity sample to use new glue code. by Dianne Hackborn · 14 years ago
  68. d15a18b Merge "Remove C++ headers from the platform directories." into gingerbread by David 'Digit' Turner · 14 years ago
  69. 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
  70. 74ff674 Remove C++ headers from the platform directories. by David 'Digit' Turner · 14 years ago
  71. 02215b3 Update to use new looper API. by Dianne Hackborn · 14 years ago
  72. 2c5db16 Merge "Stub code no longer needed." into gingerbread by Dianne Hackborn · 14 years ago
  73. a32bac1 Stub code no longer needed. by Dianne Hackborn · 14 years ago
  74. 2b352d7 Native activity now draws! by Dianne Hackborn · 14 years ago
  75. 8851048 Update native_activity sample code to use ANativeWindow. by Dianne Hackborn · 14 years ago
  76. bbdfd7c Update to new native activity APIs. by Dianne Hackborn · 14 years ago
  77. d155de2 Update API level 9 sysroot to allow static C++ destructors to be called on dlclose(). by David 'Digit' Turner · 14 years ago
  78. 5468d76 Update native APIs for events. by Dianne Hackborn · 14 years ago
  79. fcefaf8 Add a sample to demonstrate module exports in the NDK. by David 'Digit' Turner · 14 years ago
  80. d616e8b Fix build by David 'Digit' Turner · 14 years ago
  81. c817c52 Copy platforms and samples from ndk/ source tree. by David 'Digit' Turner · 14 years ago
  82. 7e203f1 Delete NDK. by Jean-Baptiste Queru · 14 years ago
  83. d05de76 merge from open-source master by The Android Open Source Project · 14 years ago
  84. fb0b04d Merge "Add missing headers to the x86 android-5 headers (GLES/GLES2/log)" by David 'Digit' Turner · 14 years ago
  85. a161c4f Remove problematic headers from x86 android-5 headers. by David 'Digit' Turner · 14 years ago
  86. 0573b37 Add missing headers to the x86 android-5 headers (GLES/GLES2/log) by David 'Digit' Turner · 14 years ago
  87. 3750d3a android-5 platform files for IA by Bruce Beare · 14 years ago
  88. a74f317 Allow the build-toolchain.sh script to apply source packages. by David 'Digit' Turner · 14 years ago
  89. 1b0f275 am 528c8fa1: am 4653cb89: cpufeatures license is BSD, no Apache 2.0 by David 'Digit' Turner · 14 years ago
  90. 4653cb8 cpufeatures license is BSD, no Apache 2.0 by David 'Digit' Turner · 14 years ago
  91. a166abb am fda2f438: am 693ad65e: Add missing copyright disclaimers to cpufeatures and hello-neon by David 'Digit' Turner · 14 years ago
  92. 693ad65 Add missing copyright disclaimers to cpufeatures and hello-neon by David 'Digit' Turner · 14 years ago
  93. 7b23f86 am ec0ff012: am f4efa044: Update hello-gl2 sample to properly implement EGL Config selection. by David 'Digit' Turner · 14 years ago
  94. f4efa04 Update hello-gl2 sample to properly implement EGL Config selection. by David 'Digit' Turner · 14 years ago
  95. 6052fa2 am 7ab10f9f: am 92210fe1: Update documentation + simplify make-release.sh script by David 'Digit' Turner · 14 years ago
  96. 65352de am 142eafac: am 93369c24: Add the \'hello-neon\' sample app to demonstrate cpufeatures and ARM Neon usage. by David 'Digit' Turner · 14 years ago
  97. 92210fe Update documentation + simplify make-release.sh script by David 'Digit' Turner · 14 years ago
  98. 93369c2 Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage. by David 'Digit' Turner · 14 years ago
  99. 8789080 am e3af8ae5: am e6aa4229: Merge "Add NEON support to the NDK build system + docs" into eclair by David Turner · 14 years ago
  100. da4b831 Add NEON support to the NDK build system + docs by David 'Digit' Turner · 14 years ago