1. 13 Feb, 2013 1 commit
  2. 12 Feb, 2013 1 commit
  3. 11 Feb, 2013 2 commits
  4. 10 Feb, 2013 1 commit
  5. 08 Feb, 2013 3 commits
  6. 07 Feb, 2013 1 commit
  7. 06 Feb, 2013 4 commits
  8. 05 Feb, 2013 2 commits
  9. 04 Feb, 2013 1 commit
  10. 28 Jan, 2013 4 commits
  11. 26 Jan, 2013 1 commit
  12. 24 Jan, 2013 1 commit
  13. 23 Jan, 2013 1 commit
  14. 22 Jan, 2013 3 commits
  15. 21 Jan, 2013 2 commits
  16. 18 Jan, 2013 3 commits
  17. 17 Jan, 2013 1 commit
  18. 16 Jan, 2013 3 commits
  19. 12 Jan, 2013 1 commit
  20. 11 Jan, 2013 2 commits
  21. 10 Jan, 2013 2 commits
    • fbarchard@google.com's avatar
      Update version number to 534 · a05815b9
      fbarchard@google.com authored
      BUG=none
      TEST=unittests check version
      Review URL: https://webrtc-codereview.appspot.com/1031004
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@534 16f28f9a-4ce2-e073-06de-1de4eb20be90
      a05815b9
    • kjellander@google.com's avatar
      Memory tool wrapper script for libyuv · 72f428db
      kjellander@google.com authored
      This is a renamed copy of the r3354 wrapper script existing for WebRTC located
      in trunk/tools/valgrind-webrtc/ of WebRTC (with suppressions cleaned).
      
      Using the libyuv_tests.[sh,bat] script, it is possible to run the libyuv
      unit tests under memory tools like Valgrind memcheck, Thread Sanitizer and
      Address Sanitizer.
      
      Adding this directory to libyuv makes it possible to handle suppressions
      entirely in libyuv, instead of depending on manually setting up the WebRTC
      wrapper script on the buildbots.
      Having this directory in libyuv is identical to the current buildbot setup in
      terms of execution, but will make the buildbot code cleaner.
      
      It also makes it convenient for libyuv developers to run memory tests.
      
      Examples:
      memcheck: tools/valgrind-libyuv/libyuv_tests.sh -t
      out/Debug/libyuv_unittest
      tsan: tools/valgrind-libyuv/libyuv_tests.sh --tool=tsan -t
      out/Debug/libyuv_unittest
      asan: tools/valgrind-libyuv/libyuv_tests.sh --tool=asan -t
      out/Debug/libyuv_unittest
      
      BUG=none
      TEST=Ran the command lines listed above.
      Review URL: https://webrtc-codereview.appspot.com/1023009
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@533 16f28f9a-4ce2-e073-06de-1de4eb20be90
      72f428db