Home
last modified time | relevance | path

Searched refs:gyp (Results 1 – 25 of 228) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md4 …com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1…
5 …m/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#…
6 …/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) …
7 …/github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (Rod Vagg) [#1971](htt…
8 …de-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christia…
9 …js/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Ca…
10 …e-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavie…
11gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `r…
12 …nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harness (#1993) (Rod Vagg) …
13 …node-gyp/commit/bc509c511d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian …
[all …]
DREADME.md1 # `node-gyp` - Node.js native addon build tool
3 …[Travis CI](https://travis-ci.com/nodejs/node-gyp.svg?branch=master)](https://travis-ci.com/nodejs…
4 … Status](https://github.com/nodejs/node-gyp/workflows/Python_tests/badge.svg)](https://github.com/…
6 `node-gyp` is a cross-platform command-line tool written in Node.js for
8 [gyp](https://gyp.gsrc.io) project that was previously used by the Chromium
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).
24 You can install `node-gyp` using `npm`:
27 $ npm install -g node-gyp
67 `node-gyp` requires that you have installed a compatible version of Python, one of: v2.7, v3.5, v3.…
[all …]
DmacOS_Catalina.md5 **Upgrading to macOS Catalina may cause normal `node-gyp` installations to fail.**
15 … not for you. Normal install docs for `node-gyp` on macOS can be found at https://github.com/nodej…
19 To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run:
25 If both tests succeeded, _you are done_! You should be ready to install `node-gyp`.
30 There are three ways to install the Xcode libraries `node-gyp` needs on macOS. People running Catal…
36 ### Installing `node-gyp` using the full Xcode
53 ### Installing `node-gyp` using the Xcode Command Line Tools via `xcode-select --install`
65 ### Installing `node-gyp` using the Xcode Command Line Tools via manual download
74 4. `npm explore npm -g -- npm install node-gyp@latest`
75 5. `npm explore npm -g -- npm explore npm-lifecycle -- npm install node-gyp@latest`
[all …]
/third_party/node/tools/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec6 gyp.xclangspec
23 Identifier = "xcode.lang.gyp.keyword";
36 Identifier = "xcode.lang.gyp.target.declarator";
46 Identifier = "xcode.lang.gyp.string.singlequote";
50 "xcode.lang.gyp.keyword",
59 Identifier = "xcode.lang.gyp.comma";
67 Identifier = "xcode.lang.gyp";
73 Tokenizer = "xcode.lang.gyp.lexer.toplevel";
75 "xcode.lang.gyp.dictionary",
83 Identifier = "xcode.lang.gyp.lexer";
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec6 gyp.xclangspec
23 Identifier = "xcode.lang.gyp.keyword";
36 Identifier = "xcode.lang.gyp.target.declarator";
46 Identifier = "xcode.lang.gyp.string.singlequote";
50 "xcode.lang.gyp.keyword",
59 Identifier = "xcode.lang.gyp.comma";
67 Identifier = "xcode.lang.gyp";
73 Tokenizer = "xcode.lang.gyp.lexer.toplevel";
75 "xcode.lang.gyp.dictionary",
83 Identifier = "xcode.lang.gyp.lexer";
[all …]
Dgyp.pbfilespec2 gyp.pbfilespec
18 Identifier = sourcecode.gyp;
21 Extensions = ("gyp", "gypi");
22 MIMETypes = ("text/gyp");
23 Language = "xcode.lang.gyp";
/third_party/node/tools/gyp/
DCHANGELOG.md3 ## [0.7.0](https://www.github.com/nodejs/gyp-next/compare/v0.6.2...v0.7.0) (2020-12-17)
12 … overrides arch-specific settings ([973bae0](https://www.github.com/nodejs/gyp-next/commit/973bae0…
17 …paths in action command arguments ([fc22f83](https://www.github.com/nodejs/gyp-next/commit/fc22f83…
18 * cmake on python 3 ([fd61f5f](https://www.github.com/nodejs/gyp-next/commit/fd61f5faa5275ec8fc98e3…
19 …or: invalid mode: 'rU' while trying to load binding.gyp ([d0504e6](https://www.github.com/nodejs/g…
20 * xcode cmake parsing ([eefe8d1](https://www.github.com/nodejs/gyp-next/commit/eefe8d10e99863bc4ac7…
22 ### [0.6.2](https://www.github.com/nodejs/gyp-next/compare/v0.6.1...v0.6.2) (2020-10-16)
27 … paths ([#74](https://www.github.com/nodejs/gyp-next/issues/74)) ([c2ccc1a](https://www.github.com…
28 * only include MARMASM when toolset is target ([5a2794a](https://www.github.com/nodejs/gyp-next/com…
30 ### [0.6.1](https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1) (2020-10-14)
[all …]
DREADME.md4 Documents are available at [gyp.gsrc.io](https://gyp.gsrc.io), or you can check out ```md-pages``` …
6 …eleased](https://github.com/nodejs/gyp-next/releases) to the [__Python Packaging Index__](https://…
7 * `python3 -m pip install gyp-next`
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-install.js19 var gyp = {}
20 gyp.devDir = __dirname
21 gyp.opts = {}
22 gyp.opts.ensure = true
23 gyp.commands = {}
24 gyp.commands.install = function (argv, cb) {
25 install(fs, gyp, argv, cb)
27 gyp.commands.remove = function (argv, cb) {
31 gyp.commands.install([], function (err) {
Dtest-download.js12 const gyp = require('../lib/node-gyp') constant
30 var gyp = { variable
35 var req = install.test.download(gyp, {}, url)
74 var gyp = { variable
79 var req = install.test.download(gyp, {}, url)
118 var gyp = { variable
125 var req = install.test.download(gyp, {}, url)
165 var gyp = { variable
173 var req = install.test.download(gyp, {}, url)
190 var gyp = {
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcompile_commands_json.py5 import gyp.common
6 import gyp.xcode_emulation
37 return "mac" == gyp.common.GetFlavor(params)
41 default_variables.setdefault("OS", gyp.common.GetFlavor(params))
48 xcode_settings = gyp.xcode_emulation.XcodeSettings(target)
75 defines = gyp.common.EncodePOSIXShellList(defines)
76 includes = gyp.common.EncodePOSIXShellList(includes)
77 cflags_c = gyp.common.EncodePOSIXShellList(cflags_c)
78 cflags_cc = gyp.common.EncodePOSIXShellList(cflags_cc)
93 gyp.common.EncodePOSIXShellArgument(file),
[all …]
Dxcode.py8 import gyp.common
9 import gyp.xcodeproj_file
10 import gyp.xcode_ninja
103 xccl = gyp.xcodeproj_file.XCConfigurationList({"buildConfigurations": []})
107 xcbc = gyp.xcodeproj_file.XCBuildConfiguration({"name": configuration_name})
117 self.project = gyp.xcodeproj_file.PBXProject(path=path)
118 projectDirPath = gyp.common.RelativePath(
123 self.project_file = gyp.xcodeproj_file.XCProjectFile(
242 qualified_target = gyp.common.QualifiedTarget(
267 run_target = gyp.xcodeproj_file.PBXAggregateTarget(
[all …]
Dmake.py29 import gyp
30 import gyp.common
31 import gyp.xcode_emulation
32 from gyp.common import GetEnvironFallback
68 flavor = gyp.common.GetFlavor(params)
81 import gyp.generator.xcode as xcode_generator
748 gyp.common.EnsureDirExists(output_filename)
760 self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec)
762 self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec)
838 gyp.xcode_emulation.MacPrefixHeader(
[all …]
Ddump_dependency_json.py8 import gyp
9 import gyp.common
10 import gyp.msvs_emulation
50 default_variables.setdefault("OS", gyp.common.GetFlavor(params))
52 flavor = gyp.common.GetFlavor(params)
54 gyp.msvs_emulation.CalculateCommonVariables(default_variables, params)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcompile_commands_json.py5 import gyp.common
6 import gyp.xcode_emulation
37 return 'mac' == gyp.common.GetFlavor(params)
41 default_variables.setdefault('OS', gyp.common.GetFlavor(params))
50 xcode_settings = gyp.xcode_emulation.XcodeSettings(target)
77 defines = gyp.common.EncodePOSIXShellList(defines)
78 includes = gyp.common.EncodePOSIXShellList(includes)
79 cflags_c = gyp.common.EncodePOSIXShellList(cflags_c)
80 cflags_cc = gyp.common.EncodePOSIXShellList(cflags_cc)
89 '-c', gyp.common.EncodePOSIXShellArgument(file)))
[all …]
Dxcode.py7 import gyp.common
8 import gyp.xcodeproj_file
9 import gyp.xcode_ninja
101 xccl = gyp.xcodeproj_file.XCConfigurationList({'buildConfigurations': []})
105 xcbc = gyp.xcodeproj_file.XCBuildConfiguration({
116 self.project = gyp.xcodeproj_file.PBXProject(path=path)
117 projectDirPath = gyp.common.RelativePath(
122 gyp.xcodeproj_file.XCProjectFile({'rootObject': self.project})
233 qualified_target = gyp.common.QualifiedTarget(self.gyp_path, target_name,
257 run_target = gyp.xcodeproj_file.PBXAggregateTarget({
[all …]
Ddump_dependency_json.py8 import gyp
9 import gyp.common
10 import gyp.msvs_emulation
40 default_variables.setdefault('OS', gyp.common.GetFlavor(params))
42 flavor = gyp.common.GetFlavor(params)
46 import gyp.generator.msvs as msvs_generator
52 gyp.msvs_emulation.CalculateCommonVariables(default_variables, params)
Dmake.py30 import gyp
31 import gyp.common
32 import gyp.xcode_emulation
33 from gyp.common import GetEnvironFallback
34 from gyp.common import GypError
70 flavor = gyp.common.GetFlavor(params)
81 import gyp.generator.xcode as xcode_generator
741 gyp.common.EnsureDirExists(output_filename)
753 self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec)
755 self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec)
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dinstall.js16 function install (fs, gyp, argv, callback) { argument
17 var release = processRelease(argv, gyp, process.version, process.release)
28 gyp.commands.remove([release.versionDir], function () {
51 if (gyp.opts.nodedir) {
52 log.verbose('--nodedir flag was passed; skipping install', gyp.opts.nodedir)
64 var devDir = path.resolve(gyp.devDir, release.versionDir)
68 if (gyp.opts.ensure) {
90 log.verbose('needs "installVersion"', gyp.package.installVersion)
91 if (installVersion < gyp.package.installVersion) {
132 var tarPath = gyp.opts.tarball
[all …]
Dconfigure.js17 function configure (gyp, argv, callback) { argument
23 var release = processRelease(argv, gyp, process.version, process.release)
25 findPython(gyp.opts.python, function (err, found) {
38 if (gyp.opts.nodedir) {
40 nodeDir = gyp.opts.nodedir.replace(/^~/, os.homedir())
61 gyp.opts.ensure = !gyp.opts.tarball
63 gyp.commands.install([release.version], function (err) {
68 nodeDir = path.resolve(gyp.devDir, release.versionDir)
82 findVisualStudio(release.semver, gyp.opts.msvs_version,
124 if ('debug' in gyp.opts) {
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/
Dmedia.gyp19 '../base/base.gyp:base',
20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
21 '../build/temp_gyp/googleurl.gyp:googleurl',
22 '../crypto/crypto.gyp:crypto',
23 '../third_party/openmax/openmax.gyp:il',
24 '../ui/ui.gyp:ui',
302 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
640 '../base/base.gyp:base',
641 '../base/base.gyp:base_i18n',
642 '../base/base.gyp:test_support_base',
[all …]
/third_party/node/tools/gyp/tools/emacs/testdata/
Dmedia.gyp19 '../base/base.gyp:base',
20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
21 '../build/temp_gyp/googleurl.gyp:googleurl',
22 '../crypto/crypto.gyp:crypto',
23 '../third_party/openmax/openmax.gyp:il',
24 '../ui/ui.gyp:ui',
302 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
640 '../base/base.gyp:base',
641 '../base/base.gyp:base_i18n',
642 '../base/base.gyp:test_support_base',
[all …]
/third_party/node/deps/npm/scripts/
Drelease.sh10 rm node_modules/node-gyp/gyp/pylib/gyp/*.pyc || true
11 rm node_modules/node-gyp/gyp/pylib/gyp/generator/*.pyc || true
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
Dcodereview.settings3 CC_LIST: gyp-developer@googlegroups.com
4 VIEW_VC: https://chromium.googlesource.com/external/gyp/+/
6 TRYSERVER_PROJECT: gyp
8 TRYSERVER_ROOT: gyp
10 PROJECT: gyp
/third_party/node/
Dnode.gypi51 # we need to use node's preferred "win32" rather than gyp's preferred "win"
69 'dependencies': [ 'tools/v8_gypfiles/d8.gyp:d8' ],
73 'tools/v8_gypfiles/v8.gyp:v8_snapshot',
74 'tools/v8_gypfiles/v8.gyp:v8_libplatform',
119 'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ],
149 'deps/llhttp/llhttp.gyp:llhttp'
154 'dependencies': [ 'deps/cares/cares.gyp:cares' ],
158 'dependencies': [ 'deps/uv/uv.gyp:libuv' ],
187 'dependencies': [ 'deps/nghttp2/nghttp2.gyp:nghttp2' ],
191 'dependencies': [ 'deps/brotli/brotli.gyp:brotli' ],
[all …]

12345678910