Searched +full:development +full:- +full:tools (Results 1 – 25 of 537) sorted by relevance
12345678910>>...22
| /third_party/rust/rust/src/tools/clippy/book/src/ |
| D | SUMMARY.md | 5 - [Installation](installation.md) 6 - [Usage](usage.md) 7 - [Configuration](configuration.md) 8 - [Lint Configuration](lint_configuration.md) 9 - [Clippy's Lints](lints.md) 10 - [Continuous Integration](continuous_integration/README.md) 11 - [GitHub Actions](continuous_integration/github_actions.md) 12 - [Travis CI](continuous_integration/travis.md) 13 - [Development](development/README.md) 14 - [Basics](development/basics.md) [all …]
|
| /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/rust/rust/src/tools/clippy/clippy_dummy/ |
| D | Cargo.toml | 5 readme = "crates-readme.md" 9 repository = "https://github.com/rust-lang/rust-clippy" 11 license = "MIT OR Apache-2.0" 13 categories = ["development-tools", "development-tools::cargo-plugins"] 15 [build-dependencies]
|
| /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/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/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/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/rust/rust/src/tools/clippy/ |
| D | Cargo.toml | 5 repository = "https://github.com/rust-lang/rust-clippy" 7 license = "MIT OR Apache-2.0" 9 categories = ["development-tools", "development-tools::cargo-plugins"] 15 name = "cargo-clippy" 20 name = "clippy-driver" 29 [dev-dependencies] 35 # This is used by the `collect-metadata` alias. 39 [build-dependencies] 43 deny-warnings = ["clippy_lints/deny-warnings"] 47 [package.metadata.rust-analyzer] [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/ |
| D | target-tier-policy.md | 6 * [Adding a new target](#adding-a-new-target) 7 * [Tier 3 target policy](#tier-3-target-policy) 8 * [Tier 2 target policy](#tier-2-target-policy) 9 * [Tier 2 with host tools](#tier-2-with-host-tools) 10 * [Tier 1 target policy](#tier-1-target-policy) 11 * [Tier 1 with host tools](#tier-1-with-host-tools) 17 - Rust provides no guarantees about tier 3 targets; they exist in the codebase, 19 - Rust's continuous integration checks that tier 2 targets will always build, 21 - Rust's continuous integration checks that tier 1 targets will always build 25 avoiding disruption to other ongoing Rust development. [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/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/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/rust/rust/src/tools/clippy/clippy_lints/src/cargo/ |
| D | mod.rs | 17 …go.toml`. See: https://rust-lang-nursery.github.io/api-guidelines/documentation.html#cargotoml-inc… 29 /// repository = "https://github.com/rust-lang/rust-clippy" 31 /// license = "MIT OR Apache-2.0" 33 /// categories = ["development-tools", "development-tools::cargo-plugins"] 44 /// repository = "https://github.com/rust-lang/rust-clippy" 46 /// license = "MIT OR Apache-2.0" 48 /// categories = ["development-tools", "development-tools::cargo-plugins"] 58 /// Checks for feature names with prefix `use-`, `with-` or suffix `-support` 67 /// default = ["use-abc", "with-def", "ghi-support"] 68 /// use-abc = [] // redundant [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 …]
|
| /third_party/rust/rust/src/doc/rustc/src/platform-support/ |
| D | x86_64-fortanix-unknown-sgx.md | 1 # `x86_64-fortanix-unknown-sgx` 6 (SGX)](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/overview.h… 7 based on the ABI defined by Fortanix for the [Enclave Development Platform 14 - Jethro Beekman [@jethrogb](https://github.com/jethrogb) 15 - Raoul Strackx [@raoulstrackx](https://github.com/raoulstrackx) 16 - Mohsen Zohrevandi [@mzohreva](https://github.com/mzohreva) 23 Binaries support all CPUs that include Intel SGX. Only 64-bit mode is supported. 26 std](https://edp.fortanix.com/docs/concepts/rust-std/) for details. 31 [fortanix-sgx-abi](https://edp.fortanix.com/docs/api/fortanix_sgx_abi/index.html). 35 [ftxsgx-elf2sgxs](https://crates.io/crates/fortanix-sgx-tools) is needed. [all …]
|
| /third_party/skia/m133/site/docs/dev/internal/ |
| D | _index.md | 1 --- 4 --- 11 - [Granting access to Skia](https://g3doc.corp.google.com/chrome/skia/g3doc/user/granting.md) 12 - [Project communications](https://g3doc.corp.google.com/chrome/skia/g3doc/user/access.md?cl=head) 16 - [Skia branch process](https://docs.google.com/a/google.com/document/d/1Xn24lTMlmUgdP8bp-iHOeGKAOp… 17 - [Design documents](https://g3doc.corp.google.com/chrome/skia/g3doc/user/design-docs.md) 21 - [iOS tools](https://g3doc.corp.google.com/chrome/skia/g3doc/user/ios-tools.md) 23 - [SKP Playback](https://docs.google.com/a/google.com/document/d/1oJpuY8XKc212RsfUm6oEH2tp26Veb-Gez… 28 - [Development on a Chrome branch](https://g3doc.corp.google.com/chrome/skia/g3doc/user/chrome-bran… 29 - [Cherrypick instructions](https://g3doc.corp.google.com/chrome/skia/g3doc/user/chrome-skia-cherry… [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/rust/rust/ |
| D | CONTRIBUTING.md | 7 members](https://rust-lang.zulipchat.com/#narrow/stream/122652-new-members) 12 Development][rustc-dev-guide], commonly known as the [rustc-dev-guide]. Documentation for the 13 …library in the [Standard library developers Guide][std-dev-guide], commonly known as the [std-dev-… 15 ## About the [rustc-dev-guide] 17 The [rustc-dev-guide] is meant to help document how rustc –the Rust compiler– works, 18 as well as to help new contributors get involved in rustc development. It is recommend 19 to read and understand the [rustc-dev-guide] before making a contribution. This guide 20 talks about the different bots in the Rust ecosystem, the Rust development tools, 23 ## [Getting help](https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions) 26 [internals], [rust-zulip], and [rust-discord]. It is recommended to ask for help on [all …]
|
| /third_party/grpc/src/ruby/tools/ |
| D | grpc-tools.gemspec | 1 # -*- ruby -*- 2 # encoding: utf-8 5 s.name = 'grpc-tools' 6 s.version = GRPC::Tools::VERSION 8 s.email = 'grpc-io@googlegroups.com' 9 s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby/tools' 10 s.summary = 'Development tools for Ruby gRPC' 12 s.license = 'Apache-2.0'
|
| /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/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+ (`net45`) 22 - .NET Standard 1.1 and 2.0 (`netstandard1.1` and `netstandard2.0`) 23 - .NET 5+ (`net50`) 43 have no impact when using the compiled code - they're only relevant 64 This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port 65 and represents the latest development version of C# protobufs, that will now be developed 66 and maintained by Google. All the development will be done in open, under this repository [all …]
|
| /third_party/grpc/ |
| D | CONTRIBUTING.md | 4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) 5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b… 8 howto](https://help.github.com/articles/about-pull-requests/) 21 Before starting any development work you will need a local copy of the gRPC repository. 22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule… 32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG… 33 - The language-specific instructions might involve installing C/C++ prerequisites listed in 34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio… 36 - Run 38 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only [all …]
|
| /third_party/ncurses/ |
| D | README.emx | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2020,2021 Thomas E. Dickey -- 3 -- Copyright 1998-2006,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
| /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 …]
|
12345678910>>...22