1. 28 Jan, 2014 1 commit
  2. 24 Jan, 2014 2 commits
  3. 23 Jan, 2014 1 commit
  4. 16 Jan, 2014 1 commit
  5. 15 Jan, 2014 6 commits
  6. 14 Jan, 2014 2 commits
  7. 13 Jan, 2014 3 commits
  8. 10 Jan, 2014 1 commit
    • Andrew Hsieh's avatar
      symlink non-default ld.mcld to default ld.mcld too · b505d797
      Andrew Hsieh authored
      Previously only ld.mcld in gcc directories gets symlink to
      the one llvm-$DEFAULT_LLVM_VERSION, the only place ld.mcld
      is built.  This CL adds symlink in non-default llvm-* too.
      
      Change-Id: I404637ba8128a720d3f91edf8cdcec7367bffd35
      b505d797
  9. 06 Jan, 2014 1 commit
    • Todd Fiala's avatar
      Fix ndk-gdb.py failure on missing directory. · f47cd928
      Todd Fiala authored
      This change fixes a list comprehension call that generates an
      exception when the PYPRPR_GNUSTDCXX_BASE directory does not exist.
      
      Change-Id: Icb5c9258b9960bc09cda167137f585225ba239db
      f47cd928
  10. 03 Jan, 2014 2 commits
    • Andrew Hsieh's avatar
      Fix test "delete2.cpp" to check saved==p only once · 9a99d0cf
      Andrew Hsieh authored
      Since STL is built w/o -Bsymbolic a lots of other code in STL may
      use the customized new/delete in delete2.cpp.  We only save one copy of
      poitner in variable "saved", but because this testcase new and immediately
      delete in single thread, the single-copy serves well, provided that we only
      check saved==p once and set saved to NULL to prevent further comparison of
      unrelated delete from within STL
      
      Change-Id: I1e512ef317bb453eb094a20dc7650daca23baed8
      9a99d0cf
    • Andrew Hsieh's avatar
      Fix run-tests.sh to accept multiple devices in ANDROID_SERIAL · 548236c3
      Andrew Hsieh authored
      Previously run-tests.sh observes ANDROID_SERIAL, or run tests on
      ALL devices detected online (with proper abi/abi2) if ANDROID_SERIAL
      is absent.  ANDROID_SERIAL is treated by fastboot/adb to contain
      single device, though.
      
      This CL fix run-tests.sh to allow ANDROID_SERIAL to carry multiple devices
      (comma-delimited) for testing (instead of all detected)
      
      Change-Id: I18d5a26f1dce9aae0a95618554b9b3990133e9a0
      548236c3
  11. 31 Dec, 2013 5 commits
  12. 30 Dec, 2013 6 commits
  13. 27 Dec, 2013 6 commits
  14. 26 Dec, 2013 3 commits