1. 3ff89b2 Fix CRCs in file so it passes the new CRC check by Marco Nelissen · 9 years ago
  2. eafa9c3 Add tracing header by Chris Craik · 9 years ago
  3. c278eca multinetwork API: NDK header by Erik Kline · 9 years ago
  4. cdf349c Add missing <stdlib.h> include to the native app glue. by Elliott Hughes · 9 years ago
  5. c08fb7e Fix mips64 struct stat64 by Andrew Hsieh · 9 years ago
  6. acde2e0 Merge "Drop clang version check for __builtin_isinf and __builtin_isnan" by Andrew Hsieh · 9 years ago
  7. 6408fa8 Merge "Refine libportable signal.h on mips." by Andrew Hsieh · 9 years ago
  8. a06fa01 Fixup typo and disable debug message by Pen-Yung Yu · 9 years ago
  9. 166f5da Refine libportable signal.h on mips. by Pen-Yung Yu · 9 years ago
  10. 3598d53 Drop clang version check for __builtin_isinf and __builtin_isnan by Andrew Hsieh · 9 years ago
  11. 2202e94 Use define for drm property keys instead of defining as char pointers by Martin Storsjo · 9 years ago
  12. d7120d4 Header/symbol for unknown arch. by WenHan Gu · 10 years ago
  13. 6aff78a misc header changes for r10d by Andrew Hsieh · 9 years ago
  14. b6f18db Fix headers to be included alone by Andrew Hsieh · 10 years ago
  15. d3ab539 Change sysconf(3) to return long by Andrew Hsieh · 10 years ago
  16. f72859a Merge "Add posix_memalign to API16's libc.so, and to stdlib.h for API 16, 17, 18, 19" by Andrew Hsieh · 10 years ago
  17. add39df Cherry-pick: Only use <atomic> for C++11 and newer by Andrew Hsieh · 10 years ago
  18. 21922de Add posix_memalign to API16's libc.so, and to stdlib.h for API 16, 17, 18, 19 by Andrew Hsieh · 10 years ago
  19. d8338a7 Add asm/a.out.h to arm64/mips/mips64 by Andrew Hsieh · 10 years ago
  20. c810b3c Remove macros putc*/getc* from API<21 stdio.h to use by Andrew Hsieh · 10 years ago
  21. 2437e14 Change sample native-codec's minSDK to android-21 by Andrew Hsieh · 10 years ago
  22. 1b2269b Make memory_order_acquire visible in global namespace by Hans Boehm · 10 years ago
  23. da84168 Rename android-L to android-21 by Andrew Hsieh · 10 years ago
  24. 13af1d8 Add missing function prototypes in time.h by Haruki Hasegawa · 10 years ago
  25. a045a37 Refresh android-L headers (WW40) by Andrew Hsieh · 10 years ago
  26. ec2d567 Merge "Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs")))" by Andrew Hsieh · 10 years ago
  27. 154cb25 Merge "Add posix_memalign to libc.so for API 17,18,19" by Andrew Hsieh · 10 years ago
  28. c316a24 Merge "Added sys/ucontext.h and sys/user.h to all API levels." by Andrew Hsieh · 10 years ago
  29. 70319d4 Add posix_memalign to libc.so for API 17,18,19 by Andrew Hsieh · 10 years ago
  30. 3dbef8f Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs"))) by Andrew Hsieh · 10 years ago
  31. 9eac1b6 Added sys/ucontext.h and sys/user.h to all API levels. by Andrew Hsieh · 10 years ago
  32. eef4aba Merge "Add missing posix_memalign function in x86 libc.so.functions.txt. (See b.android.com/28834)" by Andrew Hsieh · 10 years ago
  33. 797351f Add missing posix_memalign function in x86 libc.so.functions.txt. by Varvara Rainchik · 10 years ago
  34. e257b56 Bugfix for libportable to make compile happy. by WenHan Gu · 10 years ago
  35. 3941c44 Merge "Add support for x86 to hello-neon sample" by Andrew Hsieh · 10 years ago
  36. a8c78c3 Merge "Refresh android-L headers/libs (WW37)" by Andrew Hsieh · 10 years ago
  37. 0fd7f83 Refresh android-L headers/libs (WW37) by Andrew Hsieh · 10 years ago
  38. 57c928a Add support for x86 to hello-neon sample by Anton Konovalov · 10 years ago
  39. bce5ab4 libportable to adapt L header functions. by WenHan Gu · 10 years ago
  40. 65df8d6 Remove __signalfd4 from 32-bit ABIs; remove basename_r and dirname_r from 64-bit ABIs by Andrew Hsieh · 10 years ago
  41. d715bff Merge "Fixed atexit()" by Andrew Hsieh · 10 years ago
  42. 01a406c Merge "Fix build with sensor.h" by Andrew Hsieh · 10 years ago
  43. c6d393c Fix build with sensor.h by Andrew Hsieh · 10 years ago
  44. 2db7f63 Fixed atexit() by Andrew Hsieh · 10 years ago
  45. 83fb2f6 ptrace(3) should be varargs by Andrew Hsieh · 10 years ago
  46. 6c2d94d Add __gnuc_va_list in stdio.h to stop gcc from generating include-fixed/stdio.h by Andrew Hsieh · 10 years ago
  47. 09532ff Add back arc4random_stir for 32-bit android-L by Andrew Hsieh · 10 years ago
  48. f6d2ae9 Add required permission to sample code by Marco Nelissen · 10 years ago
  49. 61b90c0 Merge "Refresh 64-bit headers/libs (WW36)" by Andrew Hsieh · 10 years ago
  50. 3f53b6f Refresh 64-bit headers/libs (WW36) by Andrew Hsieh · 10 years ago
  51. c7f04c3 Update android-L/include/android by Andrew Hsieh · 10 years ago
  52. 348e340 Merge "Refresh 64-bit headers/libs (WW31)" by Andrew Hsieh · 10 years ago
  53. b4ddea1 Refresh 64-bit headers/libs (WW31) by Andrew Hsieh · 10 years ago
  54. 4ff22dc Fix the name of the native app glue lib in a header comment by Martin Storsjo · 10 years ago
  55. b50f8f6 Merge "Add APP_ABI for module-exports sample" by Andrew Hsieh · 10 years ago
  56. 22359ed Add APP_ABI for module-exports sample by Arseniy Antonov · 10 years ago
  57. 30c2909 Merge "Refresh 64-bit headers/libs (WW29)" by Andrew Hsieh · 10 years ago
  58. cc101e0 Refresh 64-bit headers/libs (WW29) by Andrew Hsieh · 10 years ago
  59. 36dea38 Fix gl3stub.h by Andrew Hsieh · 10 years ago
  60. d10a35f Update mipsel and mips64el multilib lib* and lib-bootstrap by Andrew Hsieh · 10 years ago
  61. 8b4f433 Remove symlink ndk/platforms/android-L/arch-mips64/lib by Andrew Hsieh · 10 years ago
  62. 7a2be75 getSampletime -> getSampleTime by Marco Nelissen · 10 years ago
  63. cf8a4a6 Media NDK files by Marco Nelissen · 10 years ago
  64. ba5926e NDK media codec sample by Marco Nelissen · 10 years ago
  65. 22d9591 ndk: Add GLES 3.1 and AEP extensions to NDK libGLESv3.so by Jesse Hall · 10 years ago
  66. 5c939bf Update OpenSLES_Android.h for API L by Glenn Kasten · 10 years ago
  67. b0c2ff0 Update dlext.h header by Dmitriy Ivanov · 10 years ago
  68. 0a33b5d Refresh 64-bit headers/libs (WW28) by Andrew Hsieh · 10 years ago
  69. 76c079e Update mips64 lib-bootstrap by Andrew Hsieh · 10 years ago
  70. ed7eb13 Remove symlink lib-boostrap by Andrew Hsieh · 10 years ago
  71. 0faa47e Restore arm's machine/endian.h to be useful for ARMv5 by Andrew Hsieh · 10 years ago
  72. 1906050 Hard-float support in android-L/include/math.h by Andrew Hsieh · 10 years ago
  73. 4583006 Fix samples for 64-bit ABIs by Andrew Hsieh · 10 years ago
  74. e75afa6 64-bit in android-L by Andrew Hsieh · 10 years ago
  75. 1b1f019 Refresh 64-bit headers/libs (WW25) by Andrew Hsieh · 10 years ago
  76. e577c6b Merge "Fix ssize_t, WCHAR_MIN and WCHAR_MAX" by Andrew Hsieh · 10 years ago
  77. a5c12d1 Update libm_hard.a by Andrew Hsieh · 10 years ago
  78. 9983b46 Fix ssize_t, WCHAR_MIN and WCHAR_MAX by Andrew Hsieh · 10 years ago
  79. 0e85aa0 Merge "Add missing mips64 lib-bootstrap" by Andrew Hsieh · 10 years ago
  80. cbe970b Fix build by removing libportable from the default build. by Elliott Hughes · 10 years ago
  81. 2ae5238 Add missing mips64 lib-bootstrap by Andrew Hsieh · 10 years ago
  82. ecfe9d0 Merge "64-bit mips64el-* multilib sysroot" by Andrew Hsieh · 10 years ago
  83. fc9ac9f Fix libportable build breakage. by Elliott Hughes · 10 years ago
  84. 2433ffd ndk: Remove extra GLES symbols on 64-bit platforms by Jesse Hall · 10 years ago
  85. f77a689 64-bit mips64el-* multilib sysroot by Andrew Hsieh · 10 years ago
  86. 80bc931 Merge "Fix warning about undefined __LP64__" by Andrew Hsieh · 10 years ago
  87. 7f4142f Merge "Refresh 64-bit headers/libs (WW22)" by Andrew Hsieh · 10 years ago
  88. e85f942 Fix warning about undefined __LP64__ by Andrew Hsieh · 10 years ago
  89. 2e807e1 Add lib symlink to x86_64 so that 32-bit static libs are available by Pavel Chupin · 10 years ago
  90. 727ac63 Refresh 64-bit headers/libs (WW22) by Andrew Hsieh · 10 years ago
  91. 19f647e Refresh 64-bit headers/libs (WW21) by Andrew Hsieh · 10 years ago
  92. caebfa9 Fix MIPS build. by Elliott Hughes · 10 years ago
  93. 2c91491 Refresh 64-bit headers/libs (WW20) by Andrew Hsieh · 10 years ago
  94. 67dc50c Merge changes Ie67acf11,Ia9c03558 by Andrew Hsieh · 10 years ago
  95. abc6d89 Merge "Update lib-boostrape for 64-bit libraries built with GCC toolchain" by Andrew Hsieh · 10 years ago
  96. 4e1ef36 Update android-20 wchar.h up to bionic state. by Arseniy Antonov · 10 years ago
  97. a5afedd Merge "Fixes samples Teapot/MoreTeapots armeabi-v7a-hard; native-audio debug build" by Andrew Hsieh · 10 years ago
  98. e398009 libportable: Add dependency on libdl. by David 'Digit' Turner · 10 years ago
  99. 1e61663 Remove non-existanec functions/variables from libc.so by Andrew Hsieh · 10 years ago
  100. 7986b08 Fixes samples Teapot/MoreTeapots armeabi-v7a-hard; native-audio debug build by Andrew Hsieh · 10 years ago