1. ca34e29 Merge "Fix headers to be inclued alone" by Andrew Hsieh · 11 years ago
  2. 42bb3bc Merge "Fix typo in comments in looper.h" by Andrew Hsieh · 11 years ago
  3. 6d2d58d Merge "Fixed asset_manager.h, rect_manager.h, and jni.h" by Andrew Hsieh · 11 years ago
  4. 2c87768 Fix headers to be inclued alone by Andrew Hsieh · 11 years ago
  5. 3517e74 Merge "Implement wait4 already exist in header" by Andrew Hsieh · 11 years ago
  6. d980848 Fix typo in comments in looper.h by Andrew Hsieh · 11 years ago
  7. fbb3295 Fixed asset_manager.h, rect_manager.h, and jni.h by Andrew Hsieh · 11 years ago
  8. f242723 Fixed API18 math.h for clang3.4 by Andrew Hsieh · 11 years ago
  9. 78bf635 Restore immersive mode when volume button has been pressed. by Hak Matsuda · 11 years ago
  10. 2a0781b Fix rendering issue in Tegra2/3. by Hak Matsuda · 11 years ago
  11. 7e25851 Implement wait4 already exist in header by Andrew Hsieh · 12 years ago
  12. cfa0f35 Add support for building the NDK's native_app_glue. by Todd Fiala · 11 years ago
  13. ad40d95 Workaround the __builtin_isnan() type error for clang 3.4. by Logan Chien · 11 years ago
  14. db27513 ndk: Fix wait4() declarations by David 'Digit' Turner · 11 years ago
  15. b05e7c1 Annotate JNICALL with __NDK_FPABI__ by Andrew Hsieh · 11 years ago
  16. 2a571fd Fix -mhard-float for calling __builtin_* math functions by Andrew Hsieh · 11 years ago
  17. 8339792 Enhance hello-jni to report APP_ABI at compilation by Andrew Hsieh · 11 years ago
  18. cc69f21 - Using hard-fp by Hak Matsuda · 11 years ago
  19. dfb6545 MIPS hasn't supported SA_RESTORER since 2.5 kernels. by Elliott Hughes · 11 years ago
  20. a2e8997 Update time.h for CLOCK_BOOTTIME, etc by Andrew Hsieh · 11 years ago
  21. cd3fe9b Added missing clock_settime()/clock_nanosleep() in time.h API>=8 by Andrew Hsieh · 11 years ago
  22. 7e967a1 Add utimensat and futimens to libc.so at API level 12 and 19, respectively by Andrew Hsieh · 11 years ago
  23. d0b6889 Merge "<pthread.h>: Mark pthread_exit() as __noreturn" by Andrew Hsieh · 11 years ago
  24. db52487 Merge "Remove obsolete ndk/platforms/android-9/arch-x86/src/__dso_handle*.S" by Andrew Hsieh · 11 years ago
  25. ba780a0 Merge "Refresh API19 include/android/* to android-4.4_r1" by Andrew Hsieh · 11 years ago
  26. c0567b5 Rename modules NativeActivity by Andrew Hsieh · 11 years ago
  27. 13754d5 Addressed feedbacks by Hak Matsuda · 11 years ago
  28. 86c3b43 Refresh API19 include/android/* to android-4.4_r1 by Andrew Hsieh · 11 years ago
  29. a915811 Remove obsolete ndk/platforms/android-9/arch-x86/src/__dso_handle*.S by Andrew Hsieh · 11 years ago
  30. effaa95 <pthread.h>: Mark pthread_exit() as __noreturn by Andrew Hsieh · 11 years ago
  31. 4abacac Merge "Fix prototype of poll" by Andrew Hsieh · 11 years ago
  32. 07bdc2b Merge "Fix build." by Elliott Hughes · 11 years ago
  33. 0d86e63 Fix build. by Elliott Hughes · 11 years ago
  34. 61097c7e Fix prototype of poll by Andrew Hsieh · 11 years ago
  35. 55530bf Merge "ndk: Add missing declaration for mkdtemp" by Andrew Hsieh · 11 years ago
  36. 8270320 ndk: Add missing declaration for mkdtemp by David 'Digit' Turner · 11 years ago
  37. 5d1c91f cleaned code, added pinch gesture detector, better opengl context handling, fixed issues by Hak Matsuda · 11 years ago
  38. 122d194 Merge "Fix incorrect extern declaration of poll(2)." by Elliott Hughes · 11 years ago
  39. ebfbb36 Fix incorrect extern declaration of poll(2). by Elliott Hughes · 11 years ago
  40. 2e2d992 Refresh sysroot headers for aarch64. by Ben Cheng · 11 years ago
  41. 956fc5c Merge "Add libm_hard.a for armeabi-v7a" by Andrew Hsieh · 11 years ago
  42. 059df41 Add libm_hard.a for armeabi-v7a by Andrew Hsieh · 11 years ago
  43. 5881b5c Add __NDK_FPABI__ to function taking/returning float/double by Andrew Hsieh · 11 years ago
  44. a36935b Merge "Add missing math functions" by Andrew Hsieh · 11 years ago
  45. e3f5a9c Merge "Update libandroid.so for API9 .. API18" by Andrew Hsieh · 11 years ago
  46. bfd1ec8 Merge "Use updated uapi headers for aarch64." by Ben Cheng · 11 years ago
  47. 6570d52 Use updated uapi headers for aarch64. by Ben Cheng · 11 years ago
  48. 0df3e70 Add missing math functions by Andrew Hsieh · 11 years ago
  49. 0c147ba Update libandroid.so for API9 .. API18 by Andrew Hsieh · 11 years ago
  50. dc5ecc7 Add arch-mips64 symlink by Andrew Hsieh · 11 years ago
  51. 6972ffa Merge "Initial set of minimal sysroot headers to build aarch64-gcc." by Ben Cheng · 11 years ago
  52. 032d79d Initial set of minimal sysroot headers to build aarch64-gcc. by Ben Cheng · 11 years ago
  53. cb83cfb Merge "Refresh include/sys/vfs.h" by Andrew Hsieh · 11 years ago
  54. fc36418 Little fix for headers comparison tool by Grigoriy Kraynov · 11 years ago
  55. 16af6af Refresh include/sys/vfs.h by Andrew Hsieh · 11 years ago
  56. 22c1fdc Fix MIPS build by Brian Carlstrom · 11 years ago
  57. 1b8ffe3 Move Teapot to android-17 and set APP_ABI := all by Andrew Hsieh · 11 years ago
  58. f74a8b0 Fixed array-index-out-of-bound in Teapot sample by Iceberg Fu · 11 years ago
  59. cfb3c3f Merge "Fix sample bitmap-plasma to draw on whole screen" by Andrew Hsieh · 11 years ago
  60. 055992f Fix sample bitmap-plasma to draw on whole screen by Andrew Hsieh · 11 years ago
  61. 99da728 Fix error about multiple unsequenced modifications by Andrew Hsieh · 11 years ago
  62. f39a078 Add NDK sample to demonstrate more OpenGL&Gaming related technologies. by Hak Matsuda · 11 years ago
  63. c2e61c3 Fix issue 58135 about _C_LABEL_STRING macro w/o space between literal in C++ by Andrew Hsieh · 11 years ago
  64. d912487 arch-specific diff of header by Andrew Hsieh · 11 years ago
  65. f3c3a93 Update NDK's android headers by Michael Wright · 11 years ago
  66. eaf0281 Remove missing functions imaxabs() and imaxdiv() from inttypes.h by Grigoriy Kraynov · 11 years ago
  67. 52d6614 Merge "Update mips crtfiles from bionic with C versions" by Andrew Hsieh · 11 years ago
  68. cb4fcab Merge "Add minimal supports to build multilib x86 toolchain with OpenMP" by Andrew Hsieh · 11 years ago
  69. f43a290 Update mips crtfiles from bionic with C versions by Andrew Hsieh · 11 years ago
  70. 09073f3 Add minimal supports to build multilib x86 toolchain with OpenMP by Andrew Hsieh · 11 years ago
  71. aecb5c6 Add boostrap lib to build multilib x86 GCC with OpenMP support by Andrew Hsieh · 11 years ago
  72. 80c93fb Fix gles3jni build with clang at android-11 by Andrew Hsieh · 11 years ago
  73. 6567534 Add TCP_INFO state enum values. by Andrew Hsieh · 11 years ago
  74. e5c9f8e Update x86 crtfiles from bionic with C versions by Pavel Chupin · 11 years ago
  75. f05c9f9 am 85f9f764: Merge "Workaround for libportable wait4 implementation." by Andrew Hsieh · 11 years ago
  76. 85f9f76 Merge "Workaround for libportable wait4 implementation." by Andrew Hsieh · 11 years ago
  77. 54009f7 am 5d774594: Merge "ndk: Fix WCHAR_MIN / WCHAR_MAX definitions." by Andrew Hsieh · 11 years ago
  78. fe8625d ndk: Fix WCHAR_MIN / WCHAR_MAX definitions. by David 'Digit' Turner · 11 years ago
  79. 2bb3bd5 am e96f2b6a: am 66623113: Merge "[MIPS] Add missing REAL macros." by Andrew Hsieh · 11 years ago
  80. e96f2b6 am 66623113: Merge "[MIPS] Add missing REAL macros." by Andrew Hsieh · 11 years ago
  81. db279be [MIPS] Add missing REAL macros. by Lai Wei-Chih · 11 years ago
  82. 2bfb93d am 4b571253: Merge "Load ES3 functions with eglGetProcAddress, not dlsym" into jb-mr2-dev by Jesse Hall · 11 years ago
  83. b7a2e33 Load ES3 functions with eglGetProcAddress, not dlsym by Jesse Hall · 11 years ago
  84. 1175ccb am c7ef0a3c: am 56de69b3: Merge "ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels." by Andrew Hsieh · 11 years ago
  85. c7ef0a3 am 56de69b3: Merge "ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels." by Andrew Hsieh · 11 years ago
  86. 56de69b Merge "ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels." by Andrew Hsieh · 11 years ago
  87. 822b8e0 am c42111c3: am 7fc5e915: Merge "Fix <inttypes.h> declaration for pointer-related PRI/SCN macros." by Andrew Hsieh · 11 years ago
  88. c42111c am 7fc5e915: Merge "Fix <inttypes.h> declaration for pointer-related PRI/SCN macros." by Andrew Hsieh · 11 years ago
  89. f85e243 ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels. by David 'Digit' Turner · 11 years ago
  90. 530a3ca Fix <inttypes.h> declaration for pointer-related PRI/SCN macros. by David 'Digit' Turner · 11 years ago
  91. a2ad5a6 am 163e7c5e: Merge "Add a sample showing how to use OpenGL ES 3.0" into jb-mr2-dev by Jesse Hall · 11 years ago
  92. 2eceb17 am 5e427929: Merge "Add GLESv3 to future NDK release" into jb-mr2-dev by Jesse Hall · 11 years ago
  93. a451b01 Add a sample showing how to use OpenGL ES 3.0 by Jesse Hall · 11 years ago
  94. e5499c5 am ae9621de: Merge "Fix wchar.h not to redefine WCHAR_MAX/WCHAR_MIN" by Andrew Hsieh · 11 years ago
  95. f56a37e Fix wchar.h not to redefine WCHAR_MAX/WCHAR_MIN by Andrew Hsieh · 11 years ago
  96. ca71e0f am 720848df: Merge "Header comparison tool for Bionic vs NDK platforms" by Andrew Hsieh · 11 years ago
  97. a67bdae Header comparison tool for Bionic vs NDK platforms by Grigoriy Kraynov · 11 years ago
  98. a8c949e am 1db04560: Merge "Add clone in x86" by Andrew Hsieh · 11 years ago
  99. 3d4172f Workaround for libportable wait4 implementation. by WenHan Gu · 11 years ago
  100. d166ec4 Add clone in x86 by Andrew Hsieh · 11 years ago