1. 25 Aug, 2014 1 commit
  2. 22 Aug, 2014 1 commit
  3. 21 Aug, 2014 7 commits
  4. 20 Aug, 2014 2 commits
  5. 19 Aug, 2014 1 commit
  6. 18 Aug, 2014 3 commits
  7. 15 Aug, 2014 1 commit
  8. 14 Aug, 2014 1 commit
  9. 13 Aug, 2014 3 commits
  10. 07 Aug, 2014 1 commit
  11. 01 Aug, 2014 1 commit
  12. 29 Jul, 2014 1 commit
  13. 28 Jul, 2014 1 commit
  14. 18 Jul, 2014 2 commits
  15. 14 Jul, 2014 1 commit
  16. 09 Jul, 2014 1 commit
  17. 08 Jul, 2014 2 commits
  18. 07 Jul, 2014 1 commit
  19. 03 Jul, 2014 2 commits
    • kjellander@google.com's avatar
      Disable assembly optimizations in MemorySanitizer builds. · 10342771
      kjellander@google.com authored
      BUG=chromium:344505, chromium:373739
      R=kjellander@google.com, mflodman@chromium.org
      
      Review URL: https://webrtc-codereview.appspot.com/14849004
      
      Patch from Sergey Matveev <earthdok@chromium.org>.
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@1028 16f28f9a-4ce2-e073-06de-1de4eb20be90
      10342771
    • kjellander@google.com's avatar
      Roll chromium_revision 274825:280149 to fix GN · f34649b2
      kjellander@google.com authored
      Due to http://crbug.com/389883 GN currently doesn't execute
      unless the top folder is named 'src'.
      
      To work around this, perform the following changes to a
      checkout that currently has "trunk" as the root folder:
      1. Rename trunk -> src
      2. Remove .gclient_entries file (will be re-created)
      3. Edit .gclient and:
        * set the name of the solution to "src"
        * add/change the custom_vars dict for the solution to
          have a key like this:
          "custom_vars" : {
            "root_dir" : "src",
          },
      4. Run gclient sync
      
      The buildbots already have this done and gets a "src"
      dir for their checkouts.
      
      I also workaround some recent changes for sanitizer tools
      and add a copy of Chromium's tsan_suppressions.cc to prepare
      for TSan v2 (since v1 that libyuv is currently using is
      deprecated and should be removed).
      
      BUG=libyuv:338
      TEST=Currently working trybot passing + local compile on Linux in
      Debug,Release and with ASan+TSan v2 using:
      GYP_DEFINES="asan=1 release_extra_cflags=-g use_allocator=none" ./gyp_libyuv && ninja -C out/Release
      GYP_DEFINES="tsan=1 release_extra_cflags=-g use_allocator=none" ./gyp_libyuv && ninja -C out/Release
      R=fbarchard@google.com
      
      Review URL: https://webrtc-codereview.appspot.com/12889004
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@1027 16f28f9a-4ce2-e073-06de-1de4eb20be90
      f34649b2
  20. 01 Jul, 2014 1 commit
  21. 26 Jun, 2014 4 commits
  22. 25 Jun, 2014 1 commit
  23. 24 Jun, 2014 1 commit