1. 1715a1f Handle LOCAL_CPPFLAGS/CFLAGS/CXXFLAGS as claimed by the documentation. by David 'Digit' Turner · 15 years ago
  2. 7ec528c Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script by David 'Digit' Turner · 15 years ago
  3. 7f0688d Fix compilation of assembly files (e.g. foo.S), by removing a typo. by David 'Digit' Turner · 15 years ago
  4. 4f6f740 Remove problematic case-insensitive duplicate files. by David 'Digit' Turner · 15 years ago
  5. b968aa1 Bump release version number and speed up make-release.sh script by David 'Digit' Turner · 15 years ago
  6. 6c01aba Add support for LOCAL_C_INCLUDES in Android.mk, to better match the Android build system. by David 'Digit' Turner · 15 years ago
  7. 67d8edd Add support for LOCAL_ARM_MODE and .arm source file name suffix. by David 'Digit' Turner · 15 years ago
  8. a046aad Fix several typos in the NDK build system that caused quite a few bugs: by David 'Digit' Turner · 15 years ago
  9. 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
  10. 629daab Remove individual .gitignore files and move their content to a single top-level one by David 'Digit' Turner · 15 years ago
  11. fadee81 Fix build/host-setup.sh in various ways by David 'Digit' Turner · 15 years ago
  12. 66620a8 Merge change 2831 into donut by Android (Google) Code Review · 15 years ago
  13. 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
  14. 58bbcd6 Fix ChangeLog, since we're rebuilding 1.5_r1, no need to list previous changes. by David 'Digit' Turner · 15 years ago
  15. 82ae6d6 Add docs/HOWTO.TXT to list a few important tips for NDK users by David 'Digit' Turner · 15 years ago
  16. e19766e Merge change 2813 into donut by Android (Google) Code Review · 15 years ago
  17. a9e8d43 Add docs/STABLE-APIS.TXT which contains the list of exposed frozen APIs in the NDK. by David 'Digit' Turner · 15 years ago
  18. c6f15d3 Remove the jni-tips.html document. It contains too many swear words :-) by David 'Digit' Turner · 15 years ago
  19. d21c809 Expose <android/log.h> which contains the declaration of /system/lib/liblog.so. by David 'Digit' Turner · 15 years ago
  20. 5ad95c5 Force the use of 32-bit toolchain binaries on 64-bit systems. by David 'Digit' Turner · 15 years ago
  21. 3a39e9c Merge change 2078 into donut by Android (Google) Code Review · 15 years ago
  22. 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
  23. 979c98c Add simple change log to the NDK documentation. by David 'Digit' Turner · 15 years ago
  24. 9b3f3f2 Merge change 1954 into donut by Android (Google) Code Review · 15 years ago
  25. 1e4498a Merge change 1951 into donut by Android (Google) Code Review · 15 years ago
  26. e0b505d Merge change 1958 into donut by Android (Google) Code Review · 15 years ago
  27. 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
  28. 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
  29. 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
  30. 985338c Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot. by David 'Digit' Turner · 15 years ago
  31. c39a26b Fix bad automatic dependency computations by David 'Digit' Turner · 15 years ago
  32. cb2d6ae Merge change 1653 into donut by Android (Google) Code Review · 15 years ago
  33. 0d2d3b9 Fix bad dependency between generated shared libraries and the corresponding installed module. by David 'Digit' Turner · 15 years ago
  34. 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
  35. 60b2fc9 Update the NDK packaging script to generate zip archives for all platforms. by Xavier Ducrohet · 15 years ago
  36. ebcb726 Merge change 1361 into donut by Android (Google) Code Review · 15 years ago
  37. 3be3c99 Merge change 1360 into donut by Android (Google) Code Review · 15 years ago
  38. 37fa8d4 Merge change 1359 into donut by Android (Google) Code Review · 15 years ago
  39. b25cd5f remove documentation for unsupported variable (LOCAL_STATIC_WHOLE_LIBRARIES) by David 'Digit' Turner · 15 years ago
  40. 56266b2 Remove hard-coded path to my home directory in build/tools/make-release.sh. by David 'Digit' Turner · 15 years ago
  41. b20725d Remove references to 'cupcake' in all of NDK (replace with 'android-1.5') by David 'Digit' Turner · 15 years ago
  42. 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
  43. 3d25a3b More Clean up in the NDK Overview doc by Xavier Ducrohet · 15 years ago
  44. ba1aad8 Remove unwanted comments in the NDK Overview doc. by Xavier Ducrohet · 15 years ago
  45. ad73286 Fix source download location by Xavier Ducrohet · 15 years ago
  46. 5b6da2b Remove the ROADMAP NDK file as it shouldn't be packaged with the NDK by Xavier Ducrohet · 15 years ago
  47. 1f012b1 Fix the host setup script to work on mac by Xavier Ducrohet · 15 years ago
  48. 0085f31 Update the NDK docs to reflect the changes from 2 download (NDK+toolchain) to a single download. by Xavier Ducrohet · 15 years ago
  49. 549442c Fix host-setup.sh for cygwin: *-gcc.exe needs to be found by Raphael Moll · 15 years ago
  50. dc4ba99 Fix minor typos in the NDK docs. by Xavier Ducrohet · 15 years ago
  51. e0de1bc Fix the NDK packaging script to use git ls-files instead of git-ls-files by Xavier Ducrohet · 15 years ago
  52. 5c56907 Merge change 1187 into donut by Android (Google) Code Review · 15 years ago
  53. 66ce41f generate zip files on Windows and OS X when packaging NDK releases by David 'Digit' Turner · 15 years ago
  54. f99249b Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests. by Xavier Ducrohet · 15 years ago
  55. 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
  56. f2b70ed Add a release packaging script by David 'Digit' Turner · 15 years ago
  57. 3ff8327 fix the build. Gaaah by David 'Digit' Turner · 15 years ago
  58. 6e90766 Remove files from NDK samples that should not be there. by Xavier Ducrohet · 15 years ago
  59. b9a8479 Initial import of new NDK into donut tree by David 'Digit' Turner · 15 years ago