| /external/pigweed/docs/ |
| D | python_build.rst | 1 .. _docs-python-build: 4 Pigweed's Python build 6 Pigweed uses a custom GN-based build system to manage its Python code. The 7 Pigweed Python build supports packaging, installation, and distribution of 8 interdependent local Python packages. It also provides for fast, incremental 10 with :ref:`module-pw_watch`) or in continuous integration. 12 Pigweed's Python code is exclusively managed by GN, but the GN-based build may 13 be used alongside CMake, Bazel, or any other build system. Pigweed's environment 15 build system. As needed, non-GN projects can declare just their Python packages 23 Build systems automate these auxiliary tasks of software development, making it [all …]
|
| /external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/ |
| D | DistribTest.csproj | 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms… 4 …ect="..\packages\Grpc.Tools.__GRPC_NUGET_VERSION__\build\Grpc.Tools.props" Condition="Exists('..\p… 8 <ProjectGuid>{A3E61CC3-3710-49A3-A830-A0066EDBCE2F}</ProjectGuid> 60 <!-- this project is built with a legacy C# compiler, so ref structs are not supported. 62 generate code --> 64 <!-- Create a binding redirect to avoid mismatch between different versions of System.Memory 66 See http://go.microsoft.com/fwlink/?LinkId=294190 --> 71 <HintPath>..\packages\Grpc.Auth.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Auth.dll</HintPath> 74 <HintPath>..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.dll</HintPath> [all …]
|
| /external/bcc/ |
| D | INSTALL.md | 3 * [Kernel Configuration](#kernel-configuration) 4 * [Packages](#packages) 5 - [Debian](#debian---binary) 6 - [Ubuntu](#ubuntu---binary) 7 - [Fedora](#fedora---binary) 8 - [Arch](#arch---binary) 9 - [Gentoo](#gentoo---portage) 10 - [openSUSE](#opensuse---binary) 11 - [RHEL](#rhel---binary) 12 - [Amazon Linux 1](#amazon-linux-1---binary) [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu 16.04 GCC 12 os: ubuntu-16.04 15 - name: Ubuntu GCC 16 os: ubuntu-latest 18 cmake-args: -DWITH_SANITIZER=Address 21 - name: Ubuntu GCC OSB -O1 No Unaligned64 22 os: ubuntu-latest [all …]
|
| D | configure.yml | 4 ci-configure: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu GCC 12 os: ubuntu-latest 14 configure-args: --warn 16 - name: Ubuntu 16.04 GCC 17 os: ubuntu-16.04 19 configure-args: --warn 21 - name: Ubuntu GCC OSB [all …]
|
| /external/libkmsxx/ |
| D | .travis.yml | 5 # Only build test master & travis 8 - master 9 - travis 16 packages: &packages 17 - libdrm-dev 18 - libegl1-mesa-dev 19 - libgles2-mesa-dev 20 - libwayland-dev 21 - libx11-xcb-dev 22 - libx11-dev [all …]
|
| /external/python/cpython3/Tools/nuget/ |
| D | build.bat | 12 set PACKAGES= variable 16 if "%~1" EQU "-h" goto Help 17 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts 18 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts 19 if "%~1" EQU "-arm32" (set BUILDARM32=1) && shift && goto CheckOpts 20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts 21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts 22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts 23 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts variable 24 if "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts [all …]
|
| /external/python/cpython2/Tools/nuget/ |
| D | build.bat | 10 set PACKAGES= variable 13 if "%~1" EQU "-h" goto Help 14 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts 15 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts 16 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts 17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts 18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts 19 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts variable 23 if not defined NUGET where nuget -q || echo Cannot find nuget.exe on PATH and NUGET is not set. && … 26 if not defined PYTHON set PYTHON=py -3 [all …]
|
| /external/libabigail/doc/manuals/ |
| D | fedabipkgdiff.rst | 8 packages. It's a convenient way to do so without having to manually 9 download packages from the `Fedora Build System`_. 11 ``fedabipkgdiff`` knows how to talk with the `Fedora Build System`_ to 12 find the right packages versions, their associated debug information 13 and development packages, download them, compare their ABI locally, 17 are defined in public header files found in the development packages 18 associated with the packages being compared. It also reports ABI 20 and exported in the ELF binaries found in the packages being compared. 40 * Default system-wide suppression specification file 45 suppression file $libdir/libabigail/libabigail-default.abignore. If [all …]
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_config_discovery.py | 11 import setuptools # noqa -- force distutils.core to be patched 25 # find_parent_package should find a non-namespace parent package 29 packages = ["namespace", "namespace.pkg", "namespace.pkg.nested"] 30 assert find_parent_package(packages, {"": "src"}, tmp_path) == "namespace.pkg" 33 # find_parent_package should return null if the given list of packages does not 43 """Make sure discovered values for ``packages`` and ``py_modules`` work 48 "explicit-src": { 50 "packages": ["pkg"] 52 "variation-lib": { 53 "package_dir": {"": "lib"}, # variation of the source-layout [all …]
|
| /external/fmtlib/ |
| D | .travis.yml | 12 - secure: |- 20 - env: BUILD=Doc 23 - env: COMPILER=g++-6 BUILD=Debug STANDARD=14 29 - ubuntu-toolchain-r-test 30 packages: 31 - g++-6 32 - env: COMPILER=g++-6 BUILD=Release STANDARD=14 38 - ubuntu-toolchain-r-test 39 packages: 40 - g++-6 [all …]
|
| /external/python/setuptools/setuptools/tests/integration/ |
| D | test_pip_install_sdist.py | 1 """Integration tests for setuptools that focus on building packages via pip. 4 combinations of packages, operating systems, supporting libraries, etc, but 5 rather check a limited number of popular packages and how they interact with 9 The number of tested packages is purposefully kept small, to minimise duration 10 and the associated maintenance cost (changes in the way these packages define 11 their build process may require changes in the tests). 33 # packages. 38 # Packages to be tested: 41 # that `build-essential`, `gfortran` and `libopenblas-dev` are installed, 50 # --- Popular packages: https://hugovk.github.io/top-pypi-packages/ --- [all …]
|
| /external/libyuv/files/ |
| D | DEPS | 5 # Three lines of non-changing comments so that 9 # Three lines of non-changing comments so that 13 # the commit queue can handle CLs rolling android_sdk_build-tools_version 15 'android_sdk_build-tools_version': 'DLK621q5_Bga5EsOr7cp6bHWWxFKx6UHLu_Ix_m3AckC', 16 # Three lines of non-changing comments so that 19 'android_sdk_emulator_version': 'ki7EDQRAiZAUYlnTWR1XmI6cJTk65fJ-DNZUU1zrtS8C', 20 # Three lines of non-changing comments so that 23 'android_sdk_extras_version': 'iIwhhDox5E-mHgwUhCz8JACWQCpUjdqt5KTY9VLugKQC', 24 # Three lines of non-changing comments so that 27 'android_sdk_patcher_version': 'I6FNMhrXlpB-E1lOhMlvld7xt9lBVNOO83KIluXDyA0C', [all …]
|
| /external/libsrtp2/ |
| D | .travis.yml | 7 …- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose… 12 # linux build 13 - os: linux 15 - TEST="linux (gcc / valgrind)" 19 - ubuntu-toolchain-r-test 20 packages: 21 - gcc-6 22 - valgrind 24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure 25 - make [all …]
|
| /external/toolchain-utils/binary_search_tool/cros_pkg/ |
| D | README.cros_pkg_triage.md | 13 …/sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/binary-se… 17 packages in a ChromeOS build. 22 After setting up your 3 build trees (see Prerequisites section), do the 25 - Decide which test script to use (`boot_test.sh` or 27 - Get the IP name or address of the chromebook you will use for testing. 28 - Do the following inside your chroot: 32 $ ./cros_pkg/setup.sh <board-to-test> <IP-name-or-address-of-chromebook> 39 --get_initial_items=cros_pkg/get_initial_items.sh \ 40 --switch_to_good=cros_pkg/switch_to_good.sh \ 41 --switch_to_bad=cros_pkg/switch_to_bad.sh \ [all …]
|
| /external/python/setuptools/docs/ |
| D | setuptools.rst | 2 Building and Distributing Packages with Setuptools 6 that allow developers to more easily build and 7 distribute Python packages, especially ones that have dependencies on other 8 packages. 10 Packages built and distributed using ``setuptools`` look to the user like 11 ordinary Python packages based on the ``distutils``. 15 * Create `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_ - 16 a single-file importable distribution format 18 * Enhanced support for accessing data files hosted in zipped packages. 20 * Automatically include all packages in your source tree, without listing them [all …]
|
| /external/python/setuptools/setuptools/_distutils/command/ |
| D | build_py.py | 17 description = "\"build\" pure Python modules (copy to build directory)" 20 ('build-lib=', 'd', "directory to \"build\" (copy) to"), 22 ('no-compile', None, "don't compile .py files [default]"), 24 "also compile with optimization: -O1 for \"python -O\", " 25 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), 26 ('force', 'f', "forcibly build everything (ignore file timestamps)"), 30 negative_opt = {'no-compile' : 'compile'} 43 self.set_undefined_options('build', 48 # options -- list of packages and list of modules. 49 self.packages = self.distribution.packages [all …]
|
| /external/python/cpython2/Lib/distutils/command/ |
| D | build_py.py | 18 description = "\"build\" pure Python modules (copy to build directory)" 21 ('build-lib=', 'd', "directory to \"build\" (copy) to"), 23 ('no-compile', None, "don't compile .py files [default]"), 25 "also compile with optimization: -O1 for \"python -O\", " 26 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), 27 ('force', 'f', "forcibly build everything (ignore file timestamps)"), 31 negative_opt = {'no-compile' : 'compile'} 44 self.set_undefined_options('build', 49 # options -- list of packages and list of modules. 50 self.packages = self.distribution.packages [all …]
|
| /external/pigweed/pw_build/ |
| D | python.rst | 1 .. _module-pw_build-python: 3 ------------------- 5 ------------------- 6 The Python build is implemented with GN templates defined in 9 .. seealso:: :ref:`docs-python-build` 11 .. _module-pw_build-pw_python_package: 17 :ref:`module-pw_build-python-target`, each ``pw_python_package`` expands to 20 - ``<name>`` - Represents the files themselves 21 - ``<name>.lint`` - Runs static analysis 22 - ``<name>.tests`` - Runs all tests for this package [all …]
|
| /external/python/cpython3/Tools/msi/ |
| D | README.txt | 1 Quick Build Info 4 For testing, the installer should be built with the Tools/msi/build.bat 7 build.bat [-x86] [-x64] [--doc] 13 set SPHINXBUILD=<path to sphinx-build.exe> 17 buildrelease.bat [-x86] [-x64] [-D] [-B] 18 [-o <output directory>] [-c <certificate name>] 27 without having to build it themselves. 46 and command-line logic, as well as the ability to locate and optionally 65 Before building the installer, download extra build dependencies using 77 For testing, the installer should be built with the Tools/msi/build.bat [all …]
|
| /external/guice/ |
| D | build.xml | 4 <!-- common definitions are stored in common.xml. --> 9 <fileset dir="${lib.dir}/build" includes="*.jar"/> 17 <pathelement location="${build.dir}/classes"/> 21 <target name="jar" depends="jar.withdeps, manifest" description="Build jar."> 22 <jar jarfile="${build.dir}/dist/guice-${version}.jar" 23 manifest="${build.dir}/META-INF/MANIFEST.MF"> 24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/> 29 description="Build entire distribution."> 30 <ant antfile="extensions/servlet/build.xml" target="distjars" inheritAll="false"/> 31 <ant antfile="extensions/spring/build.xml" target="distjars" inheritAll="false"/> [all …]
|
| /external/python/setuptools/docs/userguide/ |
| D | quickstart.rst | 10 pip install --upgrade setuptools 16 only provide backend support, no longer being the de-facto packaging tool in 18 the backend (build system) it wants to use. The distribution can then 19 be generated with whatever tool that provides a ``build sdist``-like 22 change is driven under :pep:`PEP 517 <517#build-requirements>`. To learn more about Python packagin… 23 navigate to the :ref:`bottom <packaging-resources>` of this page. 32 .. code-block:: toml 34 [build-system] 36 build-backend = "setuptools.build_meta" 49 .. code-block:: ini [all …]
|
| /external/python/cpython3/Lib/distutils/command/ |
| D | build_py.py | 17 description = "\"build\" pure Python modules (copy to build directory)" 20 ('build-lib=', 'd', "directory to \"build\" (copy) to"), 22 ('no-compile', None, "don't compile .py files [default]"), 24 "also compile with optimization: -O1 for \"python -O\", " 25 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"), 26 ('force', 'f', "forcibly build everything (ignore file timestamps)"), 30 negative_opt = {'no-compile' : 'compile'} 43 self.set_undefined_options('build', 48 # options -- list of packages and list of modules. 49 self.packages = self.distribution.packages [all …]
|
| /external/catch2/ |
| D | .travis.yml | 5 - /dev-appveyor.*/ 8 - ubuntu-toolchain-r-test 9 - llvm-toolchain-trusty 10 - llvm-toolchain-trusty-3.9 11 - llvm-toolchain-trusty-4.0 12 - llvm-toolchain-xenial-5.0 13 - llvm-toolchain-xenial-6.0 19 - os: linux 24 packages: ['clang-3.5'] 25 env: COMPILER='clang++-3.5' [all …]
|
| /external/autotest/utils/ |
| D | build_externals.py | 6 Fetch, build and install external Python library dependancies. 9 python and installs them under our own autotest/site-packages/ directory. 26 # bring in site packages as well 32 # Where packages will be installed to relative to the top of the autotest tree. 33 INSTALL_DIR = 'site-packages' 35 # Installs all packages, even if the system already has the version required 39 # Want to add more packages to fetch, build and install? See the class 56 fetch, build and install themselves. 87 # Don't leave references to our temporary build dir in the files. 92 external_packages.system("chmod -R a+rX '%s'" % install_dir) [all …]
|