forked from MicrosoftDocs/cpp-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.whatsnew.json
45 lines (45 loc) · 2.49 KB
/
.whatsnew.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "C++, C, and Assembler",
"rootDirectory": "docs/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "../"
},
"inclusionCriteria": {
"minAdditionsToFile": 2,
"pullRequestTitlesToIgnore": [
"^Confirm merge from FromPublicMasterBranch",
"^Repo sync for protected CLA branch"
],
"omitPullRequestTitles": false
},
"areas": [
{"names": ["assembler", "intrinsics"], "heading": "C/C++ compiler intrinsics and assembly language"},
{"names": ["atl", "atl-mfc-shared", "mfc"], "heading": "Active Template Library (ATL), Microsoft Foundation Classes (MFC)"},
{"names": ["build"], "heading": "C/C++ projects and build systems"},
{"names": ["build-insights"], "heading": "Build insights"},
{"names": ["c-language"], "heading": "C language"},
{"names": ["cloud"], "heading": "Cloud programming with Microsoft C++"},
{"names": ["code-quality"], "heading": "Code quality"},
{"names": ["cpp"], "heading": "C++ in Visual Studio"},
{"names": ["cppcx"], "heading": "C++ /CX"},
{"names": ["cross-platform"], "heading": "Cross platform development"},
{"names": ["c-runtime-library"], "heading": "C runtime library"},
{"names": ["data"], "heading": "Data access in C/C++ in Visual Studio"},
{"names": ["dotnet"], "heading":"STL/CLR library reference"},
{"names": ["error-messages"], "heading":"C/C++ compiler and tools errors and warnings"},
{"names": ["extensions"], "heading":"Component extensions for .NET and UWP"},
{"names": ["get-started"], "heading":"C++ in Visual Studio tutorials"},
{"names": ["ide"], "heading":"Read and write code using C++ in Visual Studio"},
{"names": ["linux"], "heading":"Linux with C++ in Visual Studio"},
{"names": ["overview"], "heading":"C/C++ in Visual Studio overview"},
{"names": ["parallel"], "heading":"Parallel programming in C++ in Visual Studio"},
{"names": ["porting"], "heading":"C++ porting and upgrade guide"},
{"names": ["preprocessor"], "heading":"C/C++ preprocessor reference"},
{"names": ["safeint", "security"], "heading":"Security best practices for C++"},
{"names": ["standard-library"], "heading":"C++ Standard Template Library (STL) reference"},
{"names": ["text"], "heading":"Text and strings in Visual Studio C++"},
{"names": ["windows"], "heading":"Overview of Windows programming in C++"}
]
}