1. 10 Aug, 2018 1 commit
  2. 09 Aug, 2018 1 commit
  3. 31 Jul, 2018 1 commit
  4. 16 Jun, 2018 1 commit
  5. 20 Mar, 2018 1 commit
  6. 22 Feb, 2018 1 commit
  7. 10 Jan, 2018 1 commit
  8. 04 Jan, 2018 1 commit
  9. 03 Jan, 2018 1 commit
  10. 02 Jan, 2018 1 commit
  11. 22 Sep, 2017 1 commit
  12. 19 Sep, 2017 1 commit
  13. 14 Sep, 2017 1 commit
  14. 12 Sep, 2017 1 commit
  15. 07 Sep, 2017 1 commit
  16. 25 Jul, 2017 2 commits
  17. 21 Jul, 2017 1 commit
  18. 19 Jul, 2017 1 commit
  19. 13 Jun, 2017 1 commit
  20. 18 Apr, 2017 2 commits
  21. 29 Mar, 2017 1 commit
  22. 06 Mar, 2017 1 commit
  23. 03 Mar, 2017 4 commits
  24. 28 Feb, 2017 1 commit
  25. 06 Feb, 2017 1 commit
  26. 04 Feb, 2017 1 commit
  27. 03 Feb, 2017 1 commit
    • Henrik Kjellander's avatar
      Use DEPS for all dependencies + add PRESUBMIT.py · f49fde79
      Henrik Kjellander authored
      This changes libyuv to use the DEPS file for pulling
      down all dependencies (thus no Chromium checkout is needed any more).
      
      Add tools_libyuv directory to contain libyuv-specific tools
      (needed to avoid name collision with the now DEPSed tools/ directory
      of Chromium, which is needed by the toolchain).
      Add tools_libyuv/autoroller/roll_deps.py script to automatically
      roll all entries in the DEPS file (copied from WebRTC).
      
      third_party/ is now DEPSed as well, including the gtest configuration
      headers that used to live inside the libyuv repo.
      
      Add PRESUBMIT.py with a few simple checks + execution of PyLint and
      Python unit tests. For PyLint a pylintrc file was also added.
      
      Valgrind in tools_libyuv/valgrind was updated to make PRESUBMIT.py pass
      and remove old tsan suppressions (not used).
      
      Removed util/android/test_runner.py since it's no longer needed.
      
      Buildbot changes in https://chromium-review.googlesource.com/436464 
      are needed for the Memcheck bot to go green.
      
      BUG=libyuv:676
      NOTRY=True
      
      Change-Id: Ib86fea2905a1656bba2933703ce5a59d29d8db6b
      Reviewed-on: https://chromium-review.googlesource.com/436264
      Commit-Queue: Henrik Kjellander <kjellander@chromium.org>
      Reviewed-by: 's avatarFrank Barchard <fbarchard@google.com>
      f49fde79
  28. 01 Feb, 2017 1 commit
  29. 31 Jan, 2017 1 commit
  30. 26 Jan, 2017 1 commit
  31. 17 Oct, 2016 1 commit
    • Henrik Kjellander's avatar
      Add landmine support · 3d047196
      Henrik Kjellander authored
      After switching bots from GYP to GN, build artifacts are left that fails
      the next builds. Since it's unfeasible to clean out all bot machines
      it's better to have an automated system for this, which is what landmines is.
      
      By adding a line to tools/get_landmines.py it is possible to clobber each bot
      that syncs past that "landmine CL".
      
      BUG=chromium:652188
      TBR=ehmaldonado@chromium.org
      
      Review URL: https://codereview.chromium.org/2427633003 .
      3d047196
  32. 14 Sep, 2016 1 commit
  33. 31 Aug, 2016 1 commit
  34. 04 Aug, 2016 1 commit
  35. 26 Jul, 2016 1 commit