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