1. a13e890 Update documentation to indicate EGL ES 2.0 isn't supported in the emulator. by David 'Digit' Turner · 15 years ago
  2. 6b913ab Fix toolchain scripts for Darwin and Cygwin. by David 'Digit' Turner · 15 years ago
  3. cb96cdd Cleanup installed binaries before the NDK build begins. by David 'Digit' Turner · 15 years ago
  4. f5862d8 Add support for armeabi-v7a to the NDK. by David 'Digit' Turner · 15 years ago
  5. 69eeb8a Update the build-toolchain.sh script. by David 'Digit' Turner · 15 years ago
  6. e4df0ea Merge change I8d8b5816 into eclair by Android (Google) Code Review · 15 years ago
  7. 37e84c2 Update build-toolchain.sh to be able to build gcc 4.4.0 by David 'Digit' Turner · 15 years ago
  8. af40404 Add a script to download and package the toolchain sources. by David 'Digit' Turner · 15 years ago
  9. 27ad1ef Add a new sample named "hello-gl2" that shows how to call OGL ES 2.0 functions by David 'Digit' Turner · 15 years ago
  10. 9eff6cb Add OpenGL 2.0 headers and libraries to the NDK. by David 'Digit' Turner · 15 years ago
  11. 975491c Add android-5 platform to the NDK. by David 'Digit' Turner · 15 years ago
  12. b48ab64 Allow applications to target future API levels by David 'Digit' Turner · 15 years ago
  13. 31f23a0 Remove build/platforms/android-*/common directories. by David 'Digit' Turner · 15 years ago
  14. f7aa22a Remove bash-ism from build-ndk-sysroot.sh by David 'Digit' Turner · 15 years ago
  15. 898b43f Refresh NDK C library headers for all platforms by David 'Digit' Turner · 15 years ago
  16. 1db4662 Remove bash-ism from build-toolchain.sh by David 'Digit' Turner · 15 years ago
  17. 854f820 Add --prebuilt-ndk=FILE and --no-git options to build/tools/make-release.sh script. by David 'Digit' Turner · 15 years ago
  18. cc230ba Ensure the version of 'awk' detected by host-setup.sh is used during the build by David 'Digit' Turner · 15 years ago
  19. a78a775 Remove bash-specific operator from build/host-setup.sh. by David 'Digit' Turner · 15 years ago
  20. 1dbeeca Fix NDK usage of libgcc.a when building shared libraries by David 'Digit' Turner · 15 years ago
  21. 902706a Bump release version to android-1.6_r1 by David 'Digit' Turner · 15 years ago
  22. eee1675 Look for Android.mk in $(APP_PROJECT_PATH)/jni by default. by David 'Digit' Turner · 15 years ago
  23. 197a8fe Add sample "san-angeles" program to demo OpenGL ES from native code. by David 'Digit' Turner · 15 years ago
  24. d7e5aae Add OpenGL ES headers to the android-4 platform/stable APIs. by David 'Digit' Turner · 15 years ago
  25. 5c767bb Add android-4 sysroot and use project's default.properties to get the right target. by David 'Digit' Turner · 15 years ago
  26. 73aaee4 Add host check for nawk/gawk in build/host-setup.sh by David 'Digit' Turner · 15 years ago
  27. 4ddb784 Add a "unit-tests" sample application to perform unit testing. by David 'Digit' Turner · 15 years ago
  28. 747294c Fix LOCAL_CFLAGS/CPPFLAGS handling to match full Android build system. by David 'Digit' Turner · 15 years ago
  29. fdc5ea2 Rename ndk/build/platforms/android-1.5 into android-3 to match API levels by David 'Digit' Turner · 15 years ago
  30. 1715a1f Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation. by David 'Digit' Turner · 15 years ago
  31. 7ec528c Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script by David 'Digit' Turner · 15 years ago
  32. 7f0688d Fix compilation of assembly files (e.g. foo.S), by removing a typo. by David 'Digit' Turner · 15 years ago
  33. 4f6f740 Remove problematic case-insensitive duplicate files. by David 'Digit' Turner · 15 years ago
  34. b968aa1 Bump release version number and speed up make-release.sh script by David 'Digit' Turner · 15 years ago
  35. 6c01aba Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system. by David 'Digit' Turner · 15 years ago
  36. 67d8edd Add support for LOCAL_ARM_MODE and .arm source file name suffix. by David 'Digit' Turner · 15 years ago
  37. a046aad Fix several typos in the NDK build system that caused quite a few bugs: by David 'Digit' Turner · 15 years ago
  38. d6ec172 Fix build/host-setup.sh to run as a Bourne shell script and add better host detection: by David 'Digit' Turner · 15 years ago
  39. 629daab Remove individual .gitignore files and move their content to a single top-level one by David 'Digit' Turner · 15 years ago
  40. fadee81 Fix build/host-setup.sh in various ways by David 'Digit' Turner · 15 years ago
  41. 66620a8 Merge change 2831 into donut by Android (Google) Code Review · 15 years ago
  42. 3e035af Add docs/SYSTEM-ISSUES.TXT to list important system issues that NDK developers should be aware of by David 'Digit' Turner · 15 years ago
  43. 58bbcd6 Fix ChangeLog, since we're rebuilding 1.5_r1, no need to list previous changes. by David 'Digit' Turner · 15 years ago
  44. 82ae6d6 Add docs/HOWTO.TXT to list a few important tips for NDK users by David 'Digit' Turner · 15 years ago
  45. e19766e Merge change 2813 into donut by Android (Google) Code Review · 15 years ago
  46. a9e8d43 Add docs/STABLE-APIS.TXT which contains the list of exposed frozen APIs in the NDK. by David 'Digit' Turner · 15 years ago
  47. c6f15d3 Remove the jni-tips.html document. It contains too many swear words :-) by David 'Digit' Turner · 15 years ago
  48. d21c809 Expose <android/log.h> which contains the declaration of /system/lib/liblog.so. by David 'Digit' Turner · 15 years ago
  49. 5ad95c5 Force the use of 32-bit toolchain binaries on 64-bit systems. by David 'Digit' Turner · 15 years ago
  50. 3a39e9c Merge change 2078 into donut by Android (Google) Code Review · 15 years ago
  51. 93a4147 This fixes the build to always define the ANDROID macro, and remove an empty -I from the compiler options. by David 'Digit' Turner · 15 years ago
  52. 979c98c Add simple change log to the NDK documentation. by David 'Digit' Turner · 15 years ago
  53. 9b3f3f2 Merge change 1954 into donut by Android (Google) Code Review · 15 years ago
  54. 1e4498a Merge change 1951 into donut by Android (Google) Code Review · 15 years ago
  55. e0b505d Merge change 1958 into donut by Android (Google) Code Review · 15 years ago
  56. 3caffcf Force --no-undefined at link time to generate an error when trying to generate a shared library that references undefined symbols. by David 'Digit' Turner · 15 years ago
  57. d8c9a43 Add a bunch of documentation for the Android C library and the JNI interface to the NDK by David 'Digit' Turner · 15 years ago
  58. 0b96565 Fix typo which prevented APP_CFLAGS, APP_CXXFLAGS and others to work properly in the NDK build system. by David 'Digit' Turner · 15 years ago
  59. 985338c Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot. by David 'Digit' Turner · 15 years ago
  60. c39a26b Fix bad automatic dependency computations by David 'Digit' Turner · 15 years ago
  61. cb2d6ae Merge change 1653 into donut by Android (Google) Code Review · 15 years ago
  62. 0d2d3b9 Fix bad dependency between generated shared libraries and the corresponding installed module. by David 'Digit' Turner · 15 years ago
  63. 498455c Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources by David 'Digit' Turner · 15 years ago
  64. 60b2fc9 Update the NDK packaging script to generate zip archives for all platforms. by Xavier Ducrohet · 15 years ago
  65. ebcb726 Merge change 1361 into donut by Android (Google) Code Review · 15 years ago
  66. 3be3c99 Merge change 1360 into donut by Android (Google) Code Review · 15 years ago
  67. 37fa8d4 Merge change 1359 into donut by Android (Google) Code Review · 15 years ago
  68. b25cd5f remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES) by David 'Digit' Turner · 15 years ago
  69. 56266b2 Remove hard-coded path to my home directory in build/tools/make-release.sh. by David 'Digit' Turner · 15 years ago
  70. b20725d Remove references to 'cupcake' in all of NDK (replace with 'android-1.5') by David 'Digit' Turner · 15 years ago
  71. a07dede Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files. by David 'Digit' Turner · 15 years ago
  72. 3d25a3b More Clean up in the NDK Overview doc by Xavier Ducrohet · 15 years ago
  73. ba1aad8 Remove unwanted comments in the NDK Overview doc. by Xavier Ducrohet · 15 years ago
  74. ad73286 Fix source download location by Xavier Ducrohet · 15 years ago
  75. 5b6da2b Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK by Xavier Ducrohet · 15 years ago
  76. 1f012b1 Fix the host setup script to work on mac by Xavier Ducrohet · 15 years ago
  77. 0085f31 Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download. by Xavier Ducrohet · 15 years ago
  78. 549442c Fix host-setup.sh for cygwin: *-gcc.exe needs to be found by Raphael Moll · 15 years ago
  79. dc4ba99 Fix minor typos in the NDK docs. by Xavier Ducrohet · 15 years ago
  80. e0de1bc Fix the NDK packaging script to use git ls-files instead of git-ls-files by Xavier Ducrohet · 15 years ago
  81. 5c56907 Merge change 1187 into donut by Android (Google) Code Review · 15 years ago
  82. 66ce41f generate zip files on Windows and OS X when packaging NDK releases by David 'Digit' Turner · 15 years ago
  83. f99249b Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests. by Xavier Ducrohet · 15 years ago
  84. fdeb1d2 Make the release script work on OS X, and think about ensure the generated tarballs are readable by anyone by David 'Digit' Turner · 15 years ago
  85. f2b70ed Add a release packaging script by David 'Digit' Turner · 15 years ago
  86. 3ff8327 fix the build. Gaaah by David 'Digit' Turner · 15 years ago
  87. 6e90766 Remove files from NDK samples that should not be there. by Xavier Ducrohet · 15 years ago
  88. b9a8479 Initial import of new NDK into donut tree by David 'Digit' Turner · 15 years ago