Searched +full:- +full:- +full:disable +full:- +full:tools (Results 1 – 25 of 913) sorted by relevance
12345678910>>...37
| /third_party/jerryscript/targets/nuttx-stm32f4/ |
| D | Makefile.travis | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 # Install cross-compiler and tools via apt. 25 install-apt-get-deps: 26 sudo apt-get install -q -y gcc-arm-none-eabi gperf 28 # Fetch and build kconfig-frontends (kconfig-conf) from nuttx/tools. 31 install-kconfig: 32 git clone https://bitbucket.org/nuttx/tools.git ../tools 33 mkdir -p $(LOCAL_INSTALL) 34 # FIXME: 'autoreconf --force --install' is a workaround after 35 # https://bitbucket.org/nuttx/tools/commits/164450f982b404fdc2b3233db51dc3eaa1f08b7f [all …]
|
| D | README.md | 4 …-Discovery board](http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation… 8 #### 1. Setup the build environment for STM32F4-Discovery board 10 Clone the necessary projects into a `jerry-nuttx` directory. The last tested working version of Nut… 14 mkdir jerry-nuttx && cd jerry-nuttx 16 git clone https://github.com/jerryscript-project/jerryscript.git 17 git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.28 18 git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.28 19 git clone https://github.com/texane/stlink.git -b v1.5.1 25 jerry-nuttx 29 | + nuttx-stm32f4 [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/ |
| D | README.md | 7 Up-to-date documentation for dEQP is available at: 9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 14 ------------ 18 The following tools must be installed and present in the PATH variable: 33 * You can get this from the `mesa-common-dev` Ubuntu package. 45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 49 If you have downloaded the Android SDK command line tools package (25.2.3 or higher) then 52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 56 ------------ [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | build-deqp.sh | 2 # shellcheck disable=SC2086 # we want word splitting 5 # .gitlab-ci/image-tags.yml tags: 11 set -ue -o pipefail 13 # shellcheck disable=SC2153 16 uncollapsed_section_start deqp-$deqp_api "Building dEQP $DEQP_API" 18 set -x 22 # - the commit from the main branch produces the deqp tools and `deqp-vk`, 23 # - the VK release produces `deqp-vk`, 24 # - the GL release produces `glcts`, and 25 # - the GLES release produces `deqp-gles*` and `deqp-egl` [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 14 - doxygen 16 - cd icu4c/source 17 - ./runConfigureICU Linux --disable-renaming 20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options 23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)… 26 - name: "j" 31 - ant 32 - ant-optional 35 - cd icu4j [all …]
|
| /third_party/icu/.ci-builds/ |
| D | .azure-valgrind.yml | 16 - master 17 - maint/maint-* 20 - '*' 22 - docs/* 23 - icu4j/* 24 - tools/* 25 - vendor/* 26 - .appveyor.xml 27 - .cpyskip.txt 28 - .travis.yml [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/grpc/tools/run_tests/artifacts/ |
| D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 25 # shellcheck disable=SC1091 26 source tools/internal_ci/helper_scripts/prepare_ccache_symlinks_rc 28 # Needed for building binary distribution wheels -- bdist_wheel 29 "${PYTHON}" -m pip install --upgrade pip 31 "${PYTHON}" -m pip install setuptools==69.5.1 wheel==0.43.0 38 # already have a new-enough version of cython pre-installed. [all …]
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | roll_aosp.sh | 4 # Use of this source code is governed by a BSD-style license that can be 10 set -eE -o functrace 25 rm -rf ${GN_OUTPUT_DIRECTORY} 45 # Build for 64-bit CPUs 52 # Disable all backends except Vulkan 63 # Disable all shader translator targets except desktop GL (for Vulkan) 70 # Disable histogram/protobuf support 73 # Disable _LIBCPP_ABI_UNSTABLE, since it breaks std::string 80 if [[ "$1" == "--enableApiTrace" ]]; then 88 gn gen ${GN_OUTPUT_DIRECTORY} --args="${gn_args[*]}" [all …]
|
| /third_party/rust/rust/.github/workflows/ |
| D | ci.yml | 5 # This file was automatically generated by the expand-yaml-anchors tool. The 8 # src/ci/github-actions/ci.yml 12 # ./x.py run src/tools/expand-yaml-anchors/ 16 --- 21 - auto 22 - try 23 - try-perf 24 - master 27 - "**" 34 …group: "${{ github.workflow }}-${{ ((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/t… [all …]
|
| /third_party/libabigail/autoconf-archive/ |
| D | ax_valgrind_check.m4 | 1 # SPDX-License-Identifier: FSFAP 3 # http://www.gnu.org/software/autoconf-archive/ax_valgrind_check.html 14 # running `make check` under a variety of Valgrind tools to check for 20 # the value of the --enable-valgrind option, which defaults to being 22 # Valgrind tools can be disabled via --disable-valgrind-<tool>, the 31 # https://www.gnu.org/software/gnulib/manual/html_node/Running-self_002dtests-under-valgrind.ht… 43 # VALGRIND_SUPPRESSIONS_FILES = my-project.supp 44 # EXTRA_DIST = my-project.supp 46 # This results in a "check-valgrind" rule being added to any Makefile.am 48 # configured with --enable-valgrind). Running `make check-valgrind` in [all …]
|
| /third_party/vk-gl-cts/external/amber/src/ |
| D | README.md | 3 Amber is a multi-API shader test framework. 16 * Shaders can be expressed in binary form (as hex), in SPIR-V assembly, or in a 103 ./tools/git-sync-deps 104 mkdir -p out/Debug 106 cmake -GNinja ../.. 114 `-DAMBER_ENABLE_SHARED_CRT`. 123 `tools/build-amber-sample.sh`. 130 * Run `./tools/build-amber-sample.sh [build output directory path]`. 140 ./tools/git-sync-deps 142 ./tools/update_build_version.py . samples/ third_party/ [all …]
|
| /third_party/f2fs-tools/ |
| D | configure.ac | 1 # -*- Autoconf -*- 7 m4_define([f2fs_tools_version], m4_esyscmd([sed -n '1p' VERSION | tr -d '\n'])) 8 m4_define([f2fs_tools_date], m4_esyscmd([sed -n '2p' VERSION | tr -d '\n'])) 10 m4_esyscmd([git log -1 --pretty=format:%ci 2> /dev/null])) 12 AC_INIT([F2FS tools], [f2fs_tools_version], 13 [linux-f2fs-devel@lists.sourceforge.net]) 17 AC_DEFINE([F2FS_TOOLS_VERSION], "f2fs_tools_version", [f2fs-tools version]) 19 [\([0-9]*\)\(\w\|\W\)*], [\1]), 20 [Major version for f2fs-tools]) 22 [\([0-9]*\).\([0-9]*\)\(\w\|\W\)*], [\2]), [all …]
|
| /third_party/grpc/tools/internal_ci/linux/ |
| D | grpc_e2e_performance_gke_experiment.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 set -ex 20 source tools/internal_ci/helper_scripts/prepare_build_linux_rc 26 GRPC_DOTNET_REPO=grpc/grpc-dotnet 28 GRPC_GO_REPO=grpc/grpc-go 30 GRPC_JAVA_REPO=grpc/grpc-java 32 GRPC_NODE_REPO=grpc/grpc-node 34 TEST_INFRA_REPO=grpc/test-infra 40 if [[ "${KOKORO_BUILD_INITIATOR%%-*}" == kokoro ]]; then 41 LOAD_TEST_PREFIX=kokoro-test [all …]
|
| D | grpc_e2e_performance_gke.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 set -ex 20 source tools/internal_ci/helper_scripts/prepare_build_linux_rc 26 GRPC_DOTNET_REPO=grpc/grpc-dotnet 28 GRPC_GO_REPO=grpc/grpc-go 30 GRPC_JAVA_REPO=grpc/grpc-java 32 GRPC_NODE_REPO=grpc/grpc-node 34 TEST_INFRA_REPO=grpc/test-infra 40 if [[ "${KOKORO_BUILD_INITIATOR%%-*}" == kokoro && "${KOKORO_GITHUB_COMMIT_URL%/*}" == "https://git… 52 PREBUILT_IMAGE_PREFIX="us-docker.pkg.dev/grpc-testing/e2etest-prebuilt" [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | cuttlefish-runner.sh | 2 # shellcheck disable=SC2086 # we want word splitting 3 # shellcheck disable=SC1091 # paths only become valid at runtime 5 . "${SCRIPTS_DIR}/setup-test-env.sh" 8 set -xe 16 ARCH=$(uname -m) 17 export VK_DRIVER_FILES=${CI_PROJECT_DIR}/install/share/vulkan/icd.d/${VK_DRIVER:-}_icd.$ARCH.json 28 # shellcheck disable=SC2317 29 cp /cuttlefish/cuttlefish/instances/cvd-1/logs/logcat $RESULTS_DIR || true 30 # shellcheck disable=SC2317 31 cp /cuttlefish/cuttlefish/instances/cvd-1/kernel.log $RESULTS_DIR || true [all …]
|
| /third_party/skia/m133/third_party/externals/icu/scripts/ |
| D | make_data_all.sh | 3 set -x -e # stop if fail 8 if [ $# -lt 1 ]; 16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 17 Linux/gcc --disable-tests --disable-layoutex --enable-rpath \ 18 --prefix="$(pwd)" || \ 22 echo "Build the necessary tools" 23 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 24 Linux/gcc --disable-tests --disable-layoutex --enable-rpath \ 25 --prefix="$(pwd)" 26 make -j 120 [all …]
|
| /third_party/skia/third_party/externals/icu/scripts/ |
| D | make_data_all.sh | 3 set -x -e # stop if fail 8 if [ $# -lt 1 ]; 16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 17 Linux/gcc --disable-tests --disable-layoutex || \ 21 echo "Build the necessary tools" 22 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 23 Linux/gcc --disable-tests --disable-layoutex 24 make -j 120 29 make -j 120 35 make -j 120 [all …]
|
| /third_party/backends/ |
| D | README | 11 http://www.sane-project.org/ 14 sometimes beta releases of sane-backends. These are unstable development 19 http://www.sane-project.org/sane-frontends.html. 32 Pre-built binaries: 37 Ubuntu PPA https://launchpad.net/~sane-project/+archive/ubuntu/sane-release 39 sudo add-apt-repository ppa:sane-project/sane-release 41 sudo apt install libsane libsane-common sane-utils 47 In order to build SANE, the following tools and libraries are required: 49 - GNU make: version 3.70 or newer 51 - ISO C99 compiler: GNU C (gcc) is recommended for best results, [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | test-vk.sh | 3 # shellcheck disable=SC1091 4 # shellcheck disable=SC2086 # we want word splitting 6 set -e 8 . .gitlab-ci/setup-test-env.sh 10 set -o xtrace 16 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 22 dpkg-dev 24 glslang-tools 25 libexpat1-dev 27 libdrm-dev [all …]
|
| /third_party/musl/ |
| D | configure | 13 --srcdir=DIR source directory [detected] 16 --prefix=PREFIX main installation prefix [/usr/local/musl] 17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX] 20 --bindir=DIR user executables [EPREFIX/bin] 21 --libdir=DIR library files for the linker [PREFIX/lib] 22 --includedir=DIR include files for the C compiler [PREFIX/include] 23 --syslibdir=DIR location for the dynamic linker [/lib] 26 --target=TARGET configure to run on target TARGET [detected] 27 --host=HOST same as --target 28 --build=BUILD build system type; used only to infer cross-compiling [all …]
|
| /third_party/grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 set -ex 22 sudo apt-get update 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 30 autotools-dev \ 31 build-essential \ 36 gcc-multilib \ 41 libc6-dbg \ [all …]
|
| /third_party/rust/rust/src/ci/docker/scripts/ |
| D | illumos-toolchain.sh | 3 set -o errexit 4 set -o pipefail 5 set -o xtrace 21 BUILD_TARGET="$ARCH-pc-solaris2.10" 24 # The illumos and the Solaris build both use the same GCC-level host triple, 26 # options. To ensure as little accidental cross-pollination as possible, we 28 # expected tools into /usr/local/bin at the end. We omit /usr/local/bin from 36 # GCC 7.X releases do not appear to cross-compile correctly for Solaris 44 GCC_BASE="gcc-$GCC_VERSION" 45 GCC_TAR="gcc-$GCC_VERSION.tar.xz" [all …]
|
| /third_party/ntfs-3g/ |
| D | README.md | 5 The NTFS-3G driver is an open source, freely available read/write NTFS driver 18 Besides the common file system features, NTFS-3G has support for file 21 .NTFS-3G may be required to enable them). The new compressed file formats 27 https://github.com/tuxera/ntfs-3g/wiki 38 utilities and the shared library libntfs-3g are distributed under the terms 43 The fuse-lite library is distributed under the terms of the GNU LGPLv2. 50 Most distributions have an up-to-date NTFS-3G package ready for use, and 54 the released source code. Make sure you have the basic development tools 62 Please note that NTFS-3G doesn't require the FUSE user space package any 68 ./configure --help [all …]
|
12345678910>>...37