Searched +full:development +full:- +full:tools (Results 1 – 25 of 419) sorted by relevance
12345678910>>...17
| /third_party/spirv-tools/ |
| D | README.md | 1 # SPIR-V Tools 2 …/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.com… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 14 details, and is used in the standalone tools whilst also enabling integration 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 27 …/storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storage.… 28 …/storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storage.… [all …]
|
| /third_party/python/Doc/distributing/ |
| D | index.rst | 1 .. _distributing-index: 7 :Email: distutils-sig@python.org 10 As a popular open source development project, Python has an active 21 :ref:`installation guide <installing-index>`. 28 use of the distribution and installation tools provided with Python. 40 evolution of the standard packaging tools and the associated metadata and 41 file format standards. They maintain a variety of tools, documentation 50 development). 51 * `setuptools`_ is a (largely) drop-in replacement for :mod:`distutils` first 53 :mod:`distutils` tools was the ability to declare dependencies on other [all …]
|
| /third_party/protobuf/csharp/ |
| D | README.md | 9 You will also want to install the `Google.Protobuf.Tools` NuGet package, which 11 files under the package's `tools` directory. 14 `--csharp_out` option. 21 - .NET 4.5 22 - Windows 8 23 - Windows Phone Silverlight 8 24 - Windows Phone 8.1 25 - .NET Core 41 format. These features have no impact when using the compiled code - 45 install the optional component, ".Net Core 1.0 - 1.1 development tools [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/ |
| D | README.md | 1 # SPIR-V Tools 5 The SPIR-V Tools project provides an API and commands for processing SPIR-V 9 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 11 details, and is used in the standalone tools whilst also enabling integration 18 SPIR-V is defined by the Khronos Group Inc. 19 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 24 …/storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storage.… 25 …/storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storage.… 26 …://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.go… 30 ## Versioning SPIRV-Tools [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
| D | README.md | 1 # SPIR-V Tools 5 The SPIR-V Tools project provides an API and commands for processing SPIR-V 9 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 11 details, and is used in the standalone tools whilst also enabling integration 18 SPIR-V is defined by the Khronos Group Inc. 19 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 24 …/storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storage.… 25 …/storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storage.… 26 …://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.go… 30 ## Versioning SPIRV-Tools [all …]
|
| /third_party/gptfdisk/ |
| D | README.md | 5 ------------ 10 - gdisk -- This program is modeled after Linux fdisk, but it operates on 12 disks that fdisk modifies. As such, gdisk is an interactive text-mode 17 - cgdisk -- This program is modeled after Linux cfdisk, but it operates on 19 is a curses-based text-mode tool for manipulating partitions, which is to 24 - sgdisk -- This program is conceptually similar to the Linux sfdisk and 26 manipulation of GPT disks using command-line options, so it's suitable 30 - fixparts -- This program, unlike the preceding three, operates on MBR 32 various utilities. Specifically, it can fix mis-sized extended partitions 39 More details about the abilities of these tools follows. [all …]
|
| /third_party/mbedtls/ |
| D | README.md | 6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). … 9 ------------- 11 … more programmatic way using the Python 3 script `scripts/config.py` (use `--help` for usage instr… 15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo… 18 ------------- 20 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/). 22 …or the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/psa-api/crypto… 24 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 33 --------- 37 - GNU Make [all …]
|
| D | .readthedocs.yaml | 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 11 - framework 13 # Set the version of Python and other tools you might need 15 os: ubuntu-20.04 16 tools: 20 - ./scripts/apidoc_full.sh 21 - breathe-apidoc -o docs/api apidoc/xml 23 - | 25 if [ "$READTHEDOCS_VERSION" = "development" ]; then 26 …"$READTHEDOCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/re… [all …]
|
| /third_party/rust/crates/cxx/gen/cmd/ |
| D | Cargo.toml | 2 name = "cxxbridge-cmd" 5 categories = ["development-tools::build-utils", "development-tools::ffi"] 6 description = "C++ code generator for integrating `cxx` crate into a non-Cargo build." 11 license = "MIT OR Apache-2.0" 13 rust-version = "1.56" 21 experimental-async-fn = [] 24 clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "sugg… 25 codespan-reporting = "0.11" 26 proc-macro2 = { version = "1.0.58", default-features = false, features = ["span-locations"] } 27 quote = { version = "1.0", default-features = false } [all …]
|
| /third_party/jerryscript/docs/ |
| D | 00.GETTING-STARTED.md | 3 Currently, only Ubuntu 18.04+ is officially supported as primary development environment. 7 - `gcc` or any C99-compliant compiler (native or cross, e.g., arm-none-eabi) 8 - `cmake` >= `2.8.12.2` 10 Several scripts and tools help the building and development process, thus it is recommended to have… 12 - `bash` >= `4.3.11` 13 - `cppcheck` >= `1.61` 14 - `vera++` >= `1.2.1` 15 - `python` >= `2.7.6` 18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python 23 - `awk` [all …]
|
| /third_party/rust/crates/cxx/gen/build/ |
| D | Cargo.toml | 2 name = "cxx-build" 5 categories = ["development-tools::build-utils", "development-tools::ffi"] 7 documentation = "https://docs.rs/cxx-build" 11 keywords = ["ffi", "build-dependencies"] 12 license = "MIT OR Apache-2.0" 14 rust-version = "1.60" 19 experimental-async-fn = [] 23 codespan-reporting = "0.11.1" 25 proc-macro2 = { version = "1.0.58", default-features = false, features = ["span-locations"] } 26 quote = { version = "1.0", default-features = false } [all …]
|
| /third_party/skia/site/docs/dev/internal/ |
| D | _index.md | 1 --- 4 --- 11 - [Granting access to Skia](https://sites.google.com/a/google.com/skia/key-resources/access) 12 - [Project communications](https://sites.google.com/a/google.com/skia/key-resources) 16 - [Milestones and schedule](https://sites.google.com/a/google.com/skia/milestones) 17 - [Status](https://sites.google.com/a/google.com/skia/status) from weekly, 19 - [Skia branch process](https://docs.google.com/a/google.com/document/d/1Xn24lTMlmUgdP8bp-iHOeGKAOp… 20 - [Design documents](https://sites.google.com/a/google.com/skia/design-documents) 24 - [iOS tools](https://sites.google.com/a/google.com/skia/key-resources/ios-provisioning) 26 - [SKP Playback](https://docs.google.com/a/google.com/document/d/1oJpuY8XKc212RsfUm6oEH2tp26Veb-Gez… [all …]
|
| /third_party/cmsis/ |
| D | README.md | 1 # CMSIS Version 6 - Preview (Work in Progress) 3 …-software/CMSIS_6)](https://github.com/ARM-software/CMSIS_6/releases/latest) [. It reflects our current state of de… 9 …- [**Documentation of latest release**](https://arm-software.github.io/CMSIS_6/) - access to the … 10 …- [**CMSIS Components**](https://arm-software.github.io/CMSIS_6/latest/General/index.html#cmsis_co… 11 …- [**Raise Issues**](https://github.com/ARM-software/CMSIS_6#issues-and-labels) - to provide feedb… 12 …- [**Documentation of development branch**](https://arm-software.github.io/CMSIS_6/develop/General… 17 |:--------------------------- |:--------------------------------------------------------- | 18 …-DSP](https://github.com/ARM-software/CMSIS-DSP) | Compute library for variou… 19 …S-NN](https://github.com/ARM-software/CMSIS-NN) | Software library of effic… [all …]
|
| /third_party/FreeBSD/ |
| D | README.md | 2 --------------- 10 Additional copyright information also exists for some sources in this tree - please see the specifi… 13 …ook on building userland](https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld), and… 19 --------------- 21 | --------- | ----------- | 23 | cddl | Various commands and libraries under the Common Development and Distribution License. | 32 | release | Release building Makefile & associated tools. | 41 | tools | Utilities for regression testing and miscellaneous tasks. | 45 …FreeBSD Project's development branches, please see [FreeBSD Handbook](https://docs.freebsd.org/en/…
|
| /third_party/libinput/doc/user/ |
| D | meson.build | 2 sphinx = find_program('sphinx-build-3', 'sphinx-build', required : false) 4 …error('Program "sphinx-build" not found or not executable. Try building with -Ddocumentation=false… 18 git_version_page = vcs_tag(command : ['git', 'log', '-1', '--format=%H'], 32 # We can't use htaccess on the server, so let's auto-generate a 404 list 36 # File list is: [current-sphinx-input-file, old-generated-page] 39 [ 'absolute-axes.rst', 'absolute_axes.html'], 40 [ 'absolute-coordinate-ranges.rst', 'absolute_coordinate_ranges.html'], 43 [ 'button-debouncing.rst', 'button_debouncing.html'], 44 [ 'clickpad-softbuttons.rst', 'clickpad_softbuttons.html'], 47 [ 'development.rst', 'development.html'], [all …]
|
| /third_party/python/Doc/installing/ |
| D | index.rst | 3 .. _installing-index: 9 :Email: distutils-sig@python.org 11 As a popular open source development project, Python has an active 22 :ref:`distribution guide <distributing-index>`. 29 use of the distribution and installation tools provided with Python. 37 * A *virtual environment* is a semi-isolated Python environment that allows 53 evolution of the standard packaging tools and the associated metadata and 54 file format standards. They maintain a variety of tools, documentation, 63 development). 71 <https://packaging.python.org/installing/#creating-virtual-environments>`__ [all …]
|
| /third_party/skia/third_party/externals/swiftshader/docs/ |
| D | Subzero.md | 4 …-end for [Reactor](Reactor.md). It originates from Chrome's [Portable Native Client](https://devel… 7 ----------------------- 9 …JIT compiler back-end, with LLVM still being the default for CMake builds. To build SwiftShader wi… 11 Subzero Development 12 ------------------- 14 Development on Subzero itself requires setting up the NaCl environment on a Linux system to be able… 16 * Install Chrome's [depot_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools). 17 …etch nacl` ([ref](http://www.chromium.org/nativeclient/how-tos/how-to-use-git-svn-with-native-clie… 18 …--verbose --sync --clobber --install toolchain/linux_x86/pnacl_newlib_raw` ([ref](https://sites.go… 19 … Run all unit tests with `make -f Makefile.standalone check` ([ref](https://chromium.googlesource.…
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FileDescriptorProto.php | 46 * For Google-internal migration only. Do not use. 52 * All top-level definitions in this file. 76 * functionality of the descriptors -- the information is needed only by 77 * development tools. 106 * For Google-internal migration only. Do not use. 108 * All top-level definitions in this file. 116 * functionality of the descriptors -- the information is needed only by 117 * development tools. 136 return isset($this->name) ? $this->name : ''; 141 return isset($this->name); [all …]
|
| /third_party/icu/icu4c/packaging/ |
| D | PACKAGES | 3 Copyright (C) 2000-2003, International Business Machines 14 - ICU libraries. This package contains the runtime libraries needed by 17 - ICU. This package contains the converters data, the timezones data, 18 and all the ICU tools. 19 - ICU locales. This package adds locales and break data. 20 - ICU development. This package contains the files necessary to build 24 - ICU docs. This package contains further documentation for ICU, 26 - ICU data. This package contains the source for the compiled data 28 - ICU international data. This package contains the source for the 33 ICU-specific directories or information: [all …]
|
| /third_party/python/Doc/library/ |
| D | index.rst | 1 .. _library-index: 7 While :ref:`reference-index` describes the exact syntax and 15 library contains built-in modules (written in C) that provide access to 21 away platform-specifics into platform-neutral APIs. 25 components. For Unix-like operating systems Python is normally provided 27 tools provided with the operating system to obtain some or all of the 32 packages and entire application development frameworks), available from 37 :numbered: can be enabled on a per-module basis. 67 development.rst
|
| /third_party/NuttX/ |
| D | README.md | 5 - Getting Help 6 - Mailing Lists 7 - Issue Tracker 8 - Source Code 9 - Website Source Code 11 - Installing Cygwin 12 - Ubuntu Bash under Windows 10 13 - Using macOS 15 - Download and Unpack 16 - Semi-Optional apps/ Package [all …]
|
| /third_party/rust/crates/cxx/gen/lib/ |
| D | Cargo.toml | 2 name = "cxx-gen" 5 categories = ["development-tools::ffi"] 6 description = "C++ code generator for integrating `cxx` crate into higher level tools." 10 license = "MIT OR Apache-2.0" 12 rust-version = "1.60" 15 codespan-reporting = "0.11" 16 proc-macro2 = { version = "1.0.58", default-features = false, features = ["span-locations"] } 17 quote = { version = "1.0", default-features = false } 18 syn = { version = "2.0.1", default-features = false, features = ["parsing", "printing", "clone-impl… 21 doc-scrape-examples = false [all …]
|
| /third_party/skia/site/docs/dev/tools/ |
| D | sk.md | 1 --- 4 --- 8 `sk` is a command-line tool which provides common functionality useful for 17 Used for managing versioned non-code assets used by Skia developers and in CI. 18 These are stored in [CIPD](https://chrome-infra-packages.appspot.com/p/skia/bots) 23 * add - Add an entry for a new asset. This does not create an initial version. 24 * remove - Remove the entry for an existing asset. This does not remove uploaded 26 * download - Download the pinned version of the asset into the given directory. 27 * upload - Upload a new version of the asset and update the pinned version. If 31 * get-version - Print the pinned version of the asset. [all …]
|
| /third_party/skia/third_party/externals/brotli/research/ |
| D | README.md | 3 …tools to analyze backward reference distance distributions in LZ77 compression. We developed these… 6 ## Tools section 9 This tool generates optimal (match-length-wise) backward references for every position in the input… 29 This tool generates a diff PPM (binary) image between two input 8-bit PGM (binary) images. Input im… 55 …-distance pair, also a copy length may be specified. Copy length is prefixed with flag byte 0, pos…
|
| /third_party/libwebsockets/contrib/abi/ |
| D | README.md | 9 The tools used are the abi-\* family available at https://github.com/lvc/ and 10 some example output is here: http://abi-laboratory.pro/tracker/timeline/libuv/ 12 The tools download existing source tarballs and git repository to generate this 13 data, so past versions are compared and in-development code can be compared as 21 ------------ 27 # dnf install abi-tracker vtable-dumper 29 Otherwise, the author provides an "easy way" to install the various tools he provides: 33 make prefix=/usr/local target=abi-tracker 36 means. (Although in the case of needing "elfutils-libelf-devel", it may 37 crash during install of vtable-dumper without giving a nice list) [all …]
|
12345678910>>...17