Searched +full:clang +full:- +full:cl +full:- +full:10 +full:- +full:x64 (Results 1 – 25 of 38) sorted by relevance
12
| /third_party/json/.github/workflows/ |
| D | windows.yml | 7 runs-on: windows-latest 10 - uses: actions/checkout@v1 11 - name: cmake 12 … run: cmake -S . -B build -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On 13 - name: build 14 run: cmake --build build --parallel 10 15 - name: test 16 run: cd build ; ctest -j 10 -C Debug --exclude-regex "test-unicode" --output-on-failure 19 runs-on: windows-latest 22 - uses: actions/checkout@v1 [all …]
|
| /third_party/skia/site/docs/user/ |
| D | build.md | 1 --- 6 --- 14 ## `is_official_build` and Third-party Dependencies 20 with no debug symbols, dynamically linked against its third-party dependencies 23 In contrast, the developer-oriented default is an unoptimized build with full 24 debug symbols and all third-party dependencies built from source and embedded 27 Skia offers several features that make use of third-party libraries, like 28 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset 29 fonts. All these third-party dependencies are optional and can be controlled by 42 compiled with Clang. If you depend on software rasterization, image decoding, or [all …]
|
| /third_party/flutter/skia/site/user/ |
| D | build.md | 10 - [`is_official_build` and Third-party Dependencies](#third-party) 11 - [A note on software backend performance](#performance) 12 - [Quickstart](#quick) 13 - [Android](#android) 14 - [ChromeOS](#cros) 15 - [Mac](#macos) 16 - [iOS](#ios) 17 - [Windows](#windows) 18 - [Windows ARM64](#win-arm64) 19 - [CMake](#cmake) [all …]
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | roll_chromium_deps.py | 4 # Use of this source code is governed by a BSD-style license 44 'third_party/abseil-cpp', 69 'third_party/Python-Markdown', 70 'third_party/qemu-linux-x64', 71 'third_party/qemu-mac-x64', 78 'tools/clang', 79 'tools/clang/dsymutil', 80 'tools/luci-go', 99 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') 100 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([-0-9a-z]+)\'') [all …]
|
| /third_party/gn/src/base/ |
| D | logging.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 // ----------------------------- 48 // ------------ 57 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies"; 67 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies"; 69 // All "debug mode" logging is compiled away to nothing for non-debug mode 114 // Used by LOG_IS_ON to lazy-evaluate stream arguments. 117 // The ANALYZER_ASSUME_TRUE(bool arg) macro adds compiler-specific hints 118 // to Clang which control what code paths are statically analyzed, 119 // and is meant to be used in conjunction with assert & assert-like functions. [all …]
|
| /third_party/boost/libs/test/doc/closing_chapters/ |
| D | change_log.qbk | 16 * [link ref_CHANGE_LOG_3_10 Boost.Test v3.10 / boost 1.70] 35 * Adding support for Embarcadero C++ clang-based compilers, thanks to [@https://github.com/eldiener… 39 # [github_issue 264] GCC suggest-override warnings 43 # [pull_request 266] Changes for Embarcadero C++ clang-based compilers 56 …BOOST_TEST(v1 == v2, boost::test_tools::tolerance( 1e-3 ) << "comparison to ground truth failed" <… 62 # [github_issue 179] `test_tools-test` failed on some archs 65 # [github_issue 235] Ugly GCC `-Wattributes` warnings that cannot be suppressed using /included/ va… 66 # [github_issue 237] Clang-cl's `-Wdelete-non-abstract-non-virtual-dtor` triggered by `test_case_ge… 67 # [github_issue 241] warning: comparing floating point with == or != is unsafe `[-Wfloat-equal]` 73 # [github_issue 263] Windows: Header-only mode with multiple translation units requires `BOOST_TEST… [all …]
|
| /third_party/flutter/skia/third_party/externals/libwebp/ |
| D | ChangeLog | 12 ec1cc40a lossless.c: remove U32 -> S8 conversion warnings 13 1106478f remove conversion U32 -> S8 warnings 23 b9be7e65 vwebp: remove the -fit option (and make it default) 27 e1c8acb5 Merge "vwebp: add a -fit option" 28 cbd23dd5 vwebp: add a -fit option 34 153bb3a0 fix some clang-7 warnings: 46 63c9a69f tag the VP8LHashPix() function for potential uint roll-over 48 bf424b46 tag the GetPixPairHash64() function for potential uint roll-over 49 7d05d6ca Have the color cache computation be u32-bit only. 51 2b98df90 update ChangeLog (tag: v1.0.2-rc1, tag: v1.0.2) [all …]
|
| /third_party/openssl/Configurations/ |
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", 39 asoutflag => "-o ", [all …]
|
| /third_party/ffmpeg/ |
| D | configure | 5 # Copyright (c) 2000-2002 Fabrice Bellard 6 # Copyright (c) 2005-2008 Diego Biurrun 7 # Copyright (c) 2005-2008 Mans Rullgard 32 if test "0$FF_CONF_EXEC" -lt 1; then 36 if test "0$FF_CONF_EXEC" -lt 2; then 40 if test "0$FF_CONF_EXEC" -lt 3; then 45 echo "This configure script requires a POSIX-compatible shell" 48 echo "Instead, install a working POSIX-compatible shell." 50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then 57 test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH [all …]
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | ChangeLog | 3 731246ba update ChangeLog (tag: v1.2.1-rc2) 10 ece18e55 dsp.h: respect --disable-sse2/sse4.1/neon 56 98bbe35b Fix multi-threading with palettes. 63 8fdaecb0 Disable cross-color when palette is used. 77 fee64287 Merge "wicdec,icc: treat unsupported op as non-fatal" 79 b27ea852 wicdec,icc: treat unsupported op as non-fatal 82 a8853394 SSE4.1 versions of BGRA to RGB/BGR color-space conversions 88 373eb170 gif2webp: don't store loop-count if there's only 1 frame 95 fedac6cc update ChangeLog (tag: v1.2.0-rc3, tag: v1.2.0) 113 2e7bed79 WebPPicture: clarify the ownership of user-owned data. [all …]
|
| /third_party/libffi/ |
| D | ChangeLog | 3 Date: Sat Nov 23 10:24:58 2019 -0500 9 Date: Sat Nov 23 09:42:04 2019 -0500 15 Date: Sat Nov 23 09:00:14 2019 -0500 21 Date: Sat Nov 23 08:48:53 2019 -0500 27 Date: Sat Nov 23 07:49:58 2019 -0500 33 Date: Sat Nov 23 07:44:26 2019 -0500 39 Date: Fri Nov 22 19:49:38 2019 -0500 45 Date: Fri Nov 22 19:27:34 2019 -0500 52 Date: Fri Nov 22 18:55:36 2019 -0500 58 Date: Fri Nov 22 18:54:30 2019 -0500 [all …]
|
| /third_party/chromium/patch/ |
| D | 3.1release.patch | 1 diff --git a/.gitattributes b/.gitattributes 3 --- a/.gitattributes 5 @@ -1,49 +1,16 @@ 6 -src/native_client/toolchain/.tars/package_archives/toolchain.tar.bz2/04a77d2e2d6e814a6a5efd66de141… 7 …rd_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ filter=lfs diff=lfs merge=l… 8 src/third_party/jdk/current/lib/src.zip filter=lfs diff=lfs merge=lfs -text 9 -src/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz filter=lfs diff=lf… 10 -src/third_party/node/linux/node-linux-x64/bin/node filter=lfs diff=lfs merge=lfs -text 11 -.cipd/pkgs/215/iC6RDM5EH3GEAzR-1shW_Mg0FeeNE5shq1okkFfuuNQC/lib/android-all-10-robolectric-5803371… 12 …ird_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang filter=lfs diff=lfs merge=lf… [all …]
|
| D | 0002_build_for_ohos.patch | 1 diff --git a/BUILD.gn b/BUILD.gn 3 --- a/BUILD.gn 5 @@ -33,7 +33,7 @@ import("//ui/gl/features.gni") 9 -if (is_android) { 14 @@ -100,7 +100,7 @@ group("gn_all") { 15 deps += [ "//third_party/abseil-cpp:absl_tests" ] 18 - if (!is_android && !is_chromecast) { 23 @@ -111,7 +111,7 @@ group("gn_all") { 27 - if (!is_ios && !is_android && !is_chromecast && !is_fuchsia) { 32 @@ -172,7 +172,7 @@ group("gn_all") { [all …]
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | regextst.cpp | 5 * Copyright (c) 2002-2016, International Business Machines Corporation and 54 //--------------------------------------------------------------------------- 58 //--------------------------------------------------------------------------- 121 //--------------------------------------------------------------------------- 125 //--------------------------------------------------------------------------- 138 bufPtr+= strlen(bufPtr)-1; in utextToPrintable() 168 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1); in extractToAssertBuf() 178 ASSERT_BUF[sizeof(ASSERT_BUF)-1] = 0; in extractToAssertBuf() 227 if (UnicodeString(expected, -1, US_INV) != (actual)) { \ 251 * @param expected expected text in UTF-8 (not platform) codepage [all …]
|
| /third_party/json/doc/mkdocs/docs/home/ |
| D | releases.md | 7 - [include.zip](https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip) (274 KB) 8 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip.asc) (1 … 9 - [json.hpp](https://github.com/nlohmann/json/releases/download/v3.7.3/json.hpp) (791 KB) 10 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.3/json.hpp.asc) (1 KB) 12 Release date: 2019-11-17 13 SHA-256: 3b5d2b8f8282b80557091514d8ab97e27f9574336c804ee666fda673a9b59926 (json.hpp), 87b5884741427… 17 ….2 which could yield quadratic complexity in destructor calls. All changes are backward-compatible. 21 - Removed `reserve()` calls from the destructor which could lead to quadratic complexity. #1837 #18… 27 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json… 28 - Functions [`friend std::istream& operator<<(basic_json&, std::istream&)`](http://nlohmann.github.… [all …]
|
| /third_party/python/ |
| D | configure.ac | 15 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then 16 # If we're building out-of-tree, we need to make sure the following 18 # Objects/ -> typeslots.inc 19 # Include/ -> Python-ast.h, graminit.h 20 # Python/ -> importlib.h 22 # regenerated when building out-of-tree, regardless of whether or not 23 # the $srcdir counterpart is up-to-date. This is an acceptable trade 25 BASECPPFLAGS="-IObjects -IInclude -IPython" 34 if test -e $srcdir/.git 36 AC_CHECK_PROG(HAS_GIT, git, found, not-found) [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( 29 set -o posix ;; #( 45 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
| /third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
| D | ChangeLog.210 | 1 2021-07-18 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-11-0'. 15 builds/wince/vc2005-ce/index.html, 16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1: 26 * builds/toplevel.mk (dist): Ignore more git-related files. 28 2021-07-17 David Turner <david@freetype.org> 32 The code assumed that if `__SSE2__` is defined, then 64-bit integer 37 64-bit integer types are not available. 41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> 45 * tests/issue-1063/main.c (main): I am building with a build [all …]
|
| /third_party/boost/libs/math/reporting/performance/doc/ |
| D | performance_tables.qbk | 6 …Boost[br]promote_double<false>][Boost[br]promote_double<false>[br]digits10<10>][Boost[br]float[br]… 17 …00[br](9ns)]][[role green 1.00[br](9ns)]][[role green 1.00[br](9ns)]][[role green 1.11[br](10ns)]]] 46 …green 1.00[br](140ns)]][[role green 1.00[br](140ns)]][[role green 1.00[br](140ns)]][[role grey -]]] 103 [[Beta (CDF)][[role red 2.56[br](300ns)]][[role green 1.00[br](117ns)]][[role grey -]][[role red 3.… 104 [[Beta (PDF)][[role red 3.36[br](255ns)]][[role green 1.00[br](76ns)]][[role grey -]][[role grey -]… 105 [[Beta (quantile)][[role red 2.44[br](1693ns)]][[role green 1.00[br](694ns)]][[role grey -]][[role … 106 [[Binomial (CDF)][[role red 2.60[br](656ns)]][[role green 1.00[br](252ns)]][[role grey -]][[role re… 107 …[role red 3.26[br](290ns)]][[role green 1.00[br](89ns)]][[role grey -]][[role grey -]][[role blue … 108 …ole red 2.90[br](2982ns)]][[role blue 1.26[br](1290ns)]][[role grey -]][[role grey -]][[role green… 109 [[Cauchy (CDF)][[role green 1.00[br](25ns)]][[role green 1.00[br](25ns)]][[role grey -]][[role blue… [all …]
|
| /third_party/json/test/thirdparty/doctest/ |
| D | doctest.h | 1 // ====================================================================== lgtm [cpp/missing-header-… 2 // == DO NOT MODIFY THIS FILE BY HAND - IT IS AUTO GENERATED BY CMAKE! == 5 // doctest.h - the lightest feature-rich C++ single-header testing framework for unit tests and TDD 7 // Copyright (c) 2016-2019 Viktor Kirilov 20 // The library is heavily influenced by Catch - https://github.com/catchorg/Catch2 21 // which uses the Boost Software License - Version 1.0 22 // see here - https://github.com/catchorg/Catch2/blob/master/LICENSE.txt 26 // - stringification - the detection of "ostream& operator<<(ostream&, const T&)" and StringMaker<> 27 // - the Approx() helper class for floating point comparison 28 // - colors in the console [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 auto info = ::testing::UnitTest::GetInstance()->current_test_info(); in testName() 34 return std::string{ info->test_suite_name() } + "_" + info->name(); in testName() 39 int x = p[-1]; in reference() 42 for(int i = 0; i < 10; i++) in reference() 44 z += (2 << i) - (i / 3); in reference() 57 Int x = p[-1]; in TEST() 61 For(Int i = 0, i < 10, i++) in TEST() 63 z += (2 << i) - (i / 3); in TEST() 103 r = x - y; in TEST() [all …]
|
| /third_party/glib/ |
| D | NEWS | 10 - #2361 g_key_file_load_from_file segfaults on "Key[*]="like lines 11 - !1997 Backport !1996 “Include glibconfig.h to get the G_OS_UNIX token” to glib-2-68 12 - !2016 GIO W32: Pin gio DLL 13 - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68 14 - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier 15 - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68 16 - !2035 Backport !2026 “Split g_test_log() messages that contain multiple lines” to glib-2-68 19 - English (United Kingdom) 26 - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas 27 - !1989 glib.supp: Generalize some suppressions [all …]
|
| /third_party/boost/libs/test/doc/html/boost_test/ |
| D | change_log.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 22 <div class="spirit-nav"> 32 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 46 … <a class="link" href="change_log.html#ref_CHANGE_LOG_3_10">Boost.Test v3.10 / boost 1.70</a> 89 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 97 …Adding support for Embarcadero C++ clang-based compilers, thanks to <a href="https://github.com/el… 107 …ef="https://github.com/boostorg/test/issues/264" target="_top">#GH-264</a> GCC suggest-override wa… 110 …<a href="https://github.com/boostorg/test/issues/269" target="_top">#GH-269</a> Deprecated bind pl… 113 …<a href="https://github.com/boostorg/test/pull/142" target="_top">#PR-142</a> Make <code class="co… 117 …://github.com/boostorg/test/pull/266" target="_top">#PR-266</a> Changes for Embarcadero C++ clang-… [all …]
|
| /third_party/skia/third_party/externals/wuffs/release/c/ |
| D | wuffs-v0.3.c | 7 // To use that single file as a "foo.c"-like implementation, instead of a 8 // "foo.h"-like header, #define WUFFS_IMPLEMENTATION before #include'ing or 11 // Wuffs' C code is generated automatically, not hand-written. These warnings' 14 // The "elif defined(__clang__)" isn't redundant. While vanilla clang defines 15 // __GNUC__, clang-cl (which mimics MSVC's cl.exe) does not. 18 #pragma GCC diagnostic ignored "-Wimplicit-fallthrough" 19 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 20 #pragma GCC diagnostic ignored "-Wunreachable-code" 21 #pragma GCC diagnostic ignored "-Wunused-function" 22 #pragma GCC diagnostic ignored "-Wunused-parameter" [all …]
|
| /third_party/zlib/ |
| D | ChangeLog | 5 - Fix deflate stored bug when pulling last block from window 6 - Permit immediate deflateParams changes before any deflate input 8 Changes in 1.2.10 (2 Jan 2017) 9 - Avoid warnings on snprintf() return value 10 - Fix bug in deflate_stored() for zero-length input 11 - Fix bug in gzwrite.c that produced corrupt gzip files 12 - Remove files to be installed before copying them in Makefile.in 13 - Add warnings when compiling with assembler code 16 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] 17 - Improve contrib/blast to return unused bytes [all …]
|
12