1. 04 Oct, 2016 1 commit
  2. 03 Oct, 2016 1 commit
  3. 30 Sep, 2016 1 commit
  4. 29 Sep, 2016 1 commit
  5. 28 Sep, 2016 1 commit
  6. 27 Sep, 2016 3 commits
  7. 26 Sep, 2016 1 commit
  8. 23 Sep, 2016 2 commits
    • Frank Barchard's avatar
      setup_links.py: Use junctions instead of symlinks on Windows. · feaff94b
      Frank Barchard authored
      Instead of creating symlinks on Windows, the script is now:
      * creating a junction for directories
      * copying individual files.
      
      This makes 'gclient sync' and 'gclient runhooks' no longer
      require administrator's privileges.
      If the script is run with administrator's privileges, a
      warning will be printed, informing the user that it's not recommended.
      
      Also clean up a few old documentation references to the
      Chromium SVN->Git transition.
      
      BUG=libyuv:584,webrtc:4911
      TESTED=Running the script with+without administrator's privileges.
      I also tested the case of this change being rolled back, in which
      case I verified that the copied files are still being deleted using
      the same cleanup code path as the previous symlinks.
      NOTRY=True
      R=braveyao@chromium.org
      
      Review URL: https://codereview.chromium.org/2359383002 .
      feaff94b
    • Frank Barchard's avatar
      fix warning on visual C for mips cpu detect · 34a29bf7
      Frank Barchard authored
      follow up warning fixs
      cpu_id.cc(167): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
      lint warning: cpu_id.cc:171:  Missing space before ( in if(  [whitespace/parens] [5]
      
      TBR=manojkumar.bhosale@imgtec.com
      BUG=libyuv:634
      TEST=try bots for windows.
      
      Review URL: https://codereview.chromium.org/2365813002 .
      34a29bf7
  9. 22 Sep, 2016 1 commit
  10. 16 Sep, 2016 3 commits
  11. 15 Sep, 2016 1 commit
  12. 14 Sep, 2016 1 commit
  13. 13 Sep, 2016 1 commit
  14. 31 Aug, 2016 1 commit
  15. 30 Aug, 2016 1 commit
  16. 25 Aug, 2016 1 commit
  17. 24 Aug, 2016 3 commits
  18. 23 Aug, 2016 1 commit
  19. 22 Aug, 2016 2 commits
  20. 08 Aug, 2016 1 commit
  21. 04 Aug, 2016 1 commit
  22. 02 Aug, 2016 2 commits
  23. 26 Jul, 2016 2 commits
  24. 20 Jul, 2016 1 commit
  25. 19 Jul, 2016 2 commits
  26. 18 Jul, 2016 2 commits
  27. 15 Jul, 2016 1 commit
  28. 14 Jul, 2016 1 commit
    • Frank Barchard's avatar
      Remove DISABLE_X86 from build.gn · e74086bf
      Frank Barchard authored
      Fix for duplicate define
      ../../third_party/libyuv/include/libyuv/scale_row.h:29:9: error: 'LIBYUV_DISABLE_X86' macro redefined [-Werror,-Wmacro-redefined]
              ^
      
      GYP version relys on headers disabling the optimization.
      This CL does the same for BUILD.gn
      TBR=kjellander@chromium.org
      BUG=libyuv:625
      
      Review URL: https://codereview.chromium.org/2149823003 .
      e74086bf