Home
last modified time | relevance | path

Searched +full:windows +full:- +full:vs2022 +full:- +full:win32 +full:- +full:shared (Results 1 – 5 of 5) sorted by relevance

/third_party/libsnd/.github/workflows/
Daction.yml8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
19 macos-cmake,
[all …]
/third_party/node/
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
78 :next-arg
79 if "%1"=="" goto args-done
80 if /i "%1"=="debug" set config=Debug&goto arg-ok
81 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok
[all …]
/third_party/gn/src/gn/
Dvisual_studio_writer.cc2 // Use of this source code is governed by a BSD-style license that can be
88 const char kWindowsKitsVersion[] = "10"; // Windows 10 SDK
89 const char kWindowsKitsDefaultVersion[] = "10"; // Windows 10 SDK
91 const char kGuidTypeProject[] = "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}";
92 const char kGuidTypeFolder[] = "{2150E333-8FDC-42A3-9474-1A3956D46DE8}";
107 u"SOFTWARE\\Microsoft\\Windows Kits\\Installed Roots", in GetWindowsKitsIncludeDirs()
108 u"SOFTWARE\\Wow6432Node\\Microsoft\\Windows Kits\\Installed Roots"}; in GetWindowsKitsIncludeDirs()
124 kits_path = std::string("C:\\Program Files (x86)\\Windows Kits\\") + in GetWindowsKitsIncludeDirs()
129 return kit_prefix + "shared;" + kit_prefix + "um;" + kit_prefix + "winrt;"; in GetWindowsKitsIncludeDirs()
133 switch (target->output_type()) { in GetConfigurationType()
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md3 ### [10.0.1](https://www.github.com/nodejs/node-gyp/compare/v10.0.0...v10.0.1) (2023-11-02)
8 * use local `util` for `findAccessibleSync()` ([b39e681](https://www.github.com/nodejs/node-gyp/com…
13 * add parallel test logging ([7de1f5f](https://www.github.com/nodejs/node-gyp/commit/7de1f5f32d550d…
14 * lint fixes ([4e0ed99](https://www.github.com/nodejs/node-gyp/commit/4e0ed992566f43abc6e988af091ad…
15 * use platform specific timeouts in tests ([a68586a](https://www.github.com/nodejs/node-gyp/commit/…
17 ## [10.0.0](https://www.github.com/nodejs/node-gyp/compare/v9.4.0...v10.0.0) (2023-10-28)
24 …is not a breaking change for users but may be breaking to consumers of `node-gyp` if you are requi…
25 * `node-gyp` now supports node `^16.14.0 || >=18.0.0`
30 * convert all internal functions to async/await ([355622f](https://www.github.com/nodejs/node-gyp/c…
31 … from util.inherits to classes ([d52997e](https://www.github.com/nodejs/node-gyp/commit/d52997e975…
[all …]