Home
last modified time | relevance | path

Searched full:build_type (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/jsoncpp/.travis_scripts/
Dcmake_builder.sh9 # - BUILD_TYPE=Release/Debug
21 if ${BUILD_TYPE+false}; then
22 echo "BUILD_TYPE not set in environment."
36 echo "USAGE: CXX=$(which clang++) BUILD_TYPE=[Release|Debug] LIB_TYPE=[static|shared] $0"
39 …echo " CXX=$(which clang++) BUILD_TYPE=Release LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
40 …echo " CXX=$(which clang++) BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
41 …echo " CXX=$(which clang++) BUILD_TYPE=Release LIB_TYPE=static DESTDIR=/tmp/cmake_json_c…
42 …echo " CXX=$(which clang++) BUILD_TYPE=Debug LIB_TYPE=static DESTDIR=/tmp/cmake_json_c…
44 …echo " CXX=$(which g++) BUILD_TYPE=Release LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
45 …echo " CXX=$(which g++) BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_c…
[all …]
Dmeson_builder.sh9 # - BUILD_TYPE=release/debug
13 if ${BUILD_TYPE+false}; then
14 echo "BUILD_TYPE not set in environment."
28 echo "USAGE: CXX=$(which clang++) BUILD_TYPE=[release|debug] LIB_TYPE=[static|shared] $0"
31 …echo " CXX=$(which clang++) BUILD_TYPE=release LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
32 …echo " CXX=$(which clang++) BUILD_TYPE=debug LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
33 …echo " CXX=$(which clang++) BUILD_TYPE=release LIB_TYPE=static DESTDIR=/tmp/meson_json_c…
34 …echo " CXX=$(which clang++) BUILD_TYPE=debug LIB_TYPE=static DESTDIR=/tmp/meson_json_c…
36 …echo " CXX=$(which g++) BUILD_TYPE=release LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
37 …echo " CXX=$(which g++) BUILD_TYPE=debug LIB_TYPE=shared DESTDIR=/tmp/meson_json_c…
[all …]
/third_party/benchmark/
D.travis.yml12 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage
14 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Debug
16 env: COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Release
26 - BUILD_TYPE=Debug
38 - BUILD_TYPE=Release
44 - COMPILER=g++-6 C_COMPILER=gcc-6 BUILD_TYPE=Debug
48 env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Debug
50 env: COMPILER=clang++ C_COMPILER=clang BUILD_TYPE=Release
60 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Debug
71 - COMPILER=clang++-3.8 C_COMPILER=clang-3.8 BUILD_TYPE=Release
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat29 cmake --build . --config %BUILD_TYPE% || goto :error
35 build\%BUILD_TYPE%\ReactorUnitTests.exe || goto :error
36 build\%BUILD_TYPE%\gles-unittests.exe || goto :error
37 build\%BUILD_TYPE%\system-unittests.exe || goto :error
38 build\%BUILD_TYPE%\vk-unittests.exe || goto :error
43 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
44 %BUILD_TYPE%\ReactorUnitTests.exe --gtest_filter=ReactorUnitTests.Print* || goto :error
50 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
51 %BUILD_TYPE%\ReactorUnitTests.exe --gtest_filter=ReactorUnitTests.EmitAsm || goto :error
57 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
[all …]
/third_party/jsoncpp/devtools/
Dbatchbuild.py15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None): argument
18 self.build_type = build_type
27 build_desc.build_type or self.build_type,
46 if self.build_type and 'Visual' not in self.generator:
47 args.append("-DCMAKE_BUILD_TYPE=%s" % self.build_type)
53 return "BuildDesc(%s, build_type=%s)" % (" ".join(self.cmake_args()), self.build_type)
83 if self.desc.build_type:
84 cmd += ['--config', self.desc.build_type]
130 for build_type in axis["build_types"]:
131 build_desc = BuildDesc(build_type=build_type)
[all …]
/third_party/googletest/
D.travis.yml31 env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
35 env: BUILD_TYPE=Debug VERBOSE=1
39 env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
42 …env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUC…
45 env: BUILD_TYPE=Debug VERBOSE=1
48 env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
51 env: BUILD_TYPE=Debug VERBOSE=1
54 env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
/third_party/jsoncpp/
D.travis.yml36 BUILD_TYPE=release
47 BUILD_TYPE=release
69 BUILD_TYPE=release
91 BUILD_TYPE=release
109 BUILD_TYPE=Debug
135 BUILD_TYPE=release
152 BUILD_TYPE=release
166 BUILD_TYPE=release
180 BUILD_TYPE=release
DCONTRIBUTING.md24 BUILD_TYPE=debug
25 #BUILD_TYPE=release
28 meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml12 name: ${{ matrix.os }}.${{ matrix.build_type }}
18 build_type: ['Release', 'Debug']
28 … -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
33 run: cmake --build . --config ${{ matrix.build_type }}
38 run: ctest -C ${{ matrix.build_type }}
/third_party/boost/libs/locale/tools/
Dcross-compile-gettext.sh16 BUILD_TYPE=i586-mingw32msvc
35 ./configure --disable-shared --host=$BUILD_TYPE --prefix=$PREFIX || exit 1
41 ./configure --disable-shared --host=$BUILD_TYPE --prefix=$PREFIX --with-libiconv-prefix=$PREFIX || …
/third_party/flutter/skia/third_party/externals/spirv-tools/
D.travis.yml18 - BUILD_TYPE=Release
19 - BUILD_TYPE=Debug
66 cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..;
/third_party/skia/experimental/skottiekit/
Dcompile.sh35 BUILD_TYPE="full"
55 BUILD_TYPE="minimal"
70 echo "Building a *${BUILD_TYPE}* Debug build"
76 echo "Building a *${BUILD_TYPE}* build for profiling"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
Dcmake_install.cmake11 if(BUILD_TYPE)
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/macos/
Dcontinuous.sh24 if [[ "${BUILD_TYPE}" == "Debug" ]]; then
30 "-DCMAKE_BUILD_TYPE=${BUILD_TYPE}" \
/third_party/jerryscript/tools/
Djs2c.py59 def js_to_native_code(path, name, build_type): argument
63 if build_type != 'debug':
112 gen_output.append(js_to_native_code(path, name, script_args.build_type))
/third_party/skia/third_party/externals/tint/kokoro/linux/
Dbuild.sh42 --env BUILD_TYPE=$BUILD_TYPE \
/third_party/skia/third_party/externals/tint/kokoro/windows/
Dbuild.bat117 cmake --build . --config %BUILD_TYPE% || goto :error
122 %BUILD_TYPE%\tint_unittests.exe || goto :error
130 git bash -- ./test/test-all.sh ../tint-build/%BUILD_TYPE%/tint.exe --verbose
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat21 set BUILD_TYPE=%1 variable
60 …TALL_PREFIX=%KOKORO_ARTIFACTS_DIR%\install -GNinja -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DRE2_BUILD_TES…
81 ctest -C %BUILD_TYPE% --output-on-failure --timeout 300
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/windows/
Dbuild.bat21 set BUILD_TYPE=%1 variable
60 …TALL_PREFIX=%KOKORO_ARTIFACTS_DIR%\install -GNinja -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DRE2_BUILD_TES…
81 ctest -C %BUILD_TYPE% --output-on-failure --timeout 300
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/
Dbuild.sh25 BUILD_TYPE=$1
53 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/macos/
Dbuild.sh25 BUILD_TYPE=$1
53 -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh62 BUILD_TYPE="Debug"
64 BUILD_TYPE="RelWithDebInfo"
99 …CMAKE_INSTALL_PREFIX=$KOKORO_ARTIFACTS_DIR/install -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DRE2_BUILD_TEST…
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh62 BUILD_TYPE="Debug"
64 BUILD_TYPE="RelWithDebInfo"
99 …CMAKE_INSTALL_PREFIX=$KOKORO_ARTIFACTS_DIR/install -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DRE2_BUILD_TEST…
/third_party/json/benchmarks/thirdparty/benchmark/src/
Djson_reporter.cc116 const char build_type[] = "release"; in ReportContext() local
118 const char build_type[] = "debug"; in ReportContext() local
120 out << indent << FormatKV("library_build_type", build_type) << "\n"; in ReportContext()
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/reactor_subzero/debug/
Dcontinuous.cfg17 key: "BUILD_TYPE"

1234