/third_party/boost/libs/python/doc/ |
D | building.qbk | 4 [copyright 2002 - 2015 David Abrahams, Stefan Seefeld] 15 Boost.Python requires [@http://www.python.org/2.2 Python 2.2] 16 [footnote Note that although we tested earlier versions of Boost.Python 17 with Python 2.2, and we don't *think* we've done anything to break 18 compatibility, this release of Boost.Python may not have been tested 19 with versions of Python earlier than 2.4, so we're not 100% sure that 20 python 2.2 and 2.3 are supported.] *or* [@http://www.python.org newer]. 25 There are two basic models for combining C++ and Python: 27 * [@http://www.python.org/doc/current/ext/intro.html extending], 28 in which the end-user launches the Python interpreter [all …]
|
/third_party/python/Doc/ |
D | Makefile | 2 # Makefile for Python documentation 7 PYTHON = python3 macro 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 13 DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py) 14 SPHINXERRORHANDLING = -W 17 PAPEROPT_a4 = -D latex_elements.papersize=a4paper 18 PAPEROPT_letter = -D latex_elements.papersize=letterpaper 20 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) \ 21 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES) 23 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \ [all …]
|
D | make.bat | 8 call ..\PCbuild\find_python.bat %PYTHON% 10 if not defined PYTHON set PYTHON=py variable 13 %PYTHON% -c "import sphinx" > nul 2> nul 15 echo Installing sphinx with %PYTHON% 16 %PYTHON% -m pip install sphinx==2.2.0 19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())" 22 %PYTHON% -c "import python_docs_theme" > nul 2> nul 24 echo Installing python-docs-theme with %PYTHON% 25 %PYTHON% -m pip install python-docs-theme 30 %PYTHON% -c "import blurb" > nul 2> nul [all …]
|
/third_party/openh264/build/ |
D | mktargets.sh | 2 cd "$(git rev-parse --show-toplevel 2>/dev/null)" >/dev/null 2>&1 3 python build/mktargets.py --directory codec/decoder --library decoder 4 python build/mktargets.py --directory codec/encoder --library encoder --exclude DllEntry.cpp 5 python build/mktargets.py --directory codec/common --library common --exclude asm_inc.asm --exclude… 6 python build/mktargets.py --directory codec/processing --library processing 8 python build/mktargets.py --directory codec/console/dec --binary h264dec 9 python build/mktargets.py --directory codec/console/enc --binary h264enc 10 python build/mktargets.py --directory codec/console/common --library console_common 11 python build/mktargets.py --directory test/encoder --prefix encoder_unittest 12 python build/mktargets.py --directory test/decoder --prefix decoder_unittest [all …]
|
/third_party/jerryscript/docs/ |
D | 00.GETTING-STARTED.md | 7 - `gcc` or any C99-compliant compiler (native or cross, e.g., arm-none-eabi) 8 - `cmake` >= `2.8.12.2` 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` 24 - `bc` 25 - `find` [all …]
|
/third_party/python/Tools/unicode/ |
D | Makefile | 2 # Recreate the Python charmap codecs from the Unicode mapping 5 #(c) Copyright Marc-Andre Lemburg, 2005. 8 # Python binary to use 9 PYTHON = python macro 18 codecs: misc windows iso apple ebcdic custom-mappings cjk 23 ncftpget -R ftp.unicode.org . Public/MAPPINGS 27 build/: 28 mkdir build 30 misc: build/ 31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/ [all …]
|
/third_party/python/PCbuild/ |
D | readme.txt | 2 ----------------- 4 1. Install Microsoft Visual Studio 2017 with Python workload and 5 Python native development component. 6 1a. Optionally install Python 3.6 or later. If not installed, 7 get_externals.bat (via build.bat) will download and use Python via 9 2. Run "build.bat" to build Python in 32-bit Release configuration. 10 3. (Optional, but recommended) Run the test suite with "rt.bat -q". 13 Building Python using Microsoft Visual C++ 14 ------------------------------------------ 16 This directory is used to build CPython for Microsoft Windows NT version [all …]
|
/third_party/benchmark/.github/workflows/ |
D | wheels.yml | 1 name: Build and upload Python wheels 7 - published 11 name: Build source distribution 12 runs-on: ubuntu-latest 14 - name: Check out repo 17 - name: Install Python 3.9 18 uses: actions/setup-python@v2 20 python-version: 3.9 22 - name: Build and check sdist 24 python setup.py sdist [all …]
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 export PYTHON=${PYTHON:-python} 22 export PIP=${PIP:-pip} 23 export AUDITWHEEL=${AUDITWHEEL:-auditwheel} 25 # Install Cython to avoid source wheel build failure. 26 "${PIP}" install --upgrade cython 28 # Allow build_ext to build C/C++ files in parallel 29 # by enabling a monkeypatch. It speeds up the build a lot. 31 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=${GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS:-2} [all …]
|
/third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
D | Build-Debian9-Clang-arm-Release-Flutter_Android_Docker.json | 8 "python", 9 "-u", 15 "@@@STEP_LOG_LINE@python.inline@import os@@@", 16 "@@@STEP_LOG_LINE@python.inline@print('%d:%d' % (os.getuid(), os.getgid()))@@@", 17 "@@@STEP_LOG_END@python.inline@@@" 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 … "[START_DIR]/cache/work/skia/out/Build-Debian9-Clang-arm-Release-Flutter_Android_Docker/Release" [all …]
|
D | Build-Debian10-GCC-x86-Debug-Docker.json | 8 "python", 9 "-u", 15 "@@@STEP_LOG_LINE@python.inline@import os@@@", 16 "@@@STEP_LOG_LINE@python.inline@print('%d:%d' % (os.getuid(), os.getgid()))@@@", 17 "@@@STEP_LOG_END@python.inline@@@" 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86-Debug-Docker/Debug" [all …]
|
D | Build-Debian10-GCC-x86_64-Debug-Docker.json | 8 "python", 9 "-u", 15 "@@@STEP_LOG_LINE@python.inline@import os@@@", 16 "@@@STEP_LOG_LINE@python.inline@print('%d:%d' % (os.getuid(), os.getgid()))@@@", 17 "@@@STEP_LOG_END@python.inline@@@" 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Docker/Debug" [all …]
|
D | Build-Debian10-GCC-x86_64-Release-Shared_Docker.json | 8 "python", 9 "-u", 15 "@@@STEP_LOG_LINE@python.inline@import os@@@", 16 "@@@STEP_LOG_LINE@python.inline@print('%d:%d' % (os.getuid(), os.getgid()))@@@", 17 "@@@STEP_LOG_END@python.inline@@@" 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-Shared_Docker/Release" [all …]
|
D | Build-Debian10-GCC-x86_64-Release-NoGPU_Docker.json | 8 "python", 9 "-u", 15 "@@@STEP_LOG_LINE@python.inline@import os@@@", 16 "@@@STEP_LOG_LINE@python.inline@print('%d:%d' % (os.getuid(), os.getgid()))@@@", 17 "@@@STEP_LOG_END@python.inline@@@" 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-NoGPU_Docker/Release" [all …]
|
D | Build-Debian10-Clang-x86_64-Release-SwiftShader.json | 5 "-u", 7 "--json-output", 23 "-u", 25 "--json-output", 27 "ensure-directory", 28 "--mode", 30 …"[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Release-SwiftShader/Release/swiftshad… 38 "-DSWIFTSHADER_BUILD_TESTS=OFF", 39 "-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF", 40 "-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF", [all …]
|
D | Build-Debian9-Clang-x86_64-Release-Chromebook_GLES_Docker.json | 5 "-u", 7 "--json-output", 26 "python", 27 "-u", 33 "@@@STEP_LOG_LINE@python.inline@import os@@@", 34 "@@@STEP_LOG_LINE@python.inline@print('%d:%d' % (os.getuid(), os.getgid()))@@@", 35 "@@@STEP_LOG_END@python.inline@@@" 41 "-u", 43 "--json-output", 45 "ensure-directory", [all …]
|
/third_party/grpc/summerofcode/2018/ |
D | naresh.md | 5 Enable Building of gRPC Python with Bazel 9 gRPC Python currently has a constellation of scripts written to build the 11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal 14 development, especially in terms of Python (amongst a few other languages). 16 The project aimed to fill this gap and build gRPC Python with Bazel. 20 …storage.googleapis.com/summerofcode-prod.appspot.com/gsoc/core_project/doc/5316764725411840_152204… 24 ### State of Bazel for Python 28 rules for Python are currently being separated out into their own repo at 32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw) 33 though. There's still challenges when it comes to building for Python 2 vs 3. [all …]
|
/third_party/python/Mac/ |
D | README.rst | 2 Python on macOS README 6 Jack Jansen (2004-07), 7 Ronald Oussoren (2010-04), 8 Ned Deily (2012-06) 11 the Python distribution. 16 * ``--enable-framework[=DIR]`` 18 If this argument is specified the build will create a Python.framework rather 20 _`Building and using a framework-based Python on macOS` for more 24 into that directory. This can be used to install a python framework into 27 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks [all …]
|
/third_party/PyYAML/ |
D | Makefile | 2 .PHONY: build dist 4 PYTHON=/usr/bin/python3 macro 8 build: target 9 ${PYTHON} setup.py build ${PARAMETERS} 12 ${PYTHON} setup.py --with-libyaml build ${PARAMETERS} 15 ${PYTHON} setup.py build -f ${PARAMETERS} 18 ${PYTHON} setup.py --with-libyaml build -f ${PARAMETERS} 21 ${PYTHON} setup.py install ${PARAMETERS} 24 ${PYTHON} setup.py --with-libyaml install ${PARAMETERS} 26 test: build [all …]
|
/third_party/python/Doc/using/ |
D | configure.rst | 2 Configure Python 5 .. _configure-options: 12 ./configure --help 14 See also the :file:`Misc/SpecialBuilds.txt` in the Python source distribution. 17 --------------- 19 .. cmdoption:: --enable-loadable-sqlite-extensions 29 .. cmdoption:: --disable-ipv6 34 .. cmdoption:: --enable-big-digits=[15|30] 36 Define the size in bits of Python :class:`int` digits: 15 or 30 bits. 39 30 bits if ``void*`` size is 64-bit or larger, 15 bits otherwise. [all …]
|
/third_party/boost/ |
D | bootstrap.sh | 2 # Copyright 2019-2021 René Ferdinand Rivera Morell 9 # boostinspect:notab - Tabs are required for the Makefile. 14 BUILD="" 20 PYTHON=python 26 # support -n. Use the installed echo executable if there is one 27 # rather than builtin version to ensure -n is supported. 42 -help | --help | -h) 45 -prefix=* | --prefix=*) 46 PREFIX=`expr "x$option" : "x-*prefix=\(.*\)"` 49 -exec-prefix=* | --exec-prefix=*) [all …]
|
/third_party/protobuf/python/ |
D | README.md | 1 Protocol Buffers - Google's data interchange format 4 …Build status](https://storage.googleapis.com/protobuf-kokoro-results/status-badge/linux-python.png… 8 This directory contains the Python Protocol Buffers runtime library. 13 https://developers.google.com/protocol-buffers/ 17 or some other Python-specific source, you may have received only the 18 Python part of the code. In this case, you will need to obtain the 25 The pure python performance is slow. For better preformance please 26 use python c++ implementation. 31 1) Make sure you have Python 2.7 or newer. If in doubt, run: 33 $ python -V [all …]
|
/third_party/protobuf/kokoro/linux/benchmark/ |
D | run.sh | 10 if [ ! -f gperftools/.libs/libtcmalloc.so ]; then 15 make -j8 22 datasets=$(for file in $(find . -type f -name "dataset.*.pb" -not -path "./tmp/*"); do echo "$(pwd)… 26 # build Python protobuf 28 ./configure CXXFLAGS="-fPIC -O2" 29 make -j8 30 cd python 31 python setup.py build --cpp_implementation 32 pip install . --user 35 # build and run Python benchmark [all …]
|
/third_party/python/Mac/BuildScript/ |
D | README.rst | 1 Building a Python Mac OS X distribution 4 The ``build-install.py`` script creates Python distributions, including 5 certain third-party libraries as necessary. It builds a complete 6 framework-based Python out-of-tree, installs it in a funny place with 25 available in the on-line Apple Developer Documentation and man pages. 27 A goal of PSF-provided (python.org) Python binaries for macOS is to 28 support a wide-range of operating system releases with one set of 29 binaries. Currently, the oldest release supported by python.org 30 binaries is macOS 10.9; it is still possible to build Python and 31 Python installers on older versions of macOS but we not regularly [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/ |
D | README.md | 1 # `node-gyp` - Node.js native addon build tool 3 [](https://travis-ci.com/nodej… 4 [](https://gith… 6 `node-gyp` is a cross-platform command-line tool written in Node.js for 11 Note that `node-gyp` is _not_ used to build Node.js itself. 15 (`node-gyp` downloads the necessary development files or headers for the target version). 19 * The same build commands work on any of the supported platforms 24 You can install `node-gyp` using `npm`: 27 $ npm install -g node-gyp 34 * Python v2.7, v3.5, v3.6, or v3.7 [all …]
|