Searched +full:- +full:dcmake_cxx_flags (Results 1 – 25 of 79) sorted by relevance
1234
/external/google-fruit/extras/scripts/ |
D | postsubmit-helper.sh | 1 #!/bin/bash -x 3 set -e 10 gcc-4.9) 11 export CC=gcc-4.9 12 export CXX=g++-4.9 15 gcc-5) 16 export CC=gcc-5 17 export CXX=g++-5 20 gcc-6) 21 export CC=gcc-6 [all …]
|
/external/google-fruit/ |
D | appveyor.yml | 6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 9 …MAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /D_I… 11 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 14 …L_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /… 16 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 19 …ITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_D… 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 24 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64 -A x64' 26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 29 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64' [all …]
|
/external/google-fruit/extras/benchmark/suites/ |
D | debug.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS-IS" BASIS, 25 - "g++-9" 26 - "clang++-10" 28 - "g++-9" 30 - "clang++-10" 33 - name: "fruit_single_file_compile_time" 35 - 20 39 - [] 41 - [] [all …]
|
D | fruit_full.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS-IS" BASIS, 22 - "g++-9" 23 - "clang++-10" 25 - 100 26 - 250 27 - 1000 30 - name: "fruit_single_file_compile_time" 32 - 20 33 - 80 [all …]
|
D | boost_di.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS-IS" BASIS, 22 - "g++-9" 23 - "clang++-10" 26 - name: 27 - "boost_di_compile_time" 28 - "boost_di_compile_memory" 29 - "boost_di_incremental_compile_time" 30 - "boost_di_run_time" 31 - "boost_di_startup_time" [all …]
|
D | fruit_mostly_full.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS-IS" BASIS, 22 - "g++-9" 23 - "clang++-10" 25 - 100 28 - name: "fruit_single_file_compile_time" 30 - 20 31 - 80 35 - [] 37 - [] [all …]
|
D | simple_di_mostly_full.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS-IS" BASIS, 25 - "g++-9" 26 - "clang++-10" 28 - 100 31 - name: 32 - "new_delete_run_time" 33 - "simple_di_compile_time" 34 - "simple_di_compile_memory" 35 - "simple_di_incremental_compile_time" [all …]
|
D | simple_di_full.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 10 # distributed under the License is distributed on an "AS-IS" BASIS, 25 - "g++-9" 26 - "clang++-10" 28 - 100 29 - 250 30 - 1000 33 - name: 34 - "new_delete_run_time" 35 - "simple_di_compile_time" [all …]
|
/external/deqp/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 …]
|
/external/oss-fuzz/projects/graphicsfuzz-spirv/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 22 cmake -G "Ninja" -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_C_COMPILER=$CC -DCMAKE_BUILD_TYPE=RelWithDebInfo… 27 mkdir SPIRV-Tools/build 28 pushd SPIRV-Tools/build 31 # Link failure without LDFLAGS="-lpthread" 32 …-lpthread" cmake -G "Ninja" -DSPIRV_SKIP_TESTS=ON -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_C_COMPILER=$C… 34 cp tools/spirv-as tools/spirv-dis tools/spirv-val tools/spirv-opt $OUT/ 37 mkdir SPIRV-Cross/build 38 pushd SPIRV-Cross/build [all …]
|
/external/google-fruit/extras/benchmark/tables/ |
D | fruit_internal.yml | 20 - new_delete_run_time 21 - fruit_single_file_compile_time 24 - total_max_ram_usage 30 - name: "Compile time (Clang)" 34 compiler: "clang++-10" 56 - name: "Compile time (GCC)" 60 compiler: "g++-9" 82 - name: "Incremental compile time (Clang)" 86 compiler: "clang++-10" 108 - name: "Incremental compile time (GCC)" [all …]
|
D | fruit_wiki.yml | 22 - name: "Fruit compile time (single file)" 33 - name: "Fruit compile time" 44 - name: "Fruit startup time" 55 - name: "Fruit per-request time" 66 - name: "New/delete time" 79 - name: "Compile time (100 classes)" 105 - name: "Compile time (250 classes)" 131 - name: "Compile time (1000 classes)" 157 - name: "Incremental compile time (100 classes)" 183 - name: "Incremental compile time (250 classes)" [all …]
|
/external/tensorflow/tensorflow/lite/tools/pip_package/ |
D | build_pip_package_with_cmake.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 19 PYTHON="${CI_BUILD_PYTHON:-python3}" 20 VERSION_SUFFIX=${VERSION_SUFFIX:-} 23 …ION = " "${TENSORFLOW_DIR}/tensorflow/tools/pip_package/setup.py" | cut -d= -f2 | sed "s/[ '-]//g") 27 PYTHON_INCLUDE=$(${PYTHON} -c "from sysconfig import get_paths as gp; print(gp()['include'])") 28 PYBIND11_INCLUDE=$(${PYTHON} -c "import pybind11; print (pybind11.get_include())") 31 if [ ! -z "${CI_BUILD_HOME}" ] && [ `pwd` = "/workspace" ]; then 32 …# Fix for curl build problem in 32-bit, see https://stackoverflow.com/questions/35181744/size-of-a… 34 …sudo sed -i 's/define CURL_SIZEOF_LONG 8/define CURL_SIZEOF_LONG 4/g' /usr/include/curl/curlbuild.h [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_cmake_arm.md | 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 29 ldd --version 32 <pre class="tfo-notebook-code-cell-output"> 33 ldd (Debian GLIBC 2.28-10) 2.28 42 If your target is ARM 32-bit, there are two ABI available depending on VFP 55 <pre class="tfo-notebook-code-cell-output"> 71 [Ubuntu Server 20.04.01 LTS 64-bit](https://ubuntu.com/download/raspberry-pi) 76 These commands install gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu toolchain 80 …-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g… 81 mkdir -p ${HOME}/toolchains [all …]
|
/external/oss-fuzz/projects/libheif/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 mkdir -p $DEPS_PATH 23 cmake -G "Unix Makefiles" \ 24 -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX \ 25 -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ 26 -DCMAKE_INSTALL_PREFIX="$DEPS_PATH" \ 27 -DENABLE_SHARED:bool=off \ 30 make -j$(nproc) x265-static 36 --prefix="$DEPS_PATH" \ [all …]
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 19 # https://github.com/google/oss-fuzz/issues/2336 24 $CC $SRC/xxd.c -o /usr/bin/xxd 27 rm -rf $SRC/cryptofuzz/modules/reference/xxHash/ 28 cp -R $SRC/xxHash/ $SRC/cryptofuzz/modules/reference/ 36 cp -R boost/ /usr/include/ 50 # This enables runtime checks for C++-specific undefined behaviour. 51 export CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG" 53 # Prevent Boost compilation error with -std=c++17 [all …]
|
/external/cpuinfo/ |
D | appveyor.yml | 5 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 9 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 11 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 14 - cmd: |- 17 cmake -DCMAKE_CXX_FLAGS=/D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING -G "%CMAKE_GENERATOR%" .. 25 - Debug\init-test.exe 26 - Debug\cpu-info.exe 27 - Debug\cache-info.exe 28 - Debug\isa-info.exe
|
/external/oss-fuzz/infra/base-images/base-clang/ |
D | checkout_build_install_llvm.sh | 1 #!/bin/bash -eux 8 # http://www.apache.org/licenses/LICENSE-2.0 23 # zlib1g-dev is needed for llvm-profdata to handle coverage data from rust compiler 24 LLVM_DEP_PACKAGES="build-essential make cmake ninja-build git python3 g++-multilib binutils-dev zli… 25 apt-get install -y $LLVM_DEP_PACKAGES --no-install-recommends 37 rm -rf $LOCAL_PATH 40 if [ $CHECKOUT_RETURN_CODE -eq 0 ]; then 45 # Re-enable exit on error. If checkout failed, script will exit. 46 set -e 52 cmake -G "Ninja" \ [all …]
|
/external/mesa3d/.gitlab-ci/ |
D | build-libclc.sh | 3 set -ex 5 export LLVM_CONFIG="llvm-config-10" 7 $LLVM_CONFIG --version 9 git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator -b llvm_release_100 --depth 1 /SPIR… 10 pushd /SPIRV-LLVM-Translator 11 …make -G Ninja -DLLVM_BUILD_TOOLS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_F… 17 git config --global user.email "mesa@example.com" 18 git config --global user.name "Mesa CI" 20 https://github.com/llvm/llvm-project \ 21 --depth 1 \ [all …]
|
/external/oss-fuzz/projects/serenity/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 19 mkdir -p build 21 cmake -GNinja \ 22 -DBUILD_LAGOM=ON \ 23 -DENABLE_OSS_FUZZ=ON \ 24 -DCMAKE_C_COMPILER=$CC \ 25 -DCMAKE_CXX_COMPILER=$CXX \ 26 -DCMAKE_CXX_FLAGS="$CXXFLAGS -DOSS_FUZZ=ON" \ 27 -DLINKER_FLAGS="$LIB_FUZZING_ENGINE" \
|
/external/oss-fuzz/projects/iroha/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 23 …-DCMAKE_TOOLCHAIN_FILE=/opt/dependencies/scripts/buildsystems/vcpkg.cmake -DCMAKE_C_COMPILER=$CC -…
|
/external/oss-fuzz/projects/jsonnet/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 cmake -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" \ 21 -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" .. 22 make -j$(nproc) 28 $CXX $CXXFLAGS -I${INSTALL_DIR}/include $LIB_FUZZING_ENGINE \ 29 $fuzzer.cc -o $OUT/$fuzzer \
|
/external/llvm-project/libcxx/benchmarks/ |
D | CMakeLists.txt | 9 -Wno-unused-command-line-argument 10 -nostdinc++ 11 -isystem ${LIBCXX_SOURCE_DIR}/include 12 -L${LIBCXX_LIBRARY_DIR} 13 -Wl,-rpath,${LIBCXX_LIBRARY_DIR} 18 -L${LIBCXX_CXX_ABI_LIBRARY_PATH} 19 -Wl,-rpath,${LIBCXX_CXX_ABI_LIBRARY_PATH}) 21 list(APPEND BENCHMARK_LIBCXX_COMPILE_FLAGS -include "${LIBCXX_BINARY_DIR}/__config_site") 24 ExternalProject_Add(google-benchmark-libcxx 26 DEPENDS cxx cxx-headers [all …]
|
/external/oss-fuzz/projects/myanmar-tools/ |
D | build.sh | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 cd $SRC/myanmar-tools/clients/cpp 18 cmake -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" \ 19 -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ 20 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .. 26 mkdir -p $OUT/lib 28 # TODO(https://github.com/google/oss-fuzz/issues/2947): Link in libunwind 31 cp /usr/lib/x86_64-linux-gnu/libunwind.so.8 $OUT/lib/ 32 $CXX $CXXFLAGS -std=c++11 -I../public -L$OUT/lib \ 33 -Wl,-rpath,'$ORIGIN/lib' -lmyanmartools \ [all …]
|
1234