Home
last modified time | relevance | path

Searched +full:windows +full:- +full:vs2022 +full:- +full:win32 (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/lz4/
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "visual"
8 PLATFORM: "Win32"
9 - COMPILER: "visual"
12 - COMPILER: "visual"
14 PLATFORM: "Win32"
15 - COMPILER: "clang"
17 - COMPILER: "gcc"
21 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
22 - MKDIR bin
[all …]
/third_party/gn/src/gn/
Dvisual_studio_writer.h2 // Use of this source code is governed by a BSD-style license that can be
33 Vs2022, // Visual Studio 2022 enumerator
38 // semicolon-separated list of label patterns used to limit the set of
41 // populate |err| and will return false. |win_sdk| is the Windows SDK version
72 // GUID-like string.
147 // Platform for solution configuration (Win32, x64). Some projects may be
160 // Semicolon-separated Windows SDK include directories.
166 // Windows 10 SDK version string (e.g. 10.0.14393.0)
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()
133 switch (target->output_type()) { in GetConfigurationType()
149 "Visual Studio doesn't support '" + target->label().name() + 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 …]