HomeSort by: relevance | last modified time | path
    Searched refs:cmake (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
.travis-libcxx-setup.sh 3 # Install a newer CMake version
4 curl -sSL https://cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.sh -o install-cmake.sh
5 chmod +x install-cmake.sh
6 sudo ./install-cmake.sh --prefix=/usr/local --skip-license
20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
  /src/external/mit/expat/dist/
Makefile.am 62 cmake/autotools/expat.cmake
65 cmake/autotools/expat-config-version.cmake \
66 cmake/autotools/expat-noconfig.cmake \
67 cmake/expat-config.cmake
69 cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@
73 cmake/autotools/expat-noconfig__linux.cmake.in
    [all...]
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 26 :: Install a recent CMake
28 if NOT EXIST cmake (
29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
32 rm cmake.zip
34 @set PATH=C:\projects\deps\cmake\bin;%PATH
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
macos-ci-setup 13 brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent
run-buildbot 67 # If we can find Ninja/CMake provided by Xcode, use those since we know their
69 # knows about -std=c++20, the CMake bundled in Xcode will probably know about
72 if xcrun --find cmake &>/dev/null; then CMAKE="$(xcrun --find cmake)"; else CMAKE="cmake"; fi
78 function generate-cmake-base() {
79 echo "--- Generating CMake"
80 ${CMAKE} \
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/go/
build.sh 18 (cd $llvm_builddir && cmake -G Ninja $cmake_flags)
24 (cd $llvm_builddir && cmake $cmake_flags)
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
build_install_llvm.sh 14 Usage: build_install_llvm.sh [options] -- [cmake-args]
16 Run cmake with the specified arguments. Used inside docker container.
22 -i|--install-target name of a cmake install target to build and include in
27 All options after '--' are passed to CMake invocation.
81 cmake -GNinja \
  /src/external/bsd/libfido2/dist/fuzz/
build-coverage 22 (cd "${LIBCBOR}/build" && cmake -DBUILD_SHARED_LIBS=ON \
32 (cd "${LIBFIDO2}/build" && cmake -DFUZZ=ON -DFUZZ_LDFLAGS="${FUZZ_LDFLAGS}" \
  /src/external/mit/libcbor/dist/oss-fuzz/
build.sh 21 cmake -D CMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX="$WORK" -D CBOR_CUSTOM_ALLOC=ON -D SANITIZE=OFF ..
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 15 Eventually, it will be updated to instead call the cmake cache mentioned there.
51 cmake = _get_cmake_invocation_for_bootstrap_from(
55 cmake.add_flag('CMAKE_BUILD_TYPE', 'RelWithDebInfo')
57 _run_fresh_cmake(env, cmake, target_dir)
73 def __init__(self, cmake, maker, cmake_dir):
74 self._prefix = [cmake, '-G', maker, cmake_dir]
202 cmake='cmake', maker=env.get_cmake_maker(), cmake_dir=env.llvm_dir)
211 cmake = _get_default_cmake_invocation(env)
212 cmake.add_new_flag('CMAKE_C_COMPILER', clang
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_oqsprovider_data/
oqsprovider.sh 59 && cmake -DOPENSSL_ROOT_DIR=$OPENSSL_ROOT_DIR -DCMAKE_INSTALL_PREFIX=$SRCTOP/oqs-provider/.local .. \
66 liboqs_DIR=$SRCTOP/oqs-provider/.local cmake $SRCTOP/oqs-provider -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -B _build && cmake --build _build
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_cmake.sh 11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_gost_engine_data/
gost_engine.sh 48 cmake $SRCTOP/gost-engine -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -DOPENSSL_ENGINES_DIR="$OPENSSL_ROOT_DIR/engines"
  /src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine_data/
gost_engine.sh 48 cmake $SRCTOP/gost-engine -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -DOPENSSL_ENGINES_DIR="$OPENSSL_ROOT_DIR/engines"
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
entrypoint.py 40 cmake()
51 CMAKE_COMMAND = "cmake -G Ninja -DCMAKE_BUILD_TYPE=Release " \
58 def cmake(): function
  /src/external/bsd/libarchive/
prepare-import.sh 20 rm -f */config_freebsd.h CTestConfig.cmake .gitattributes .gitignore
  /src/external/mit/libcbor/dist/
.travis-qemu.sh 16 GUEST_DEPENDENCIES="cmake git clang-format"
64 cmake ../cmocka
69 # Hack: We don't have the right CMake (takes too long to compile), but this works
80 cmake ../cmocka \
89 cmake ${SOURCE} \
106 cmake ../cmocka
121 cmake \
release.sh 33 prompt "Is the CMake version correct?"
59 cmake $DIR -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=ON
  /src/sys/external/bsd/compiler_rt/
prepare-import.sh 12 rm -rf SDKs android cmake make third_party unittests www
  /src/external/mit/expat/dist/lib/
Makefile.am 78 libexpat.def.cmake \
  /src/external/bsd/pam-u2f/dist/build-aux/ci/
fuzz-linux-asan.sh 37 cmake -B build \
48 cmake -B build \
  /src/external/bsd/libevent/dist/
CMakeLists.txt 2 # Libevent CMake project
18 # cmake -G "Visual Studio 10" ..
49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
150 "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
245 # - https://gitlab.kitware.com/cmake/community/wikis/FAQ#how-can-i-build-my-msvc-application-with-a-static-runtime
938 ${CMAKE_CURRENT_SOURCE_DIR}/event-config.h.cmake
943 ${CMAKE_CURRENT_SOURCE_DIR}/evconfig-private.h.cmake
1404 # On some platforms doing exec(unset) as CMake does won't work, so make sure
1456 "${CMAKE_INSTALL_PREFIX}/lib/cmake/libevent")
1468 configure_file(${PROJECT_SOURCE_DIR}/cmake/LibeventConfig.cmake.i
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 2 # Libevent CMake project
18 # cmake -G "Visual Studio 10" ..
49 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
150 "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
245 # - https://gitlab.kitware.com/cmake/community/wikis/FAQ#how-can-i-build-my-msvc-application-with-a-static-runtime
938 ${CMAKE_CURRENT_SOURCE_DIR}/event-config.h.cmake
943 ${CMAKE_CURRENT_SOURCE_DIR}/evconfig-private.h.cmake
1404 # On some platforms doing exec(unset) as CMake does won't work, so make sure
1456 "${CMAKE_INSTALL_PREFIX}/lib/cmake/libevent")
1468 configure_file(${PROJECT_SOURCE_DIR}/cmake/LibeventConfig.cmake.i
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/release/
build_llvm_package.bat 11 REM Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3,
71 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b
85 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b
109 cmake -GNinja %cmake_flags% -DLLVM_USE_CRT_RELEASE=MT -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -DPYTHON_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b
121 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python64_dir% -DPYTHON_EXECUTABLE=%python64_dir%\python.exe ..\llvm-project\llvm || exit /b
135 cmake -GNinja %cmake_flags% -DPYTHON_HOME=%python64_dir% -DPYTHON_EXECUTABLE=%python64_dir%\python.exe ..\llvm-project\llvm || exit /b
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
build_symbolizer.sh 23 # file, and it should be available as a regular cmake rule. Conceptually, we
92 cmake -GNinja \
117 cmake -GNinja \

Completed in 49 milliseconds

1 2