Home
last modified time | relevance | path

Searched +full:lint +full:- +full:py +full:- +full:build (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/
DMakefile1 -include config.mk
10 STAGINGSERVER ?= node-www
12 OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
13 COVTESTS ?= test-cov
16 GNUMAKEFLAGS += --no-print-directory
23 PARALLEL_ARGS = -j $(JOBS)
25 PARALLEL_ARGS = -J
29 TAP_V8 := --junitout $(PWD)/v8-tap.xml
30 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
31 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
[all …]
Dvcbuild.bat8 if /i "%1"=="--help" goto help
9 if /i "%1"=="-help" goto help
12 if /i "%1"=="-?" goto help
13 if /i "%1"=="--?" goto help
19 set NATIVE_SUITES=addons js-native-api node-api
24 @rem Same as the test-ci target in Makefile
29 set target=Build
74 :next-arg
75 if "%1"=="" goto args-done
76 if /i "%1"=="debug" set config=Debug&goto arg-ok
[all …]
DBUILDING.md3 Depending on what platform or features you need, the build process may
13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python 2 and Python 3](#note-about-python-2-and-python-3)
23 * [Unix and macOS](#unix-and-macos)
[all …]
/third_party/node/.github/workflows/
Dpythonpackage.yml6 build:
7 runs-on: ubuntu-latest
9 fail-fast: false
10 max-parallel: 1
12 python-version: [3.8] # [2.7, 3.5, 3.6, 3.7]
14 - uses: actions/checkout@v2
15 - name: Set up Python ${{ matrix.python-version }}
16 uses: actions/setup-python@v1
18 python-version: ${{ matrix.python-version }}
19 - name: Compile Node.js
[all …]
Dlinters.yml10 lint-addon-docs:
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v2
14 - name: Use Node.js ${{ env.NODE_VERSION }}
15 uses: actions/setup-node@v1
17 node-version: ${{ env.NODE_VERSION }}
18 - name: Environment Information
20 - name: Lint addon docs
21 run: NODE=$(which node) make lint-addon-docs
22 lint-cpp:
[all …]
/third_party/icu/
D.travis.yml4 # ICU4C Docs Build
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
[all …]
/third_party/python/Lib/ensurepip/_bundled/
Dpip-20.1.1-py2.py3-none-any.whl ... /__init__.py pip/_internal/operations/build/metadata.py pip/_internal/operations/
/third_party/XKeyboardConfig/
Daclocal.m41 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
3 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
20 If you have problems, you may need to regenerate the build system entirely.
23 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
24 # serial 11 (pkg-config-0.29.1)
27 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
41 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
42 dnl 02111-1307, USA.
50 dnl PKG_PREREQ(MIN-VERSION)
51 dnl -----------------------
[all …]
/third_party/flutter/skia/infra/bots/
Dutils.py5 # Use of this source code is governed by a BSD-style license that can be
34 duration = (finish-self._start).total_seconds()
95 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()
98 GIT, 'rev-parse', 'HEAD']).rstrip()
103 subprocess.check_call([GIT, 'checkout', '-b', self._branch,
104 '-t', 'origin/master'])
108 subprocess.check_call([GIT, 'reset', '--hard', 'HEAD'])
112 subprocess.check_call([GIT, 'branch', '-D', self._branch])
116 """Recursively removes a directory, even if it's marked read-only.
119 …ium.googlesource.com/chromium/tools/build/+/f3e7ff03613cd59a463b2ccc49773c3813e77404/scripts/commo…
[all …]
/third_party/json/third_party/cpplint/
Dcpplint.py31 """Does google-lint on c++ files.
34 be in non-compliance with google style. It does not attempt to fix
35 up these problems -- the point is to educate. It does also not
67 # -- pylint: disable=redefined-builtin
72 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]
73 [--filter=-x,+y,...]
74 [--counting=total|toplevel|detailed] [--root=subdir]
75 [--repository=path]
76 [--linelength=digits] [--headers=x,y,...]
77 [--recursive]
[all …]
/third_party/protobuf/docs/
Dthird_party.md1 # Third-Party Add-ons for Protocol Buffers
3 … Also note that many projects here are in the early stages of development and not production-ready.
10 * Action Script: http://code.google.com/p/protobuf-actionscript3/
11 * Action Script: https://code.google.com/p/protoc-gen-as3/
13 * Action Script: https://github.com/zhongfq/protobuf-as3/
14 * C: https://github.com/protobuf-c/protobuf-c
20 * C++: https://github.com/google/protobuf (Google-official implementation)
23 * C#: http://code.google.com/p/protobuf-csharp-port
25 * C#/.NET/WCF/VB: http://code.google.com/p/protobuf-net/
26 * Clojure: http://github.com/ninjudd/clojure-protobuf
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V012.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
55 ## 2016-12-21, Version 0.12.18 (Maintenance), @rvagg
60 * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström)
64 * [[`a47fd4549d`](https://github.com/nodejs/node/commit/a47fd4549d) - build: add working lint-ci ma…
65 * [[`830584ca59`](https://github.com/nodejs/node/commit/830584ca59) - deps: define missing operator…
66 * [[`c130b31cba`](https://github.com/nodejs/node/commit/c130b31cba) - deps: upgrade npm to 2.15.11 …
67 * [[`bc6766d847`](https://github.com/nodejs/node/commit/bc6766d847) - doc: update npm license in ma…
68 * [[`0cdf344c80`](https://github.com/nodejs/node/commit/0cdf344c80) - (SEMVER-MINOR) process: reint…
[all …]
DCHANGELOG_V010.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
87 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg
89 …y release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for …
93 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.h…
97 * [[`a14a6a3a11`](https://github.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-b…
98 * [[`b798f598af`](https://github.com/nodejs/node/commit/b798f598af)] - tls: fix minor jslint failur…
99 * [[`92b232ba01`](https://github.com/nodejs/node/commit/92b232ba01)] - win,build: try multiple time…
102 ## 2016-09-27, Version 0.10.47 (Maintenance), @rvagg
[all …]
DCHANGELOG_V11.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
48 ## 2019-04-11, Version 11.14.0 (Current), @BethGriggs
63 * [[`ca7c4f485b`](https://github.com/nodejs/node/commit/ca7c4f485b)] - **async_hooks**: minor clean…
64 …fa8166`](https://github.com/nodejs/node/commit/e9bffa8166)] - **benchmark**: improve module-loader…
65 * [[`09d6dfb21d`](https://github.com/nodejs/node/commit/09d6dfb21d)] - **benchmark**: add new modul…
66 …https://github.com/nodejs/node/commit/5512ecb5b0)] - **benchmark**: tidy up eslint ignore in forea…
67 * [[`de937375e4`](https://github.com/nodejs/node/commit/de937375e4)] - **benchmark**: remove unused…
68 * [[`0aea4d1c77`](https://github.com/nodejs/node/commit/0aea4d1c77)] - **benchmark,lib**: change va…
[all …]
DCHANGELOG_V10.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
58 ## 2019-03-05, Version 10.15.3 'Dubnium' (LTS), @BethGriggs
67 …* fix end-of-stream for HTTP/2 (Anna Henningsen) [#24926](https://github.com/nodejs/node/pull/2492…
71 * [[`732088dd44`](https://github.com/nodejs/node/commit/732088dd44)] - **assert**: fix loose deepEq…
72 * [[`5a81a4f6cd`](https://github.com/nodejs/node/commit/5a81a4f6cd)] - **assert,util**: fix sparse …
73 * [[`bd08ede3ab`](https://github.com/nodejs/node/commit/bd08ede3ab)] - **buffer**: remove checkNumb…
74 * [[`15756e0acc`](https://github.com/nodejs/node/commit/15756e0acc)] - **build**: set `-blibpath:` …
75 * [[`fde56fa748`](https://github.com/nodejs/node/commit/fde56fa748)] - **build**: make lint-addon-d…
[all …]
DCHANGELOG_V12.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
73 ## 2021-02-23, Version 12.21.0 'Erbium' (LTS), @richardlau
81 * **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
83 * **CVE-2021-22884**: DNS rebinding in --inspect
84 … attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
85 * **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate
90 …8`](https://github.com/nodejs/node/commit/e69177a088)] - **deps**: update archs files for OpenSSL-
91 * [[`0633ae77e6`](https://github.com/nodejs/node/commit/0633ae77e6)] - **deps**: upgrade openssl so…
[all …]
DCHANGELOG_V4.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
79 ## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @MylesBorins
91 ## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins
93 …ity release summary at https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/ for …
97 * CVE-2018-7158
98 * CVE-2018-7159
103 * **Fix for `'path'` module regular expression denial of service (CVE-2018-7158)**: A regular expre…
104-Length` header values (CVE-2018-7159)**: The Node.js HTTP parser allowed for spaces inside `Conte…
[all …]
DCHANGELOG_V6.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
84 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs
86 Node 6 is due to go End-of-Life on 2019-04-30.
95 * [[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` …
96 * [[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLAC…
97 * [[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_…
98 * [[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMe…
99 * [[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check in…
[all …]
DCHANGELOG_V9.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
50 ## 2018-06-12, Version 9.11.2 (Current), @evanlucas
54 * **Fixes memory exhaustion DoS** (CVE-2018-7164): Fixes a bug introduced in 9.7.0 that increases t…
55 * **buffer** (CVE-2018-7167): Fixes Denial of Service vulnerability where calling Buffer.fill() cou…
57 …* (CVE-2018-7161): Fixes Denial of Service vulnerability by updating the http2 implementation to n…
58 * (CVE-2018-1000168): Fixes Denial of Service vulnerability by upgrading nghttp2 to 1.32.0
59 * **tls** (CVE-2018-7162): Fixes Denial of Service vulnerability by updating the TLS implementation…
63 …65ed3213ca)] - **deps**: update to nghttp2 1.32.0 (James M Snell) [nodejs-private/node-private#124…
[all …]
DCHANGELOG_ARCHIVE.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
174 * uv: Upgrade to v1.0.0-rc1
184 * buffer: improve Buffer constructor (Kang-Hao Kenny)
185 * build: linking CoreFoundation framework for OSX (Thorsten Lorenz)
210 * dns: send lookup c-ares errors to callback (Chris Dickinson)
242 * repl: fix multi-line input (Fedor Indutny)
251 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu)
336 * async-listener: revamp of subsystem (Trevor Norris)
[all …]
/third_party/node/tools/
Dcpplint.py31 """Does google-lint on c++ files.
34 be in non-compliance with google style. It does not attempt to fix
35 up these problems -- the point is to educate. It does also not
67 # -- pylint: disable=redefined-builtin
72 Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit]
73 [--filter=-x,+y,...]
74 [--counting=total|toplevel|detailed] [--root=subdir]
75 [--repository=path]
76 [--linelength=digits] [--headers=x,y,...]
77 [--recursive]
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
18 # http://www.apache.org/licenses/LICENSE-2.0
43 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
54 # -------
59 # ---------------
61 # Warning: the test is destructive. It includes various build modes and
70 # * Basic Unix tools (Windows users note: a Unix-style find must be before
77 # * arm-gcc and mingw-gcc
78 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
89 # script -c tests/scripts/all.sh
[all …]
/third_party/freetype/
DChangeLog.201 2002-02-09 Werner Lemberg <wl@gnu.org>
11 2002-02-08 David Turner <david@freetype.org>
22 2002-02-07 David Turner <david@freetype.org>
27 2002-02-06 David Turner <david@freetype.org>
69 2002-02-06 Detlef Würkner <TetiSoft@apg.lahn.de>
77 2002-02-04 Keith Packard <keithp@keithp.com>
94 high-level API.
117 2002-02-02 Keith Packard <keithp@keithp.com>
119 * builds/unix/freetype-config.in: Add missing `fi'.
126 2002-02-01 David Turner <david@freetype.org>
[all …]
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.201 2002-02-09 Werner Lemberg <wl@gnu.org>
11 2002-02-08 David Turner <david@freetype.org>
22 2002-02-07 David Turner <david@freetype.org>
27 2002-02-06 David Turner <david@freetype.org>
69 2002-02-06 Detlef Würkner <TetiSoft@apg.lahn.de>
77 2002-02-04 Keith Packard <keithp@keithp.com>
94 high-level API.
117 2002-02-02 Keith Packard <keithp@keithp.com>
119 * builds/unix/freetype-config.in: Add missing `fi'.
126 2002-02-01 David Turner <david@freetype.org>
[all …]
/third_party/gn/docs/
Dreference.md3 *This page is automatically generated from* `gn help --markdown all`.
9 * [args: Display or configure arguments declared by the build.](#cmd_args)
25 * [create_bundle: [iOS/macOS] Build an iOS or macOS bundle.](#func_create_bundle)
39 * [declare_args: Declare build arguments.](#func_declare_args)
58 * [split_list: Splits a list into N different sub-lists.](#func_split_list)
66 * [Built-in predefined variables](#predefined_variables)
76 * [root_build_dir: [string] Directory where build commands are run.](#var_root_build_dir)
79 * [target_cpu: [string] The desired cpu architecture for the build.](#var_target_cpu)
82 * [target_os: [string] The desired operating system for the build.](#var_target_os)
85 * [aliased_deps: [scope] Set of crate-dependency pairs.](#var_aliased_deps)
[all …]

12