1. 10 Jun, 2010 1 commit
  2. 09 Jun, 2010 3 commits
  3. 08 Jun, 2010 3 commits
  4. 07 Jun, 2010 1 commit
  5. 04 Jun, 2010 1 commit
  6. 02 Jun, 2010 1 commit
  7. 01 Jun, 2010 4 commits
  8. 14 May, 2010 1 commit
    • David 'Digit' Turner's avatar
      Fix C headers for all platforms. · eae38344
      David 'Digit' Turner authored
      See docs/CHANGES.TXT for a detailed list of changes. These are mainly cosmetic
      and to reflect new declarations for android-8.
      
      Change-Id: I152dcee6ae6b1fd9368fe5d468443dd9fee459db
      eae38344
  9. 10 May, 2010 1 commit
    • David 'Digit' Turner's avatar
      Move samples from apps/<name>/project to samples/<name> · 1e2d5412
      David 'Digit' Turner authored
      Update documentation accordingly
      
      Note: removes obsolete unit tests under apps/unit-tests/
      + fix --verbose option in build/tools/rebuild-all-prebuilt.sh
      + add NX support to x86-4.2.1 toolchain config file
      + update .gitignore
      
      Change-Id: I3c8e6185ad41f103a425387d7618ab3e73182fdc
      1e2d5412
  10. 07 May, 2010 1 commit
  11. 06 May, 2010 2 commits
  12. 03 May, 2010 3 commits
  13. 01 May, 2010 1 commit
  14. 30 Apr, 2010 1 commit
  15. 29 Apr, 2010 1 commit
    • David 'Digit' Turner's avatar
      Add --start, --launch=<name> and --launch-list options to ndk-gdb. · 0b2676ba
      David 'Digit' Turner authored
      Move all awk scripts to build/awk/ and rework them a bit
      
      Add build/awk/xmlparser.awk to parse XML files into something that
      is easier to process with awk. Its output is used by several
      scripts now (extract-debuggable.awk, extract-package-name.awk and
      the new extract-launchable.awk).
      
      Also update documentation.
      
      Change-Id: I50507abbb2b438aeea25a4e0521e6bf69ad86603
      0b2676ba
  16. 28 Apr, 2010 1 commit
  17. 27 Apr, 2010 3 commits
  18. 26 Apr, 2010 2 commits
    • David 'Digit' Turner's avatar
      Rework toolchain binaries build scripts. · f051ab72
      David 'Digit' Turner authored
      Remove build-toolchain.sh and now provide rebuild-all-prebuilts.sh
      
      Change-Id: I558c95d1667d1283be9b3a075ad0565e05da0dc5
      f051ab72
    • David 'Digit' Turner's avatar
      Add ndk-gdb script to the NDK. · a08d6057
      David 'Digit' Turner authored
      This is a helper script used to launch a native debugging session.
      To use it, follow these steps:
      
      1. Make your application debuggable
      2. Build the machine code with 'ndk-build'  (make APP=<name> is not supported)
      3. Build the package with ant or the ADT Eclipse plugin
      4. Install it on your device/emulator
      5. Launch it
      6. Run 'ndk-gdb' from your application project directory.
      
      Change-Id: Ie3b0557e70cefa0080075a34ad0ca46bebef3c42
      NOTE: To work properly, a modified gdbserver binary must be used
            (one that binds to Unix sockets instead of TCP ones). Patch
            upcoming.
      a08d6057
  19. 15 Apr, 2010 1 commit
    • David 'Digit' Turner's avatar
      Simplify build system with the 'ndk-build' script. · 6724aaa2
      David 'Digit' Turner authored
      There is no need to modify $NDK/apps anymore to build an application.
      
      Now all you need to do is launch $NDK/ndk-build from the project path,
      or any of its sub-directory, and the build scripts will handle everything
      automatically.
      
      You can also place an optional Application.mk under $PROJECT/jni, but
      by default the NDK will build all modules listed in your Android.mk for
      the 'armeabi' ABI.
      
      + Update the documentation
      
      Change-Id: I235c4051d7f00f37d50e6b4bb0e796c0bdaa001d
      6724aaa2
  20. 09 Apr, 2010 2 commits
  21. 08 Apr, 2010 3 commits
  22. 07 Apr, 2010 1 commit
  23. 06 Apr, 2010 2 commits