Searched +full:- +full:dcmake_c_flags (Results 1 – 25 of 27) sorted by relevance
12
/third_party/libsnd/.github/workflows/ |
D | action.yml | 8 fail-fast: false 11 ubuntu-gcc-autotools, 12 ubuntu-clang-autotools, 13 ubuntu-gcc-ossfuzz, 14 macos-autotools, 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, 19 macos-cmake, [all …]
|
/third_party/vk-gl-cts/scripts/ |
D | run_internal_tests.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 31 exit(-1) 46 … testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'): 77 execute(["cmake", "--build", "."] + config.buildParams, workDir = config.buildPath) 95 execute([config.testBinaryName, "--deqp-runmode=xml-caselist"], workDir = testWorkDir) 100 '--port=%d' % random.randint(50000, 60000), [all …]
|
D | make_release.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 48 sys.exit(-1) 131 "-B", # no .py[co] 133 "--name=%s" % packageBuildInfo.getReleaseVersion(), 134 "--id=0x%08x" % packageBuildInfo.getReleaseId(), 135 "--out=%s" % self.dstFile [all …]
|
D | check_build_sanity.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 66 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr] 69 …return ["-DDEQP_TARGET=%s" % target, "-DCMAKE_C_COMPILER=%s" % cc, "-DCMAKE_CXX_COMPILER=%s" % cpp… 95 args = ["-DCMAKE_C_FLAGS=/WX -DCMAKE_CXX_FLAGS=/WX"] 123 execute(["git", "diff", "--exit-code"]) 129 if which("clang-" + version) != None: [all …]
|
D | launchcontrol_build.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 41 COMMON_GCC_CFLAGS = ["-Werror"] 42 COMMON_CLANG_CFLAGS = COMMON_GCC_CFLAGS + ["-Wno-error=unused-command-line-argument"] 43 X86_64_GCC_CFLAGS = COMMON_GCC_CFLAGS + ["-m64"] 44 X86_64_CLANG_CFLAGS = COMMON_CLANG_CFLAGS + ["-m64"] 48 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr] [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | travis.sh | 3 set -e 6 LOCAL_CMAKE_EXTRA_ARGS="-DCMAKE_C_FLAGS=-fsanitize=$ENABLE_SANITIZERS" 7 … LOCAL_MAKE_EXTRA_ARGS="CFLAGS=-fsanitize=$ENABLE_SANITIZERS LDFLAGS=-fsanitize=$ENABLE_SANITIZERS" 12 mkdir build-cmake 13 cd build-cmake 21 mkdir build-configure 22 cd build-configure 33 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS 34 [[ $DISABLE_TESTS ]] || make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS test 35 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS clean
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | travis.sh | 3 set -e 6 LOCAL_CMAKE_EXTRA_ARGS="-DCMAKE_C_FLAGS=-fsanitize=$ENABLE_SANITIZERS" 7 … LOCAL_MAKE_EXTRA_ARGS="CFLAGS=-fsanitize=$ENABLE_SANITIZERS LDFLAGS=-fsanitize=$ENABLE_SANITIZERS" 12 mkdir build-cmake 13 cd build-cmake 21 mkdir build-configure 22 cd build-configure 33 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS 34 [[ $DISABLE_TESTS ]] || make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS test 35 make -f scripts/makefile.$CC $LOCAL_MAKE_EXTRA_ARGS $EXTRA_ARGS clean
|
/third_party/ejdb/cmake/Modules/ |
D | AddFacil.cmake | 24 set(CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} 25 -DCMAKE_C_FLAGS=-fPIC -fvisibility=hidden) 40 list(APPEND CMAKE_ARGS "-D${extra}=${${extra}}") 50 # Remove in-source makefile to avoid clashing 51 PATCH_COMMAND rm -f ./makefile 77 RENAME "libfacilio-1.a"
|
/third_party/skia/third_party/externals/brotli/scripts/ |
D | .travis.sh | 13 "gcc-"*) 14 …${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | se… 20 brew cask install homebrew/cask-versions/adoptopenjdk8 28 …et 'https://raw.githubusercontent.com/nemequ/pgi-travis/de6212d94fd0e7d07a6ef730c23548c337c436a7/i… 29 …d93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict ||… 30 /bin/sh install-pgi.sh 42 …-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_RO… 44 …cmake ${CMAKE_FLAGS} -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DENABLE_SANITIZER="${SA… 46 ctest -V || exit 1 62 bazel build -c opt ...:all && [all …]
|
/third_party/benchmark/.github/workflows/ |
D | sanitizer.yml | 13 runs-on: ubuntu-latest 15 fail-fast: false 22 - uses: actions/checkout@v2 24 - name: configure msan env 27 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins… 30 - name: configure ubsan env 33 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=all" >… 36 - name: configure asan env 39 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all" >> … 42 - name: configure tsan env [all …]
|
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
D | NativeLibs.mk | 28 # zlib-1.2.8.tar.gz 29 # openssl-1.0.2g.tar.gz 39 # At least on Debian, building openssl requires package xutils-dev 41 # installed, but xutils-dev is not that obvious in this case... 50 -include Application.mk 56 NDK_ROOT := /opt/Android/SDK/ndk-bundle 68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64 78 APP_PLATFORM = android-21 97 ZLIB_TGZ_SOURCE := zlib-$(ZLIB_VERSION).tar.gz 100 OPENSSL_TGZ_SOURCE := openssl-$(OPENSSL_VERSION).tar.gz [all …]
|
/third_party/vk-gl-cts/external/vulkancts/ |
D | README.md | 11 ------------ 30 * You can get this from the `mesa-common-dev` Ubuntu package. 42 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 49 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 53 ------------ 56 vulkan-docs, spirv-headers, and spirv-tools. 62 You may need to re-run `fetch_sources.py` to update to the latest glslang, 63 vulkan-docs and spirv-tools revisions occasionally. 67 python -m pip install lxml 69 With CMake out-of-source builds are always recommended. Create a build directory [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/ |
D | docker.sh | 9 # https://www.apache.org/licenses/LICENSE-2.0 17 set -e # Fail on any error. 19 function show_cmds { set -x; } 32 git submodule update --init 35 using gcc-9 # Always update gcc so we get a newer standard library. 38 using cmake-3.17.2 41 BUILD_DIR=/tmp/marl-build 45 COMMON_CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=${BUILD_TYPE}" 46 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_EXAMPLES=1" 47 COMMON_CMAKE_FLAGS+=" -DMARL_BUILD_TESTS=1" [all …]
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 26 using clang-10.0.0 28 using gcc-9 36 if [[ ! -d "$dir" ]]; then 43 if [[ -d "$dir" ]]; then 44 rm -fr "$dir" 49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1 51 pushd external/googletest; git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7; popd [all …]
|
/third_party/benchmark/ |
D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [all …]
|
/third_party/skia/third_party/externals/expat/expat/ |
D | qa.sh | 9 # Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org> 33 set -e 34 set -o nounset 41 echo -e -n "${open}" >&2 42 echo -n "# $*" >&2 43 echo -e "${close}" >&2 51 echo -e -n "${open}" >&2 52 echo -n "WARNING: $*" >&2 53 echo -e "${close}" >&2 79 : ${BASE_COMPILE_FLAGS:="-pipe -Wall -Wextra -pedantic -Wno-overlength-strings -Wno-long-long"} [all …]
|
D | coverage.sh | 9 # Copyright (c) 2017-2019 Sebastian Pipping <sebastian@pipping.org> 10 # Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> 75 && cmake_args+=( -DEXPAT_CHAR_TYPE=wchar_t ) 78 && cmake_args+=( -DEXPAT_ATTR_INFO=ON ) 80 if [[ ${xml_context} -eq 0 ]]; then 81 cmake_args+=( -DEXPAT_CONTEXT_BYTES=OFF ) 83 cmake_args+=( -DEXPAT_CONTEXT_BYTES=${xml_context} ) 86 ${with_libbsd} && cmake_args+=( -DEXPAT_WITH_LIBBSD=ON ) 87 …${with_mingw} && cmake_args+=( -DCMAKE_TOOLCHAIN_FILE="${abs_source_dir}"/cmake/mingw-toolchain.cm… 90 set -x [all …]
|
D | CMakeLists.txt | 10 # Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org> 16 # Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 19 # Copyright (c) 2018 pedro-vicente <pedro.vicente@space-research.org> 33 # this file is copyrighted under the BSD-license for buildsystem files of KDE. 46 # a user with -Wdev enabled would see warning 49 # --help-policy CMP0077" for policy details. Use the cmake_policy command to 58 # - https://cmake.org/cmake/help/latest/policy/CMP0077.html 59 # - https://github.com/libexpat/libexpat/pull/419 72 set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org") 92 find_program(DOCBOOK_TO_MAN NAMES docbook2x-man db2x_docbook2man docbook2man docbook-to-man) [all …]
|
/third_party/skia/third_party/externals/brotli/ |
D | configure-cmake | 3 # Autotools-style (./configure) wrapper for CMake 4 # <https://github.com/nemequ/configure-cmake> 18 # <https://github.com/nemequ/configure-cmake/issues>. 35 if [ -e "${TOP_SRCDIR}/scripts/.configure-custom.sh" ]; then 36 . "${TOP_SRCDIR}/scripts/.configure-custom.sh" 40 echo "$1" | sed -e "s|'|'\\\\''|g; 1s/^/'/; \$s/\$/'/" 45 VAR_NAME=$(echo $1 | sed -e 's/[ \t]*$//') 55 … VAR_UC_NAME=$(echo "$1" | tr '[:lower:]' '[:upper:]' | tr -c '[:alnum:]' '_' | sed 's/_$//g') 62 "--enable-"*) 63 name="${1#--enable-}" [all …]
|
/third_party/skia/infra/bots/recipe_modules/build/ |
D | default.py | 2 # Use of this source code is governed by a BSD-style license that can be 13 '--chrome-dir', chrome_dir, 14 '--output-dir', out, 15 '--extra-gn-args', 'mac_sdk_min="10.13"', 16 '--no-sync', '--no-hooks', '--make-output-dir']) 31 '-DSWIFTSHADER_BUILD_TESTS=OFF', 32 '-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF', 33 '-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF', # Way too slow. 43 # CMakeLists.txt at a harmless non-existent path. 59 '-fsanitize=' + full, [all …]
|
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
D | Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN.json | 5 "-u", 7 "--json-output", 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 …"[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-SwiftShader_MSAN/Debug/swiftsha… 38 "-DSWIFTSHADER_BUILD_TESTS=OFF", 39 "-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF", 40 "-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF", [all …]
|
D | Build-Debian10-Clang-x86_64-Debug-SwiftShader_TSAN.json | 5 "-u", 7 "--json-output", 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 …"[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-SwiftShader_TSAN/Debug/swiftsha… 38 "-DSWIFTSHADER_BUILD_TESTS=OFF", 39 "-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF", 40 "-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF", [all …]
|
/third_party/mindspore/cmake/ |
D | utils.cmake | 58 if(${IP_POS} EQUAL -1) 135 set(${_LIB_NAME}_LIB ${_LIB_NAME}_LIB-NOTFOUND) 199 file(REMOVE_RECURSE "${_MS_LIB_CACHE}/${pkg_name}-subbuild") 239 "${CMAKE_CXX_COMPILER_VERSION}-${CMAKE_C_COMPILER_VERSION} 240 ${ARGN} - ${${pkg_name}_USE_STATIC_LIBS}- ${${pkg_name}_PATCHES_HASH} 241 ${${pkg_name}_CXXFLAGS}--${${pkg_name}_CFLAGS}--${${pkg_name}_LDFLAGS}") 242 string(REPLACE ";" "-" ${pkg_name}_CONFIG_TXT ${${pkg_name}_CONFIG_TXT}) 302 message("patching ${${pkg_name}_SOURCE_DIR} -p1 < ${_LF_PATCH_FILE}") 303 execute_process(COMMAND ${Patch_EXECUTABLE} -p1 INPUT_FILE ${_LF_PATCH_FILE} 335 __exec_cmd(COMMAND ${CMAKE_MAKE_PROGRAM} ${${pkg_name}_CXXFLAGS} -j${THNUM} [all …]
|
/third_party/expat/ |
D | CMakeLists.txt | 10 # Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org> 16 # Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 19 # Copyright (c) 2018 pedro-vicente <pedro.vicente@space-research.org> 33 # this file is copyrighted under the BSD-license for buildsystem files of KDE. 46 # a user with -Wdev enabled would see warning 49 # --help-policy CMP0077" for policy details. Use the cmake_policy command to 58 # - https://cmake.org/cmake/help/latest/policy/CMP0077.html 59 # - https://github.com/libexpat/libexpat/pull/419 72 set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org") 92 find_program(DOCBOOK_TO_MAN NAMES docbook2x-man db2x_docbook2man docbook2man docbook-to-man) [all …]
|
12