Searched +full:lint +full:- +full:cpp (Results 1 – 25 of 34) sorted by relevance
12
| /third_party/node/.github/workflows/ |
| D | linters.yml | 10 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/node/ |
| D | Makefile | 1 -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 …]
|
| D | vcbuild.bat | 8 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 74 :next-arg 75 if "%1"=="" goto args-done 76 if /i "%1"=="debug" set config=Debug&goto arg-ok 77 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok [all …]
|
| /third_party/node/doc/guides/ |
| D | doc-style-guide.md | 3 This style guide helps us create organized and easy-to-read documentation. It 12 `lowercase-with-dashes.md`. 15 * Some files, such as top-level markdown files, are exceptions. 16 * Documents should be word-wrapped at 80 characters. 19 * Check changes to documentation with `make lint-md`. 26 * Use gender-neutral pronouns and gender-neutral plural nouns. 35 * Documents must start with a level-one heading. 41 * Use [language][]-aware fences. (<code>```js</code>) 45 | ------------- | ----------------- | 48 | C++ | `cpp` | [all …]
|
| D | cpp-style-guide.md | 8 * [Guides and References](#guides-and-references) 10 …* [Left-leaning (C++ style) asterisks for pointer declarations](#left-leaning-c-style-asterisks-fo… 11 * [C++ style comments](#c-style-comments) 12 … indentation for blocks or bodies of conditionals](#2-spaces-of-indentation-for-blocks-or-bodies-o… 13 …* [4 spaces of indentation for statement continuations](#4-spaces-of-indentation-for-statement-con… 14 * [Align function arguments vertically](#align-function-arguments-vertically) 15 * [Initialization lists](#initialization-lists) 16 * [CamelCase for methods, functions, and classes](#camelcase-for-methods-functions-and-classes) 17 …* [`snake_case` for local variables and parameters](#snake_case-for-local-variables-and-parameters) 18 * [`snake_case_` for private class fields](#snake_case_-for-private-class-fields) [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 9 language: cpp 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/e2fsprogs/doc/RelNotes/ |
| D | v1.13.txt | 46 ------------------- 48 Fixed a number of lint warnings in the ext2fs library and potential 50 CPP macros for names like "max" and "min".
|
| /third_party/googletest/ |
| D | .travis.yml | 2 # https://docs.travis-ci.com/user/customizing-the-build/ 4 # http://lint.travis-ci.org/ 7 language: cpp 13 - os: linux 16 install: ./ci/install-linux.sh && ./ci/log-config.sh 17 script: ./ci/build-linux-bazel.sh 18 - os: linux 21 install: ./ci/install-linux.sh && ./ci/log-config.sh 22 script: ./ci/build-linux-bazel.sh 23 - os: linux [all …]
|
| /third_party/jsoncpp/ |
| D | .travis.yml | 2 # http://about.travis-ci.org/docs/user/build-configuration/ 5 # gem install travis --no-rdoc --no-ri 6 # travis lint .travis.yml 7 language: cpp 12 - clang-format 13 - meson 14 - ninja 18 - ubuntu-toolchain-r-test 19 - llvm-toolchain-xenial-8 21 - clang-format-8 [all …]
|
| /third_party/XKeyboardConfig/ |
| D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.1 -*- Autoconf -*- 3 # Copyright (C) 1996-2018 Free Software Foundation, Inc. 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 ----------------------- 54 dnl Verify that the version of the pkg-config macros are at least [all …]
|
| /third_party/node/deps/npm/node_modules/extsprintf/ |
| D | Makefile.targ | 1 # -*- mode: makefile -*- 8 # into other repos as-is without requiring any modifications. If you find 17 # check Checks JavaScript files for lint and style 29 # xref Generates cscope (source cross-reference index) 38 # (paths relative to top-level Makefile) 43 # restdown-generated HTML and JSON files. 50 # JSL_CONF_WEB (paths relative to top-level Makefile) 89 MKDIR ?= mkdir -p 92 RMTREE ?= rm -rf 93 JSL_FLAGS ?= --nologo --nosummary [all …]
|
| /third_party/node/doc/guides/contributing/ |
| D | pull-requests.md | 9 * [Setting up your local environment](#setting-up-your-local-environment) 10 * [Step 1: Fork](#step-1-fork) 11 * [Step 2: Branch](#step-2-branch) 12 * [The Process of Making Changes](#the-process-of-making-changes) 13 * [Step 3: Code](#step-3-code) 14 * [Step 4: Commit](#step-4-commit) 15 * [Commit message guidelines](#commit-message-guidelines) 16 * [Step 5: Rebase](#step-5-rebase) 17 * [Step 6: Test](#step-6-test) 18 * [Step 7: Push](#step-7-push) [all …]
|
| /third_party/json/third_party/cpplint/ |
| D | cpplint.py | 31 """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/node/tools/ |
| D | cpplint.py | 31 """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 …]
|
| D | lint-md.js | 4 // it is generated from tools/node-lint-md-cli-rollup 48 var index = -1; 57 var index = -1; 148 var index = -1; 149 var input = slice$1.call(arguments, 0, -1); 150 var done = arguments[arguments.length - 1]; 164 var pos = -1; 171 // Copy non-nully input into values. 204 throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs'); 347 while (start > 0 && '\x00\r\n\x85\u2028\u2029'.indexOf(this.buffer.charAt(start - 1)) === -1) { [all …]
|
| /third_party/popt/ |
| D | Makefile.in | 30 install_sh_DATA = $(install_sh) -c -m 644 31 install_sh_PROGRAM = $(install_sh) -c 32 install_sh_SCRIPT = $(install_sh) -c 45 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=$(top_srcdir)/libpopt.vers 51 $(srcdir)/test-poptrc.in $(top_srcdir)/configure ABOUT-NLS \ 53 install-sh ltmain.sh missing 56 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 57 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 67 mkinstalldirs = $(install_sh) -d 69 CONFIG_CLEAN_FILES = Doxyfile popt.pc popt.spec test-poptrc [all …]
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V9.md | 3 <!--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 …]
|
| D | CHANGELOG_V11.md | 3 <!--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 …]
|
| D | CHANGELOG_V10.md | 3 <!--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 …]
|
| D | CHANGELOG_V12.md | 3 <!--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 …]
|
| D | CHANGELOG_V8.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 72 ## 2019-04-16, Version 8.16.0 'Carbon' (LTS), @MylesBorins 76 * **n-api**: 78 …* mark thread-safe function as stable (Gabriel Schulhof) [#25556](https://github.com/nodejs/node/p… 82 * [[`705935d620`](https://github.com/nodejs/node/commit/705935d620)] - **assert**: fix backport reg… 83 * [[`c07ba9681f`](https://github.com/nodejs/node/commit/c07ba9681f)] - **build**: skip cctest on Wi… 84 * [[`63522886ea`](https://github.com/nodejs/node/commit/63522886ea)] - **build**: add loader path t… 85 * [[`e9369073d9`](https://github.com/nodejs/node/commit/e9369073d9)] - **build**: set `-blibpath:` … [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
| D | StackWalker.cpp | 3 * StackWalker.cpp 10 * 2005-07-27 v1 - First public release on http://www.codeproject.com/ 12 * 2005-07-28 v2 - Changed the params of the constructor and ShowCallstack 14 * 2005-08-01 v3 - Changed to use 'CONTEXT_FULL' instead of CONTEXT_ALL 16 * - Changed to compile correctly with the PSDK of VC7.0 19 * - Added declarations to support VC5/6 without using 'dbghelp.h' 20 * - Added a 'pUserData' member to the ShowCallstack function and the 21 * PReadProcessMemoryRoutine declaration (to pass some user-defined data, 22 * which can be used in the readMemoryFunction-callback) 23 * 2005-08-02 v4 - OnSymInit now also outputs the OS-Version by default [all …]
|
| /third_party/openssl/Configurations/ |
| D | unix-Makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 19 my $install_flavour = $build_scheme->[$#$build_scheme]; # last element 50 # When OpenSSL is configured "no-shared", these functions will just 69 return $unified_info{sharednames}->{$lib}. $shlibvariant. '$(SHLIB_EXT)'; 103 -} 104 PLATFORM={- $config{target} -} 105 OPTIONS={- $config{options} -} 106 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -}) 107 SRCDIR={- $config{sourcedir} -} [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # 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 # --------------- 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 94 # --------------------- [all …]
|
| /third_party/gn/docs/ |
| D | reference.md | 3 *This page is automatically generated from* `gn help --markdown all`. 58 * [split_list: Splits a list into N different sub-lists.](#func_split_list) 66 * [Built-in predefined variables](#predefined_variables) 85 * [aliased_deps: [scope] Set of crate-dependency pairs.](#var_aliased_deps) 114 * [data_deps: [label list] Non-linked dependencies.](#var_data_deps) 119 * [externs: [scope] Set of Rust crate-dependency pairs.](#var_externs) 124 * [inputs: [file list] Additional compile-time dependencies.](#var_inputs) 169 * [switches: Show available command-line switches.](#switch_list) 184 - "files": A list of the filenames to check. 186 - "test_targets": A list of the labels for targets that are needed to run [all …]
|
12