summaryrefslogtreecommitdiffstats
path: root/ndk
Commit message (Expand)AuthorAgeFilesLines
* Update documentation to indicate EGL ES 2.0 isn't supported in the emulator.David 'Digit' Turner2009-12-092-2/+10
* Fix toolchain scripts for Darwin and Cygwin.David 'Digit' Turner2009-12-043-6/+30
* Cleanup installed binaries before the NDK build begins.David 'Digit' Turner2009-11-234-4/+24
* Add support for armeabi-v7a to the NDK.David 'Digit' Turner2009-11-2013-38/+567
* Update the build-toolchain.sh script.David 'Digit' Turner2009-11-191-142/+227
* Merge change I8d8b5816 into eclairAndroid (Google) Code Review2009-11-163-56/+986
|\
| * Update build-toolchain.sh to be able to build gcc 4.4.0David 'Digit' Turner2009-11-163-56/+986
* | Add a script to download and package the toolchain sources.David 'Digit' Turner2009-11-161-0/+202
|/
* Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functionsDavid 'Digit' Turner2009-10-2212-0/+684
* Add OpenGL 2.0 headers and libraries to the NDK.David 'Digit' Turner2009-10-215-3/+1199
* Add android-5 platform to the NDK.David 'Digit' Turner2009-10-21735-0/+64479
* Allow applications to target future API levelsDavid 'Digit' Turner2009-10-212-3/+18
* Remove build/platforms/android-*/common directories.David 'Digit' Turner2009-10-202432-114148/+112868
* Remove bash-ism from build-ndk-sysroot.shDavid 'Digit' Turner2009-10-202-1/+3
* Refresh NDK C library headers for all platformsDavid 'Digit' Turner2009-10-2011-30/+113
* Remove bash-ism from build-toolchain.shDavid 'Digit' Turner2009-10-152-4/+7
* Add --prebuilt-ndk=FILE and --no-git options to build/tools/make-release.sh s...David 'Digit' Turner2009-10-142-32/+119
* Ensure the version of 'awk' detected by host-setup.sh is used during the buildDavid 'Digit' Turner2009-10-012-1/+3
* Remove bash-specific operator from build/host-setup.sh.David 'Digit' Turner2009-10-012-1/+3
* Fix NDK usage of libgcc.a when building shared librariesDavid 'Digit' Turner2009-09-282-3/+22
* Bump release version to android-1.6_r1David 'Digit' Turner2009-08-142-2/+2
* Look for Android.mk in $(APP_PROJECT_PATH)/jni by default.David 'Digit' Turner2009-07-2942-87/+159
* Add sample "san-angeles" program to demo OpenGL ES from native code.David 'Digit' Turner2009-07-2925-0/+2839
* Add OpenGL ES headers to the android-4 platform/stable APIs.David 'Digit' Turner2009-07-298-12/+1705
* Add android-4 sysroot and use project's default.properties to get the right t...David 'Digit' Turner2009-07-291345-73/+63590
* Add host check for nawk/gawk in build/host-setup.shDavid 'Digit' Turner2009-07-272-0/+72
* Add a "unit-tests" sample application to perform unit testing.David 'Digit' Turner2009-07-279-0/+119
* Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system.David 'Digit' Turner2009-07-275-18/+43
* Rename ndk/build/platforms/android-1.5 into android-3 to match API levelsDavid 'Digit' Turner2009-07-241343-7/+8
* Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation.David 'Digit' Turner2009-07-242-2/+10
* Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) scriptDavid 'Digit' Turner2009-07-222-1/+3
* Fix compilation of assembly files (e.g. foo.S), by removing a typo.David 'Digit' Turner2009-07-202-1/+3
* Remove problematic case-insensitive duplicate files.David 'Digit' Turner2009-06-3014-158/+57
* Bump release version number and speed up make-release.sh scriptDavid 'Digit' Turner2009-06-291-7/+3
* Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android b...David 'Digit' Turner2009-06-295-4/+23
* Add support for LOCAL_ARM_MODE and .arm source file name suffix.David 'Digit' Turner2009-06-295-18/+53
* Fix several typos in the NDK build system that caused quite a few bugs:David 'Digit' Turner2009-06-299-93/+89
* Fix build/host-setup.sh to run as a Bourne shell script and add better host d...David 'Digit' Turner2009-06-292-8/+122
* Remove individual .gitignore files and move their content to a single top-lev...David 'Digit' Turner2009-06-294-4/+5
* Fix build/host-setup.sh in various waysDavid 'Digit' Turner2009-06-293-23/+27
* Merge change 2831 into donutAndroid (Google) Code Review2009-06-011-41/+0
|\
| * Fix ChangeLog, since we're rebuilding 1.5_r1, no need to list previous changes.David 'Digit' Turner2009-06-011-41/+0
* | Add docs/SYSTEM-ISSUES.TXT to list important system issues that NDK developer...David 'Digit' Turner2009-06-012-0/+116
|/
* Add docs/HOWTO.TXT to list a few important tips for NDK usersDavid 'Digit' Turner2009-06-012-2/+99
* Merge change 2813 into donutAndroid (Google) Code Review2009-06-011-512/+0
|\
| * Remove the jni-tips.html document. It contains too many swear words :-)David 'Digit' Turner2009-06-011-512/+0
* | Add docs/STABLE-APIS.TXT which contains the list of exposed frozen APIs in th...David 'Digit' Turner2009-06-013-0/+128
|/
* Expose <android/log.h> which contains the declaration of /system/lib/liblog.so.David 'Digit' Turner2009-05-294-1/+135
* Force the use of 32-bit toolchain binaries on 64-bit systems.David 'Digit' Turner2009-05-277-30/+33
* Merge change 2078 into donutAndroid (Google) Code Review2009-05-251-0/+37
|\