Searched +full:- +full:- +full:disable +full:- +full:tools (Results 1 – 25 of 630) sorted by relevance
12345678910>>...26
| /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/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/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/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/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 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/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/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/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 - [OpenGL and OpenGL ES 2.0/3.X Conformance Test Instructions](#opengl-and-opengl-es-203x-conforman… 17 - [Contents](#contents) 18 - [Test History](#test-history) 19 - [Introduction](#introduction) 20 - [Test Environment Requirements](#test-environment-requirements) 21 - [Configuring and Building the Tests](#configuring-and-building-the-tests) [all …]
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | healthy-code.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 34 virtual-function override without adding new ClassID support. 44 …[icu/icu4c/APIChangeReport.html](https://github.com/unicode-org/icu/blob/main/icu4c/APIChangeRepor… 46 <https://cldr-build.unicode.org/jenkins/job/icu/job/icu-apidocs/>~~ 48 * Old: was http://bugs.icu-project.org/trac/build/icu4cdocs [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 …]
|
| /third_party/mindspore/mindspore-src/source/cmake/external_libs/ |
| D | ffmpeg.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 31 SET MSYS64_PATH=%file_path:~0,-12% 40 SET FFMPEG_GITHUB_DOWNLOAD_PATH=https://ffmpeg.org/releases/ffmpeg-%SOFTWARE_VERSION%.tar.gz 41 SET FFMPEG_MINDSPORE_DOWNLOAD_PATH=https://tools.mindspore.cn/libs/ffmpeg/ffmpeg-%SOFTWARE_VERSION%… 43 …ONS=--disable-programs --disable-doc --disable-postproc --disable-libxcb --disable-hwaccels --disa… 44 …MPEG_SHA256_CONTEXT=%SOFTWARE_NAME%-%SOFTWARE_VERSION%-%FFMPEG_GITHUB_DOWNLOAD_PATH%-%FFMPEG_MINDS… 45 SET FFMPEG_LIB_NAME=avcodec-avdevice-avfilter-avformat-avutil-swresample-swscale 61 certutil -hashfile "%HASH_FILE%" SHA256 > %HASH_TEMP_FILE% 99 …-mingw64 -no-start -c 'cd /home; rm -rf ffmpeg; mkdir ffmpeg; cd /home/ffmpeg; wget %FFMPEG_DOWNLO… 102 ping 127.0.0.1 -n 10 >nul [all …]
|
| /third_party/gn/infra/recipes/gn.expected/ |
| D | cq_linux.json | 34 "--tags", 85 "rev-parse", 102 "name": "git.rev-parse", 162 "-root", 164 "-ensure-file", 165 …linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\n@Subdir sysroot-focal\nfuchsia/third_… 166 "-max-threads", 168 "-json-output", 190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@… 191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"… [all …]
|
| /third_party/alsa-lib/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-lib 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 15 - name: Checkout 18 fetch-depth: 0 19 - name: Safe git directory 21 git config --global --add safe.directory "$GITHUB_WORKSPACE" 22 - name: Modify version [all …]
|
| /third_party/icu/tools/release/c/ |
| D | uconfigtest.sh | 7 # Copyright (c) 2002-2014 IBM All Rights Reserved 12 # This script is checked into tools/trunk/release/c. It assumes that the 13 # icu directory is at the same level as the tools directory. If this 16 # Or, alternatively, you can make a symlink tools/icu -> your_icu_dir 20 # It can be handy to run 'tail -F uconfigtest/stats' in another window to see where things are. 23 #------------------- Find full path names ----------------------- 24 JOPT=-j2 27 if [ -f ./uconfigtest.local ] 35 # Build root - tools/release/c/uconfigtest 36 BUILD_DIR=${BUILD_DIR:-${S}/uconfigtest} [all …]
|
| /third_party/astc-encoder/Docs/ |
| D | Profiling.md | 4 line tools on Linux hosts. 9 It is also recommended to disable link-time optimization to get call stacks 16 -DCMAKE_BUILD_TYPE=RelWithDebInfo 19 ## Running Callgrind tools 25 This script requires the following tools on your `PATH`: 34 python3 ./Test/astc_profile_valgrind.py <image.png> --test-quality fastest 39 - perf_<quality>.png: an annotated call graph. 40 - perf_<quality>.txt: the top N functions table. 44 Standard syntax x86-64 disassembly can be generated using: 47 objdump -C -M intel --no-show-raw -d -S <binary> > dis.txt [all …]
|
12345678910>>...26