- 08 Mar, 2014 - 1 commit
-
-
James Zern authored
translates to TreatWarningAsError (/WX) setting this via the CL environment variable is not possible due to the /WX- default which is used on the command line Change-Id: I0b42a9d3ca9eba6af82c25b8e434baa2fcb00156
-
- 06 Mar, 2014 - 3 commits
-
-
James Zern authored
fixes issue #711 specifying a multiword CC, e.g., CC='gcc -m32', would cause the failure under dash reported in https://bugs.gentoo.org/show_bug.cgi?id=498136 patch by floppymaster at gmail dot com Change-Id: I2ba246f765646161538622739961ec0f6c2d8c2d
-
Tom Finegan authored
clang on macosx does not support -Wunused-but-set-variable; adding the flag causes additional warnings about the flag. As a more generalized fix, use -Werror when checking compiler flag support in order to avoid using unsupported warning flags. Change-Id: I2529862e211f880d56491eac3b9fa90fff1aa5c3
-
James Zern authored
wipes out configure generated files Change-Id: I55d5865b84c6dfc19f13011e66e3483c54bf6a15
-
- 05 Mar, 2014 - 1 commit
-
-
Tom Finegan authored
Configuration logging is passed through pr, but nothing configure does actually requires pr. Use cat instead. Change-Id: I451217882a329c2bfb8942ac86ac624a7feef670
-
- 03 Mar, 2014 - 1 commit
-
-
James Zern authored
significantly speeds up file generation. the goal of this change is to convert rtcd.sh to perl as directly as possible to allow for simple comparison. future changes can make it more perl-like. --- Linux [CREATE] vpx_scale_rtcd.h real 0m0.485s -> 0m0.022s [CREATE] vp8_rtcd.h real 0m4.619s -> 0m0.060s [CREATE] vp9_rtcd.h real 0m10.102s -> 0m0.087s Windows [CREATE] vpx_scale_rtcd.h real 0m8.360s -> 0m0.080s [CREATE] vp8_rtcd.h real 1m8.083s -> 0m0.160s [CREATE] vp9_rtcd.h real 2m6.489s -> 0m0.233s Change-Id: Idfb71188206c91237d6a3c3a81dfe00d103f11ee
-
- 28 Feb, 2014 - 2 commits
-
-
James Zern authored
don't require perl to be in a fixed location Change-Id: Icc8b6113a2a3626f847fe46409334a03f1db5c85
-
James Zern authored
this will aid in output comparison with other generation systems Change-Id: Ifb66321e45ab9fdd9eaeb5e0ea8b3d0632efe7ce
-
- 27 Feb, 2014 - 1 commit
-
-
James Zern authored
+ break long line Change-Id: I12c1524451a7ce697128801a3328de318cfeabdc
-
- 24 Feb, 2014 - 1 commit
-
-
James Zern authored
broken since: 1d3ca088 obj_int_extract.bat: Pass obj_int_extract.exe path to obj_int_extract.bat. Change-Id: Ic3de9f8c2b604e3aa9b905e1bc0b578963e01a4a
-
- 21 Feb, 2014 - 1 commit
-
-
Tom Finegan authored
- Update the vcxproj generator to pass the path to the batch file. - Update the batch file the take the path to obj_int_extract.exe as arg 2. Fixes this warning: warning MSB8012: TargetPath does not match Linker's OutputFile property value. Change-Id: I5825f1d1d79f370aeb295bbd2aeb08b22c0e73ab
-
- 20 Feb, 2014 - 2 commits
-
-
Tom Finegan authored
Set TargetName for library builds instead of changing the value of OutputFile. This fixes the following warnings: warning MSB8012: TargetPath does not match Library's OutputFile property value. Change-Id: I4320b6d9ea922d3a15b9823c7c6694ee33edbf45
-
Tom Finegan authored
Fixes the following warning: warning LNK4042: object specified more than once; extras ignored Change-Id: Icee24073be774e7f7902587449fb90a42ab16b6f
-
- 12 Feb, 2014 - 1 commit
-
-
Tom Finegan authored
Turns on AVX when the final characters of .c and .cc file names preceding the .c and .cc file extension contain the substrings avx or avx2. This silences many MSVC warnings issued during compilation files that use AVX. Change-Id: I82bda394af7a688679abab2a50dd7e10b3cb0c7a
-
- 06 Feb, 2014 - 1 commit
-
-
James Zern authored
Change-Id: Ia7d827d391941b4b507e568c99cc83531273433c
-
- 05 Feb, 2014 - 3 commits
-
-
Martin Storsjo authored
This reduces the differences to ads2gas_apple.pl. Change-Id: Ie30e369e3685b35485efe2296f7cdf91dafee1e7
-
Martin Storsjo authored
Avoid substitution of substrings by using \b to make sure the substituted strings are at word boundaries. This is an adaption of the corresponding changes to ads2gas.pl from 7ebcaeb0. Change-Id: I52160e8ba0373d4779d5fc3b0c384ca5c51c7b13
-
James Zern authored
older versions of visual studio did not include the trailing \. this moves the objects to their intended location: the project subdirectory Change-Id: I244479cdebf6b3f03bed6dbfca82e7fb4542f0de
-
- 04 Feb, 2014 - 1 commit
-
-
Rui Ueyama authored
Fixes https://code.google.com/p/chromium/issues/detail?id=339889 when building Clang-based ASan on Windows Change-Id: Ib77d9593636f46827dbb77f087d407ec0f463fc7
-
- 28 Jan, 2014 - 1 commit
-
-
Johann authored
OUTPUT_FMT_C_HEADER Change-Id: Ic1a583352ead8268efc39f1b89257e9c622e1613
-
- 27 Jan, 2014 - 1 commit
-
-
Tao Bai authored
This is required by webrtc. Change-Id: I32983597eb0f6797aeb0d93b65d8911989ba98ea
-
- 18 Jan, 2014 - 1 commit
-
-
James Zern authored
Change-Id: Ifb30518555402eb473c3fde81bc860fbe17851dd
-
- 10 Jan, 2014 - 1 commit
-
-
Johann authored
Filter out files ending in _neon.c and append .neon so the Android build system knows to apply -mfpu=neon Change-Id: Ib67277e5920bfcaeda7c4aa16cd1001b11d59305
-
- 08 Jan, 2014 - 1 commit
-
-
Johann authored
Change-Id: I28e9cf9347acd7279df3b841863a248479633265
-
- 06 Jan, 2014 - 1 commit
-
- 13 Dec, 2013 - 1 commit
-
-
James Zern authored
string literals should be returned as const char* Change-Id: Iaab98711ed22f9c6eff1ca922c0576a1ff93a58f
-
- 26 Nov, 2013 - 1 commit
-
-
Martin Storsjo authored
Change-Id: Ic318be9d74a95793abc41501fe563164de53a6d7
-
- 21 Nov, 2013 - 2 commits
- 18 Nov, 2013 - 1 commit
-
-
Johann authored
VS2010 only supports avx. There is currently no avx code in libvpx so don't create a special case for it. Change-Id: Iacb10ea4762155412e04f23904b4324d01451fbd
-
- 15 Nov, 2013 - 2 commits
-
-
Johann authored
Upstream changes to account for differences in clang syntax for Chromium iOS builds. Since most of these are incompatible with XCode clang, hide them behind a flag. Change-Id: Idafcbcd4eb01b1ada6277da2d2edfd6c04b579fd
-
Johann authored
Thanks to armando.dicianno for the patch Fixes issue #603 Change-Id: I91ec030e5674b82c05115ed4dfbdb8ccbff22b66
-
- 14 Nov, 2013 - 1 commit
-
-
Yaowu Xu authored
Change-Id: Iccc15aacee1fee9995dfd974bc89913891ad67a9
-
- 12 Nov, 2013 - 1 commit
-
-
Johann authored
Match any whitespace instead of individual spaces. The macro definitions in vp9/common/arm/neon/vp9_short_idct32x32_1_add_neon.asm triggered this and treated spaces as arguments leading to lines like: $8vld1$8.$88$8 {$8q8$8}, [$$89$8], $$8stride$8 Change-Id: I2d5718aba4614e4fd7b702e15c2a1bd80e656bd2
-
- 06 Nov, 2013 - 1 commit
-
-
Yaowu Xu authored
Change-Id: Ifb40757c9c6b353482cfeef929af282ee0136c6c
-
- 29 Oct, 2013 - 1 commit
-
-
Erik Niemeyer authored
Change-Id: Idc03f3fca4bf2d0afd33631ea1d3caf8fc34ec29
-
- 12 Oct, 2013 - 1 commit
-
-
Yunqing Wang authored
"-no-prec-div" option helps codec performance, so it was added back. "-no-intel-extensions" was added to suppress link warning #10237. option '-use-asm' is deprecated and removed. Tested icc 32bit build and 64bit build. Change-Id: I736ec2619857efd425ef76338dc52f8fbc0bcc7e
-
- 02 Oct, 2013 - 1 commit
-
-
Parag Salasakar authored
Change-Id: I401536778e3c68ba2b3ae3955c689d005e1f1d59
-
- 29 Sep, 2013 - 2 commits
-
-
Martin Storsjo authored
Include the whitespace after the first argument's comma in the optional first argument group. This fixes a minor style regression in the converted output since 2a233dd3. Change-Id: I254f4aaff175e2d728d9b6f3c12ede03846adcf1
-
Jim Bankoski authored
Adopted again to shepherd through system. Change-Id: If1b742618a95a2198ae2e30eec4b53ad1f7353e5
-