Searched +full:- +full:- +full:disable +full:- +full:tools (Results 1 – 25 of 832) sorted by relevance
12345678910>>...34
| /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/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/ |
| D | core.js | 2 var keys = require('object-keys'); 24 function () { require(mod); }, // eslint-disable-line no-loop-func 29 function () { require(mod); }, // eslint-disable-line no-loop-func 39 var libs = require('repl')._builtinLibs; // eslint-disable-line no-underscore-dangle 48 function () { require(mod); }, // eslint-disable-line no-loop-func 63 'v8/tools/tickprocessor-driver', 64 'v8/tools/SourceMap', 65 'v8/tools/tickprocessor', 66 'v8/tools/profile' 70 if (blacklist.indexOf(mod) === -1) { [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/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/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/skia/third_party/externals/imgui/ |
| D | imconfig.h | 1 //----------------------------------------------------------------------------- 2 // COMPILE-TIME OPTIONS FOR DEAR IMGUI 5 //----------------------------------------------------------------------------- 8 //----------------------------------------------------------------------------- 10 // files but also _any_ of your code that uses Dear ImGui. This is because some compile-time option… 13 //----------------------------------------------------------------------------- 17 //---- Define assertion handler. Defaults to calling assert(). 20 //#define IM_ASSERT(_EXPR) ((void)(_EXPR)) // Disable asserts 22 //---- Define attributes of all API symbols declarations, e.g. for DLL under Windows 29 //---- Don't define obsolete functions/enums/behaviors. Consider enabling from time to time after u… [all …]
|
| /third_party/node/tools/ |
| D | make-v8.sh | 3 set -xe 9 find . -type d -name .git -print0 | xargs -0 rm -rf 10 tools/node/fetch_deps.py . 19 export BUILD_TOOLS=/home/iojs/build-tools 21 rm -f "$BUILD_TOOLS/g++" 22 rm -f "$BUILD_TOOLS/gcc" 28 # shellcheck disable=SC2154 30 CC_PATH=$(command -v "$CC" gcc | grep -v ccache | head -n 1) 31 ln -s "$CC_PATH" "$BUILD_TOOLS/gcc" 33 # shellcheck disable=SC2154 [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/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/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/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/flutter/skia/third_party/externals/icu/source/ |
| D | configure.ac | 1 # -*-autoconf-*- 3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A… 14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni… 15 [http://icu-project.org/bugs], 17 [http://icu-project.org]) 27 # for icu-config 28 # This may be removed later - mow (June 17, 2010) 30 case `/bin/sh -c "echo -n x"` in 31 -n*) 32 case `/bin/sh -c "echo 'x\c'"` in [all …]
|
| /third_party/icu/icu4c/source/ |
| D | configure.ac | 1 # -*-autoconf-*- 3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A… 14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni… 15 [http://icu-project.org/bugs], 17 [http://icu-project.org]) 31 # for icu-config 32 # This may be removed later - mow (June 17, 2010) 34 case `/bin/sh -c "echo -n x"` in 35 -n*) 36 case `/bin/sh -c "echo 'x\c'"` in [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | configure.ac | 1 # -*-autoconf-*- 3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A… 14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni… 15 [http://icu-project.org/bugs], 17 [http://icu-project.org]) 31 # for icu-config 32 # This may be removed later - mow (June 17, 2010) 34 case `/bin/sh -c "echo -n x"` in 35 -n*) 36 case `/bin/sh -c "echo 'x\c'"` in [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 …]
|
| /third_party/flutter/skia/third_party/externals/sdl/build-scripts/ |
| D | raspberrypi-buildbot.sh | 3 # This is the script buildbot.libsdl.org uses to cross-compile SDL2 from 8 # you should be able to build and run SDL2-based software on your 10 # build against it, and sdl2-config should work correctly on the 14 if [ -z $1 ]; then 15 TARBALL=sdl-raspberrypi.tar.xz 18 OSTYPE=`uname -s` 21 echo "This only works on x86 or x64-64 Linux at the moment." 1>&2 26 NCPU=`cat /proc/cpuinfo |grep vendor_id |wc -l` 28 MAKE="make -j$NCPU" 31 BUILDBOTDIR="raspberrypi-buildbot" [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/vk-gl-cts/external/openglcts/ |
| D | README.md | 8 Up-to-date documentation for dEQP is available at: 10 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 11 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 15 ------------------------ 16 - [Test History](#test-history) 17 - [Introduction](#introduction) 18 - [Test Environment Requirements](#test-environment-requirements) 19 - [Configuring and Building the Tests](#configuring-and-building-the-tests) 20 - [Configuration](#configuration) 21 - [Building the Tests](#building-the-tests) [all …]
|
| /third_party/node/doc/guides/ |
| D | maintaining-icu.md | 7 functionality. To quote from icu-project.org: 22 The current versions of these items can be viewed for node with `node -p process.versions`: 25 $ node -p process.versions 43 [`tz-announce`](https://mm.icann.org/pipermail/tz-announce/) mailing list. 46 [updated time zone data files](https://github.com/unicode-org/icu-data/tree/HEAD/tzdata/icunew) 47 in the icu/icu-data repository. 56 * Clone the icu/icu-data repository and copy the latest `tzdata` release `le` 58 * Follow the upstream [ICU instructions](https://unicode-org.github.io/icu/userguide/datetime/timez… 61 > do icupkg -a $i icudt*l.dat` 63 `icupkg -l`. [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/docs/ |
| D | README-raspberrypi.md | 23 sudo apt-get install libudev-dev libasound2-dev libdbus-1-dev 28 sudo apt-get install libraspberrypi0 libraspberrypi-bin libraspberrypi-dev 35 Raspbian system root and the cross compilation tools. We'll assume these tools 36 will be placed in /opt/rpi-tools 38 sudo git clone --depth 1 https://github.com/raspberrypi/tools /opt/rpi-tools 42 After unzipping, you'll get file with a name like: "<date>-wheezy-raspbian.img" 43 Let's assume the sysroot will be built in /opt/rpi-sysroot. 45 export SYSROOT=/opt/rpi-sysroot 46 sudo kpartx -a -v <path_to_raspbian_image>.img 47 sudo mount -o loop /dev/mapper/loop0p2 /mnt [all …]
|
| /third_party/icu/tools/multi/c/ |
| D | Makefile | 5 # Copyright (c) 2009-2013 IBM Corp. and Others. All Rights Reserved 9 @echo To build all ICUs: $(MAKE) all-icus 10 @echo "Using the -k option may be a good idea if some are not building properly." 19 include $(MULTICU_ROOT)/common/Makefile-multi.inc 20 -include Makefile.local 22 …UVERS:=$(shell cd $(ICUS); ls icu4c*.tgz | cut -d- -f2 | sort | uniq | fgrep -v -f $(MULTICU_ROOT)… 23 …$(shell cd $(ICUS); ls icu4j*.jar | cut -d- -f2 | cut -d. -f1 | sort | uniq | fgrep -v -f $(MULTI… 46 …@if [ -f $(BLD)/$*/build.err ]; then echo '###' Error for $* stored in $(BLD)/$*/build.err - remov… 47 …( make $(MAKE_OPTS) -C $(BLD)/$*/icu/source 2>&1 all install | tee $(BLD)/$*/build.log ) || ( mv $… 48 touch -c $@ [all …]
|
12345678910>>...34