-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into async-dns-resolution
- Loading branch information
Showing
16,652 changed files
with
1,622,397 additions
and
998,399 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 | ||
# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows | ||
properties: | ||
resources: | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: pythonPackage | ||
directives: | ||
description: Install Python 3.12 | ||
module: Microsoft.WinGet.DSC | ||
allowPrerelease: true | ||
settings: | ||
id: Python.Python.3.12 | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: vsPackage | ||
directives: | ||
description: Install Visual Studio 2022 Community | ||
allowPrerelease: true | ||
settings: | ||
id: Microsoft.VisualStudio.2022.Community | ||
source: winget | ||
useLatest: true | ||
- resource: Microsoft.VisualStudio.DSC/VSComponents | ||
id: vsComponents | ||
dependsOn: | ||
- vsPackage | ||
directives: | ||
description: Install required VS workloads and components | ||
allowPrerelease: true | ||
settings: | ||
productId: Microsoft.VisualStudio.Product.Community | ||
channelId: VisualStudio.17.Release | ||
includeRecommended: true | ||
components: | ||
- Microsoft.VisualStudio.Workload.NativeDesktop | ||
- Microsoft.VisualStudio.Component.VC.Llvm.Clang | ||
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: gitPackage | ||
directives: | ||
description: Install Git | ||
allowPrerelease: true | ||
settings: | ||
id: Git.Git | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: nasmPackage | ||
directives: | ||
description: Install NetWide Assembler (NASM) | ||
allowPrerelease: true | ||
settings: | ||
id: Nasm.Nasm | ||
source: winget | ||
configurationVersion: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 | ||
# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows | ||
properties: | ||
resources: | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: pythonPackage | ||
directives: | ||
description: Install Python 3.12 | ||
module: Microsoft.WinGet.DSC | ||
allowPrerelease: true | ||
settings: | ||
id: Python.Python.3.12 | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: vsPackage | ||
directives: | ||
description: Install Visual Studio 2022 Enterprise | ||
allowPrerelease: true | ||
settings: | ||
id: Microsoft.VisualStudio.2022.Enterprise | ||
source: winget | ||
useLatest: true | ||
- resource: Microsoft.VisualStudio.DSC/VSComponents | ||
id: vsComponents | ||
dependsOn: | ||
- vsPackage | ||
directives: | ||
description: Install required VS workloads and components | ||
allowPrerelease: true | ||
settings: | ||
productId: Microsoft.VisualStudio.Product.Enterprise | ||
channelId: VisualStudio.17.Release | ||
includeRecommended: true | ||
components: | ||
- Microsoft.VisualStudio.Workload.NativeDesktop | ||
- Microsoft.VisualStudio.Component.VC.Llvm.Clang | ||
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: gitPackage | ||
directives: | ||
description: Install Git | ||
allowPrerelease: true | ||
settings: | ||
id: Git.Git | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: nasmPackage | ||
directives: | ||
description: Install NetWide Assembler (NASM) | ||
allowPrerelease: true | ||
settings: | ||
id: Nasm.Nasm | ||
source: winget | ||
configurationVersion: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 | ||
# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows | ||
properties: | ||
resources: | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: pythonPackage | ||
directives: | ||
description: Install Python 3.12 | ||
module: Microsoft.WinGet.DSC | ||
allowPrerelease: true | ||
settings: | ||
id: Python.Python.3.12 | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: vsPackage | ||
directives: | ||
description: Install Visual Studio 2022 Professional | ||
allowPrerelease: true | ||
settings: | ||
id: Microsoft.VisualStudio.2022.Professional | ||
source: winget | ||
useLatest: true | ||
- resource: Microsoft.VisualStudio.DSC/VSComponents | ||
id: vsComponents | ||
dependsOn: | ||
- vsPackage | ||
directives: | ||
description: Install required VS workloads and components | ||
allowPrerelease: true | ||
settings: | ||
productId: Microsoft.VisualStudio.Product.Professional | ||
channelId: VisualStudio.17.Release | ||
includeRecommended: true | ||
components: | ||
- Microsoft.VisualStudio.Workload.NativeDesktop | ||
- Microsoft.VisualStudio.Component.VC.Llvm.Clang | ||
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: gitPackage | ||
directives: | ||
description: Install Git | ||
allowPrerelease: true | ||
settings: | ||
id: Git.Git | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: nasmPackage | ||
directives: | ||
description: Install NetWide Assembler (NASM) | ||
allowPrerelease: true | ||
settings: | ||
id: Nasm.Nasm | ||
source: winget | ||
configurationVersion: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set noparent | ||
filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint | ||
filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces | ||
linelength=80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.