- 27 Feb, 2015 1 commit
-
-
kjellander@google.com authored
Details: https://chromium.googlesource.com/chromium/src/+/271c6cc..2c3ffb2/DEPS Updated sync_chromium.py to be identical with WebRTC's current version. Removed the xcode61 suffixed Mac trybots as well. The following were moved into src/buildtools: * src/third_party/libc++/trunk * src/third_party/libc++abi/trunk TBR=fbarchard@google.com TESTED=All trybots passing this. Review URL: https://webrtc-codereview.appspot.com/40119004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1301 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Feb, 2015 1 commit
-
-
kjellander@google.com authored
R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/42049004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1299 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Jan, 2015 1 commit
-
-
fbarchard@google.com authored
Roll chromium deps to match webrtc. chromium builds in older deps didnt support xcode 6. This roll updates to a newer version to address the issue. BUG=370 TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/36709004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1223 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 24 Nov, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=370 TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/28089004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1179 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Oct, 2014 1 commit
-
-
fbarchard@google.com authored
Roll chromium deps to match webrtc from 455c66b4 to 4d46be39. BUG=none TESTED=try bots R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/24919004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1119 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Sep, 2014 1 commit
-
-
kjellander@google.com authored
This is very similar to the changes in https://code.google.com/p/webrtc/source/detail?r=6938 TESTED=gclient sync and runhooks on Mac and Linux + building successfully. R=fbarchard@chromium.org Review URL: https://webrtc-codereview.appspot.com/24619004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1089 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Sep, 2014 1 commit
-
-
kjellander@google.com authored
This is a temporary solution to fix the compile error in preparation for moving the bots over to recipes so that https://review.webrtc.org/24619004/ can be landed. TBR=fbarchard@google.com TESTED=passing local compile on Linux. Review URL: https://webrtc-codereview.appspot.com/28549004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1087 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Aug, 2014 1 commit
-
-
fbarchard@google.com authored
Rollback chromium_revision from 285412 to 280149 as they causes a valgrind asan failure on build bots. BUG=none TESTED=untested R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/17169004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1052 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 01 Aug, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=gclient sync & set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 & python gyp_libyuv -fninja -G msvs_version=2010 libyuv_test.gyp & ninja -C out\Debug & ninja -C out\Debug R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/15059004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1040 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Jul, 2014 1 commit
-
-
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
-
- 11 Jun, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/15699004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1010 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Apr, 2014 1 commit
-
-
fbarchard@google.com authored
Roll chromium_revision 260824:262938 + fix binutils. Since it's not possible to have platform-specific hooks executing, binutils must be downloaded for all platforms in order for the download.py hook to execute properly on non-unix platforms. BUG=323 TESTED=gclient sync R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/11869004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1000 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Apr, 2014 1 commit
-
-
fbarchard@google.com authored
chromium have replaced third_party/gold with a full copy of binutils at third_party/binutils. It gets downloaded and extracted to third_party/binutils/Linux_(x64|ia32)/Release as part of DEPs/gclient hooks process. We are now trying to remove third_party/gold. BUG=chromium:362119 R=mithro@mithis.com Review URL: https://webrtc-codereview.appspot.com/11619007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@999 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 02 Apr, 2014 2 commits
-
-
kjellander@google.com authored
The roll in r996 requires some additional changes in order to make the GYP generation script to run properly. BUG=none TESTED=trybots passing. R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/10799005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@997 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10999005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@996 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Mar, 2014 1 commit
-
-
fbarchard@google.com authored
Download and use GN similar to how WebRTC uses it for GYP/ninja generation Similar changes as done in https://webrtc-codereview.appspot.com/6939004 Add support for VS2013 compilation using the Chromium standalone toolchain. Similar changes: https://webrtc-codereview.appspot.com/9769004 Fix the valgrind wrapper script similar to https://webrtc-codereview.appspot.com/5589006 https://webrtc-codereview.appspot.com/6939004 Remove no longer needed cygwin mount hook. TEST=All trybots except iOS are passing. Those will have to be fixed in a future CL. BUG=310 TESTED=gclient sync on osx/ios R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10849004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@991 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 26 Mar, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=try bots R=wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/10629005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@989 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Dec, 2013 1 commit
-
-
fbarchard@google.com authored
libjpeg/libjpeg.gyp should be used in both local and system libjpeg, otherwise, header file won't found when build with system libjpeg. see the comments in third_party/libjpeg/libjpeg.gyp BUG=chromium:316499 R=michaelbai@chromium.org Review URL: https://webrtc-codereview.appspot.com/5709004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@912 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Nov, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=288 TEST=none R=kjellander@google.com Review URL: https://webrtc-codereview.appspot.com/4289004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@874 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Nov, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=288 TESTED=untested R=wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/4179004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@871 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Nov, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none R=ryanpetrie@google.com Review URL: https://webrtc-codereview.appspot.com/3969005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@863 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Oct, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=Sobel R=johannkoenig@google.com Review URL: https://webrtc-codereview.appspot.com/2849004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@826 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 May, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=231 TEST=build libyuv, test location of library R=mikhal@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1575004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@701 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Apr, 2013 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/1321008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@677 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=222 TESTED=GYP_DEFINES='clang=1 target_arch=ia32' ./build/gyp_chromium -f ninja --depth=. libyuv_test.gyp & ninja -j10 -C out/Debug Review URL: https://webrtc-codereview.appspot.com/1321006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@673 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Apr, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/1347004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@672 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 05 Mar, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=195 TEST=try bot Review URL: https://webrtc-codereview.appspot.com/1162004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@591 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Feb, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1090006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@564 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Jan, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=178 TEST=ninja builds still work on x32 bit. Review URL: https://webrtc-codereview.appspot.com/1066004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@547 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 16 Jan, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=148 TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1033007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@540 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Jan, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=173 TEST=ninja -C out\Release Review URL: https://webrtc-codereview.appspot.com/1027004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@526 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Nov, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/966016 git-svn-id: http://libyuv.googlecode.com/svn/trunk@483 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/968004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@482 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Oct, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=125 TESTED=local build with gtest errors disabled Review URL: https://webrtc-codereview.appspot.com/924004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@433 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=84 TEST=gclient sync and build should work warning free. Review URL: https://webrtc-codereview.appspot.com/793006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@346 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=84 TEST=libyuv builds and passes unittests Review URL: https://webrtc-codereview.appspot.com/795005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@345 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 05 Sep, 2012 1 commit
-
-
kjellander@google.com authored
This is need to be able to run the unittests with memory tools for continuous build. Review URL: https://webrtc-codereview.appspot.com/762008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@339 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Aug, 2012 1 commit
-
-
kjellander@google.com authored
- Add Clang as dependency to make building on Mac possible. - Add gold linker for Unix platforms - Replace Cygwin with WebRTC's slimmed down version for Win. Dependencies updated to the Chrome revision WebRTC uses: - GYP - gtest - libjpeg_turbo - yasm and patched-yasm TEST=Compiled and executed Debug+Release builds of libyuv_unittest on Mac, Linux and Windows. Review URL: https://webrtc-codereview.appspot.com/758006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@327 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Aug, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=62 TEST=planar_unittest Review URL: https://webrtc-codereview.appspot.com/733004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@317 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Feb, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/405001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@186 16f28f9a-4ce2-e073-06de-1de4eb20be90
-