1. cdf349c Add missing <stdlib.h> include to the native app glue. by Elliott Hughes · 9 years ago
  2. 6408fa8 Merge "Refine libportable signal.h on mips." by Andrew Hsieh · 9 years ago
  3. a06fa01 Fixup typo and disable debug message by Pen-Yung Yu · 9 years ago
  4. 166f5da Refine libportable signal.h on mips. by Pen-Yung Yu · 9 years ago
  5. e257b56 Bugfix for libportable to make compile happy. by WenHan Gu · 10 years ago
  6. bce5ab4 libportable to adapt L header functions. by WenHan Gu · 10 years ago
  7. 4ff22dc Fix the name of the native app glue lib in a header comment by Martin Storsjo · 10 years ago
  8. 36dea38 Fix gl3stub.h by Andrew Hsieh · 10 years ago
  9. cbe970b Fix build by removing libportable from the default build. by Elliott Hughes · 10 years ago
  10. fc9ac9f Fix libportable build breakage. by Elliott Hughes · 10 years ago
  11. caebfa9 Fix MIPS build. by Elliott Hughes · 10 years ago
  12. 67dc50c Merge changes Ie67acf11,Ia9c03558 by Andrew Hsieh · 10 years ago
  13. a5afedd Merge "Fixes samples Teapot/MoreTeapots armeabi-v7a-hard; native-audio debug build" by Andrew Hsieh · 10 years ago
  14. e398009 libportable: Add dependency on libdl. by David 'Digit' Turner · 10 years ago
  15. 7986b08 Fixes samples Teapot/MoreTeapots armeabi-v7a-hard; native-audio debug build by Andrew Hsieh · 10 years ago
  16. 154e19f Restore stdint.h for android-3..19 to the original headers by Andrew Hsieh · 10 years ago
  17. 4120cec Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN by Pavel Chupin · 10 years ago
  18. fb9c4e0 Track transition from SIGRTMIN to __SIGRTMIN by Brian Carlstrom · 10 years ago
  19. 70174f1 Update libportable to catch up bionic changes. by WenHan Gu · 10 years ago
  20. a8ba6f6 Remove $(info...) accidentally committed in Makefile. by WenHan Gu · 10 years ago
  21. 8595592 Implement libportable for unknown arch 64bit. by WenHan Gu · 10 years ago
  22. 72af45c Insulate libportable from bionic changes. by Elliott Hughes · 10 years ago
  23. cc69f21 - Using hard-fp by Hak Matsuda · 11 years ago
  24. dfb6545 MIPS hasn't supported SA_RESTORER since 2.5 kernels. by Elliott Hughes · 11 years ago
  25. c0567b5 Rename modules NativeActivity by Andrew Hsieh · 11 years ago
  26. 13754d5 Addressed feedbacks by Hak Matsuda · 11 years ago
  27. 4abacac Merge "Fix prototype of poll" by Andrew Hsieh · 11 years ago
  28. 07bdc2b Merge "Fix build." by Elliott Hughes · 11 years ago
  29. 0d86e63 Fix build. by Elliott Hughes · 11 years ago
  30. 61097c7e Fix prototype of poll by Andrew Hsieh · 11 years ago
  31. 5d1c91f cleaned code, added pinch gesture detector, better opengl context handling, fixed issues by Hak Matsuda · 11 years ago
  32. ebfbb36 Fix incorrect extern declaration of poll(2). by Elliott Hughes · 11 years ago
  33. 16af6af Refresh include/sys/vfs.h by Andrew Hsieh · 11 years ago
  34. 22c1fdc Fix MIPS build by Brian Carlstrom · 11 years ago
  35. f05c9f9 am 85f9f764: Merge "Workaround for libportable wait4 implementation." by Andrew Hsieh · 11 years ago
  36. 85f9f76 Merge "Workaround for libportable wait4 implementation." by Andrew Hsieh · 11 years ago
  37. e96f2b6 am 66623113: Merge "[MIPS] Add missing REAL macros." by Andrew Hsieh · 11 years ago
  38. db279be [MIPS] Add missing REAL macros. by Lai Wei-Chih · 11 years ago
  39. 3d4172f Workaround for libportable wait4 implementation. by WenHan Gu · 11 years ago
  40. a09e0b1 am 19202f5a: Merge "Implement optimized __swap16md and __swap32md." by Andrew Hsieh · 11 years ago
  41. 7e7f8b2 Implement optimized __swap16md and __swap32md. by Lai Wei-Chih · 11 years ago
  42. 4f842f0 am a7d5ca6b: Stop errors being logged erroneously on event predispatch by Michael Wright · 11 years ago
  43. a7d5ca6 Stop errors being logged erroneously on event predispatch by Michael Wright · 11 years ago
  44. 13dfb24 Merge "[MIPS] Cleaned up sig_0 error messages and added a few more checks." by Andrew Hsieh · 11 years ago
  45. b294db4 [MIPS] Cleaned up sig_0 error messages and added a few more checks. by Pete Delaney · 11 years ago
  46. 8663dd7 [MIPS] Add portable versions of wait(), wait3() and wait4() by Chris Dearman · 11 years ago
  47. 8d04b13 Merge "ndk: Fix potential event handling issue in android_native_app_glue" by Andrew Hsieh · 11 years ago
  48. 521bcfb [libportable] Add fenv support. by Lai Wei-Chih · 11 years ago
  49. 2f6ae26 Fix build >= JB by Andrew Hsieh · 11 years ago
  50. fa33fb1 Merge "Clean up unnecessary wrap functions." by Andrew Hsieh · 11 years ago
  51. 0d92cf5 ndk: Fix potential event handling issue in android_native_app_glue by David 'Digit' Turner · 11 years ago
  52. 3917ab0 Clean up unnecessary wrap functions. by Lai Wei-Chih · 11 years ago
  53. 78175cb Don't use errno directly by Andrew Hsieh · 11 years ago
  54. 6433ec2 Use linker -Wl,--wrap=symbol by Andrew Hsieh · 11 years ago
  55. 8052dc3 Make libportable.a compile on host by Andrew Hsieh · 11 years ago
  56. 55128d1 [ARM] Add unwind portable header adaptor. by WenHan Gu · 11 years ago
  57. 27bd326 Merge "[MIPS] Allow errno safe logging" by Andrew Hsieh · 11 years ago
  58. 7ddc46b [MIPS] Allow errno safe logging by Pete Delaney · 11 years ago
  59. 858086e [MIPS] Fixed mmap_portable() by Pete Delaney · 11 years ago
  60. 183963d [MIPS] Portable versions of setjmp, sigsetjmp, ... by Pete Delaney · 11 years ago
  61. 860342e [MIPS] Added support for STDIO sflags(). by Pete Delaney · 11 years ago
  62. 9985488 [MIPS] Fixed a bug and improved fcntl_portable. by Pete Delaney · 11 years ago
  63. b7b5e9d [MIPS] Extend Signal Mapping to include RT Signals. by Pete Delaney · 11 years ago
  64. c684613 [MIPS] Added support for file descriptor related system calls. by Pete Delaney · 11 years ago
  65. dbbf004 [MIPS] Fixed LTP Tests 9 and 20 of getaddrinfo_01. by Pete Delaney · 11 years ago
  66. a89a549 [MIPS] Added missing _NR_* system call support and cleaned up. by Pete Delaney · 11 years ago
  67. 6732a91 [MIPS] Add Real Time Signal Functions and minor bug fixes. by Pete Delaney · 11 years ago
  68. 4977f77 [MIPS] Unify around a consistent *_ntop/*_pton style. by Pete Delaney · 11 years ago
  69. 2928edf [MIPS] Tighten up code to fit within 100 characters lines. by Pete Delaney · 11 years ago
  70. 8930ac5 [MIPS] Expand TABS and remove redundant return parenthesis. by Pete Delaney · 11 years ago
  71. 2c9e934 Let users could query cpu features on device. by Lai Wei-Chih · 12 years ago
  72. bf03a1b [MIPS] Add support for waitpid. by Pete Delaney · 12 years ago
  73. 79d4220 [MIPS] Add Support pthread library functions. by Pete Delaney · 12 years ago
  74. fbedea8 [MIPS] Add Support clone. by Pete Delaney · 12 years ago
  75. 9ea8cc7 [MIPS] Updated support for statfs and fstatfs. by Pete Delaney · 12 years ago
  76. 2c4605a [MIPS] Updated support for stat. by Pete Delaney · 12 years ago
  77. e3e0db1 [MIPS] Updated support for socket and added support for socket_pair. by Pete Delaney · 12 years ago
  78. b10b6f2 [MIPS] Update Support for fcntl. by Pete Delaney · 12 years ago
  79. 9b350a5 [MIPS] Add Support for syscall. by Pete Delaney · 12 years ago
  80. 0d05107 [MIPS] Add Support timer_create. by Pete Delaney · 12 years ago
  81. 79b607b [MIPS] Add Support signal. by Pete Delaney · 12 years ago
  82. 25cabbf [MIPS] Add Support errno, Added Logging, sorted Android.mk files. by Pete Delaney · 12 years ago
  83. 4cad8d6 Support asm/sockios.h for MIPS. by Chao-Ying Fu · 12 years ago
  84. 9f49f16 Support getrlimit and setrlimit for MIPS. by Chao-Ying Fu · 12 years ago
  85. 4cd3283 Support poll for MIPS. by Chao-Ying Fu · 12 years ago
  86. 5f79ffb Support fcntl for MIPS with different cmd. by Chao-Ying Fu · 12 years ago
  87. 1d34dd0 Fix flags to *_PORTABLE in open_portable(), and support openat_portable(). by Chao-Ying Fu · 12 years ago
  88. f43f982 Support mprotect. by Chao-Ying Fu · 12 years ago
  89. bd37ac2 Merge "Make sys/ioctl_compat.h portable." by Andrew Hsieh · 12 years ago
  90. 584ef7f Make sys/ioctl_compat.h portable. by Chao-Ying Fu · 12 years ago
  91. 64c217e Add portable support for stuct statfs and two functions. by Chao-Ying Fu · 12 years ago
  92. 84061fa Merge "Support all portable requests." by Andrew Hsieh · 12 years ago
  93. 25899fc Support all MAP flags and update mmap_portable. by Chao-Ying Fu · 12 years ago
  94. 0bcbd32 Support all portable requests. by Chao-Ying Fu · 12 years ago
  95. 3e1d447 Add portable support for errno.h. by Chao-Ying Fu · 12 years ago
  96. 639c9f4 MIPS doesn't have __st_ino, so store 0 for this field in p_stat structure by Chao-ying Fu · 12 years ago
  97. bf1b1e6 Move libportable from ndk.git to development.git. by Shih-wei Liao · 12 years ago
  98. 98f56b1 ndk: disable logs in release builds of native_app_glue library. by David 'Digit' Turner · 13 years ago
  99. 95ae335 native_app_glue: fix APP_CMD_TERM_WINDOW pre-hook by David 'Digit' Turner · 13 years ago
  100. 3c7c38b NDK: Last cleanup of the platform headers by David 'Digit' Turner · 14 years ago