summaryrefslogtreecommitdiffstats
path: root/ndk
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update mips crtfiles from bionic with C versions"Andrew Hsieh2013-08-066-527/+133
|\
| * Update mips crtfiles from bionic with C versionsAndrew Hsieh2013-08-056-527/+133
* | Merge "Add minimal supports to build multilib x86 toolchain with OpenMP"Andrew Hsieh2013-08-061-0/+5
|\ \ | |/ |/|
| * Add minimal supports to build multilib x86 toolchain with OpenMPAndrew Hsieh2013-08-021-0/+5
* | Add boostrap lib to build multilib x86 GCC with OpenMP supportAndrew Hsieh2013-08-0212-0/+0
|/
* Fix gles3jni build with clang at android-11Andrew Hsieh2013-07-311-0/+1
* Add TCP_INFO state enum values.Andrew Hsieh2013-07-291-0/+18
* Update x86 crtfiles from bionic with C versionsPavel Chupin2013-07-258-446/+156
* am 85f9f764: Merge "Workaround for libportable wait4 implementation."Andrew Hsieh2013-07-221-0/+5
|\
| * Merge "Workaround for libportable wait4 implementation."Andrew Hsieh2013-07-221-0/+5
| |\
| | * Workaround for libportable wait4 implementation.WenHan Gu2013-06-201-0/+5
* | | am 5d774594: Merge "ndk: Fix WCHAR_MIN / WCHAR_MAX definitions."Andrew Hsieh2013-07-225-75/+123
|\| |
| * | ndk: Fix WCHAR_MIN / WCHAR_MAX definitions.David 'Digit' Turner2013-07-205-75/+123
* | | am e96f2b6a: am 66623113: Merge "[MIPS] Add missing REAL macros."Andrew Hsieh2013-07-152-4/+8
|\ \ \
| * | | am 66623113: Merge "[MIPS] Add missing REAL macros."Andrew Hsieh2013-07-152-4/+8
| |\| |
| | * | [MIPS] Add missing REAL macros.Lai Wei-Chih2013-07-152-4/+8
* | | | am 4b571253: Merge "Load ES3 functions with eglGetProcAddress, not dlsym" int...Jesse Hall2013-07-102-114/+107
|\ \ \ \
| * | | | Load ES3 functions with eglGetProcAddress, not dlsymJesse Hall2013-07-092-114/+107
* | | | | am c7ef0a3c: am 56de69b3: Merge "ndk: <sys/cdefs.h>: make wchar_t 32-bit for ...Andrew Hsieh2013-07-083-7/+90
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 56de69b3: Merge "ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels."Andrew Hsieh2013-07-083-7/+90
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge "ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels."Andrew Hsieh2013-07-083-7/+90
| | |\ \ \
| | | * | | ndk: <sys/cdefs.h>: make wchar_t 32-bit for all API levels.David 'Digit' Turner2013-07-043-7/+90
* | | | | | am c42111c3: am 7fc5e915: Merge "Fix <inttypes.h> declaration for pointer-rel...Andrew Hsieh2013-07-081-11/+11
|\| | | | |
| * | | | | am 7fc5e915: Merge "Fix <inttypes.h> declaration for pointer-related PRI/SCN ...Andrew Hsieh2013-07-081-11/+11
| |\| | | |
| | * | | | Fix <inttypes.h> declaration for pointer-related PRI/SCN macros.David 'Digit' Turner2013-07-031-11/+11
| | |/ / /
* | | | | am 163e7c5e: Merge "Add a sample showing how to use OpenGL ES 3.0" into jb-mr...Jesse Hall2013-06-2915-0/+1849
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add a sample showing how to use OpenGL ES 3.0Jesse Hall2013-06-2415-0/+1849
* | | | | am 5e427929: Merge "Add GLESv3 to future NDK release" into jb-mr2-devJesse Hall2013-06-299-0/+1907
|\| | | | | |/ / / |/| | |
| * | | Add GLESv3 to future NDK releaseJesse Hall2013-06-189-0/+1907
* | | | am ae9621de: Merge "Fix wchar.h not to redefine WCHAR_MAX/WCHAR_MIN"Andrew Hsieh2013-06-213-0/+9
|\ \ \ \ | | |/ / | |/| |
| * | | Fix wchar.h not to redefine WCHAR_MAX/WCHAR_MINAndrew Hsieh2013-06-213-0/+9
* | | | am 720848df: Merge "Header comparison tool for Bionic vs NDK platforms"Andrew Hsieh2013-06-211-0/+248
|\| | |
| * | | Header comparison tool for Bionic vs NDK platformsGrigoriy Kraynov2013-06-211-0/+248
* | | | am 1db04560: Merge "Add clone in x86"Andrew Hsieh2013-06-202-0/+1
|\| | |
| * | | Add clone in x86Andrew Hsieh2013-06-192-0/+1
| | |/ | |/|
* | | am 91009134: Merge "stdint.h header is not fully compatible with C99(ISO9899:...Andrew Hsieh2013-06-191-4/+31
|\| |
| * | Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)"Andrew Hsieh2013-06-191-4/+31
| |\ \
| | * | stdint.h header is not fully compatible with C99(ISO9899:1999)Sergey Melnikov2013-01-171-4/+31
* | | | am 38c1a99c: Merge "Fix malloc_usable_size() declaration."Andrew Hsieh2013-06-051-1/+1
|\| | |
| * | | Merge "Fix malloc_usable_size() declaration."Andrew Hsieh2013-06-061-1/+1
| |\ \ \
| | * | | Fix malloc_usable_size() declaration.David 'Digit' Turner2013-05-231-1/+1
* | | | | am f2d1fca8: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent...Andrew Hsieh2013-05-281-5/+5
|\| | | |
| * | | | Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_eventAndrew Hsieh2013-05-271-5/+5
* | | | | am 19202f5a: Merge "Implement optimized __swap16md and __swap32md."Andrew Hsieh2013-05-164-3/+115
|\| | | |
| * | | | Implement optimized __swap16md and __swap32md.Lai Wei-Chih2013-05-154-3/+115
| |/ / /
* | | | am a7d5ca6b: Stop errors being logged erroneously on event predispatchMichael Wright2013-04-231-5/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Stop errors being logged erroneously on event predispatchMichael Wright2013-04-221-5/+0
* | | Fix x86 endian.hAndrew Hsieh2013-04-221-19/+9
* | | Merge "[MIPS] Cleaned up sig_0 error messages and added a few more checks."Andrew Hsieh2013-04-071-7/+55
|\ \ \
| * | | [MIPS] Cleaned up sig_0 error messages and added a few more checks.Pete Delaney2013-04-051-7/+55
| |/ /