1. 18 May, 2016 1 commit
  2. 17 May, 2016 1 commit
  3. 09 Mar, 2016 1 commit
  4. 26 Jan, 2016 2 commits
  5. 03 Nov, 2015 1 commit
  6. 30 Oct, 2015 1 commit
    • Dan Willemsen's avatar
      Remove __DATE__/__TIME__ · 2d435aa4
      Dan Willemsen authored
      Building __DATE__/__TIME__ into the binaries means that every build will
      create different binaries, even if all the sources are identical. This
      also means that any libraries including this one will need to be patched
      during every OTA.
      
      Nothing appears to use the build_date/build_time fields, so just replace
      them with empty strings.
      
      Bug: 24204119
      Change-Id: I9543eb388a1e8ab9284df9035a62fc8942cdc082
      (cherry picked from commit 6e833073)
      2d435aa4
  7. 27 Oct, 2015 2 commits
  8. 23 Oct, 2015 1 commit
    • Dan Willemsen's avatar
      Remove __DATE__/__TIME__ · 6e833073
      Dan Willemsen authored
      Building __DATE__/__TIME__ into the binaries means that every build will
      create different binaries, even if all the sources are identical. This
      also means that any libraries including this one will need to be patched
      during every OTA.
      
      Nothing appears to use the build_date/build_time fields, so just replace
      them with empty strings.
      
      Bug: 24204119
      Change-Id: I9543eb388a1e8ab9284df9035a62fc8942cdc082
      6e833073
  9. 21 Sep, 2015 1 commit
  10. 15 Sep, 2015 2 commits
  11. 08 Sep, 2015 1 commit
  12. 27 Aug, 2015 1 commit
  13. 13 Aug, 2015 1 commit
  14. 12 Aug, 2015 3 commits
  15. 07 Aug, 2015 1 commit
  16. 11 Mar, 2015 1 commit
  17. 05 Mar, 2015 1 commit
  18. 03 Mar, 2015 1 commit
  19. 20 Feb, 2015 1 commit
  20. 19 Feb, 2015 1 commit
  21. 18 Feb, 2015 2 commits
  22. 12 Feb, 2015 1 commit
    • Chih-Hung Hsieh's avatar
      Do not include genericStds_linux.cpp. · 09f1d044
      Chih-Hung Hsieh authored
      The __aeabi_memcpy functions are already defined in Android libc.
      Redefining them to call memcpy will become recursive when clang/llvm
      converts the memcpy call to __aeabi_memcpy.
      With this change, we can enable clang/llvm by removing LOCAL_CLANG from Android.mk.
      
      BUG: 12216385
      Change-Id: I8b8b4ba7f3ff1e66f8110fc3b6356865a582c1d8
      09f1d044
  23. 11 Feb, 2015 2 commits
  24. 10 Feb, 2015 1 commit
  25. 01 Dec, 2014 5 commits
  26. 28 Nov, 2014 1 commit
    • Dan Albert's avatar
      Move back to C++98. · d52f3747
      Dan Albert authored
      This code depends on narrowing hex literals to a signed long, which
      trips -Wc++11-narrowing (the fix would be to explicitly cast each
      value to signed).
      
      Change-Id: I581a02ef0eeee5a2d95ce0ff2ec6f7ff26f3a074
      d52f3747
  27. 24 Nov, 2014 1 commit
  28. 07 Nov, 2014 2 commits